Searched refs:T_INT_CAST (Results 1 – 3 of 3) sorted by relevance
/PHP-Parser/grammar/ | ||
H A D | php.y | 36 %right '~' T_INC T_DEC T_INT_CAST T_DOUBLE_CAST T_STRING_CAST T_ARRAY_CAST T_OBJECT_CAST T_BOOL_CAS… |
/PHP-Parser/lib/PhpParser/Parser/ | ||
H A D | Php7.php | 65 public const T_INT_CAST = 300; define in PhpParser\\Parser\\Php7 |
H A D | Php8.php | 65 public const T_INT_CAST = 300; define in PhpParser\\Parser\\Php8 |
Completed in 40 milliseconds