Home
last modified time | relevance | path

Searched refs:T_OBJECT_CAST (Results 1 – 3 of 3) sorted by relevance

/PHP-Parser/grammar/
H A Dphp.y36 %right '~' T_INC T_DEC T_INT_CAST T_DOUBLE_CAST T_STRING_CAST T_ARRAY_CAST T_OBJECT_CAST T_BOOL_CAS…
1077 | T_OBJECT_CAST expr { $$ = Expr\Cast\Object_ [$2]; }
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp8.php69 public const T_OBJECT_CAST = 304; define in PhpParser\\Parser\\Php8
H A DPhp7.php69 public const T_OBJECT_CAST = 304; define in PhpParser\\Parser\\Php7

Completed in 26 milliseconds