Home
last modified time | relevance | path

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

/PHP-8.3/Zend/
H A Dzend_language_scanner.h81 ZEND_API zend_result zend_lex_tstring(zval *zv, unsigned char *ident);
H A Dzend_language_parser.y322 if (zend_lex_tstring(&zv, $1) == FAILURE) { YYABORT; }
567 if (zend_lex_tstring(&zv, $1) == FAILURE) { YYABORT; }
995 if (zend_lex_tstring(&zv, $3) == FAILURE) { YYABORT; }
1089 if (zend_lex_tstring(&zv, $1) == FAILURE) { YYABORT; }
1320 if (zend_lex_tstring(&zv, $1) == FAILURE) { YYABORT; }
H A Dzend_language_scanner.l299 ZEND_API zend_result zend_lex_tstring(zval *zv, unsigned char *ident) in zend_lex_tstring() function

Completed in 13 milliseconds