Home
last modified time | relevance | path

Searched refs:T_CONSTANT_ENCAPSED_STRING (Results 1 – 9 of 9) sorted by relevance

/PHP-8.3/ext/tokenizer/tests/
H A Dparse_errors.phpt44 T_CONSTANT_ENCAPSED_STRING ("\u{xyz}")
52 T_CONSTANT_ENCAPSED_STRING ("\u{ffffff}")
H A D001.phpt64 echo token_name(T_CONSTANT_ENCAPSED_STRING), "\n";
188 T_CONSTANT_ENCAPSED_STRING
H A DPhpToken_methods.phpt95 [15] T_CONSTANT_ENCAPSED_STRING meaningful
/PHP-8.3/ext/tokenizer/
H A Dtokenizer_data.c39 case T_CONSTANT_ENCAPSED_STRING: return "T_CONSTANT_ENCAPSED_STRING"; in get_token_type_name()
H A Dtokenizer_data.stub.php54 const T_CONSTANT_ENCAPSED_STRING = UNKNOWN; define
H A Dtokenizer_data_arginfo.h17 REGISTER_LONG_CONSTANT("T_CONSTANT_ENCAPSED_STRING", T_CONSTANT_ENCAPSED_STRING, CONST_PERSISTENT); in register_tokenizer_data_symbols()
/PHP-8.3/Zend/
H A Dzend_highlight.c111 case T_CONSTANT_ENCAPSED_STRING: in zend_highlight()
H A Dzend_language_parser.y98 %token <ast> T_CONSTANT_ENCAPSED_STRING "quoted string"
1368 | T_CONSTANT_ENCAPSED_STRING { $$ = $1; }
H A Dzend_language_scanner.l2552 RETURN_TOKEN_WITH_VAL(T_CONSTANT_ENCAPSED_STRING);

Completed in 24 milliseconds