Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_language_parser.y460 { $$ = zend_ast_create(ZEND_AST_USE_ELEM, $1, NULL); }
462 { $$ = zend_ast_create(ZEND_AST_USE_ELEM, $1, $3); }
467 { $$ = zend_ast_create(ZEND_AST_USE_ELEM, $1, NULL); }
469 { $$ = zend_ast_create(ZEND_AST_USE_ELEM, $1, $3); }
H A Dzend_ast.h145 ZEND_AST_USE_ELEM, enumerator
H A Dzend_ast.c2364 case ZEND_AST_USE_ELEM: in zend_ast_export_ex()

Completed in 25 milliseconds