Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_ast.h130 ZEND_AST_USE_ELEM, enumerator
H A Dzend_language_parser.y382 { $$ = zend_ast_create(ZEND_AST_USE_ELEM, $1, NULL); }
384 { $$ = zend_ast_create(ZEND_AST_USE_ELEM, $1, $3); }
H A Dzend_ast.c1548 case ZEND_AST_USE_ELEM: in zend_ast_export_ex()

Completed in 11 milliseconds