Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_language_scanner.h83 ZEND_API zend_result zend_lex_tstring(zval *zv, unsigned char *ident);
H A Dzend_language_parser.y329 if (zend_lex_tstring(&zv, $1) == FAILURE) { YYABORT; }
574 if (zend_lex_tstring(&zv, $1) == FAILURE) { YYABORT; }
1005 if (zend_lex_tstring(&zv, $3) == FAILURE) { YYABORT; }
1153 if (zend_lex_tstring(&zv, $1) == FAILURE) { YYABORT; }
1394 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 12 milliseconds