Home
last modified time | relevance | path

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

/php-src/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";
189 T_CONSTANT_ENCAPSED_STRING
H A DPhpToken_methods.phpt95 [15] T_CONSTANT_ENCAPSED_STRING meaningful
/php-src/ext/tokenizer/
H A Dtokenizer_data.c37 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.h15 REGISTER_LONG_CONSTANT("T_CONSTANT_ENCAPSED_STRING", T_CONSTANT_ENCAPSED_STRING, CONST_PERSISTENT); in register_tokenizer_data_symbols()
/php-src/Zend/
H A Dzend_highlight.c112 case T_CONSTANT_ENCAPSED_STRING: in zend_highlight()
H A Dzend_language_parser.y98 %token <ast> T_CONSTANT_ENCAPSED_STRING "quoted string"
1437 | T_CONSTANT_ENCAPSED_STRING { $$ = $1; }
H A Dzend_language_scanner.l2568 RETURN_TOKEN_WITH_VAL(T_CONSTANT_ENCAPSED_STRING);
/php-src/docs/source/introduction/
H A Dhigh-level-overview.rst63 T_CONSTANT_ENCAPSED_STRING '"Cond is true\n"'

Completed in 32 milliseconds