PHP-Generics icon indicating copy to clipboard operation
PHP-Generics copied to clipboard

Alternative syntax?

Open Wes0617 opened this issue 9 years ago • 1 comments

Great hack :D

I'm suggesting an alternative syntax

https://eval.in/313740 compilation works

<?php
interface Zar〈FooˏBar〈GooˏDoo〉〉{}
class Baz implements Zar〈FooˏBar〈GooˏDoo〉〉{}

i believe this is possible since php 5.4 ( zend.multibyte )

Wes0617 avatar Apr 15 '15 09:04 Wes0617

Doesn't compile on PHP 7: https://eval.in/689273

ghost avatar Dec 01 '16 14:12 ghost