Home
last modified time | relevance | path

Searched refs:T_NEW (Results 1 – 5 of 5) 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
1073 T_NEW class_name_reference argument_list { $$ = Expr\New_[$2, $3]; }
1074 | T_NEW anonymous_class
1079 T_NEW class_name_reference { $$ = Expr\New_[$2, []]; }
/PHP-Parser/lib/PhpParser/
H A DPrettyPrinterAbstract.php1600 PrintableNewAnonClassNode::class . '->attrGroups' => [\T_NEW, ' ', ''],
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp7.php73 public const T_NEW = 308; define in PhpParser\\Parser\\Php7
H A DPhp8.php73 public const T_NEW = 308; define in PhpParser\\Parser\\Php8

Completed in 138 milliseconds