Home
last modified time | relevance | path

Searched refs:T_CLONE (Results 1 – 4 of 4) sorted by relevance

/PHP-Parser/lib/PhpParser/Internal/
H A DTokenPolyfill.php228 …\T_INSTANCEOF, \T_NEW, \T_CLONE, \T_EXIT, \T_IF, \T_ELSEIF, \T_ELSE, \T_ENDIF, \T_ECHO, \T_DO, \T_…
/PHP-Parser/grammar/
H A Dphp.y39 %nonassoc T_NEW T_CLONE
148 | T_INSTANCEOF | T_NEW | T_CLONE | T_EXIT | T_IF | T_ELSEIF | T_ELSE | T_ENDIF | T_DO | T_WHILE
962 | T_CLONE expr { $$ = Expr\Clone_[$2]; }
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp8.php74 public const T_CLONE = 309; define in PhpParser\\Parser\\Php8
H A DPhp7.php74 public const T_CLONE = 309; define in PhpParser\\Parser\\Php7

Completed in 31 milliseconds