Home
last modified time | relevance | path

Searched refs:ZEND_AST_USE (Results 1 – 4 of 4) sorted by relevance

/PHP-7.1/Zend/
H A Dzend_ast.h59 ZEND_AST_USE, enumerator
H A Dzend_language_parser.y358 { $$ = zend_ast_create_list(1, ZEND_AST_USE, $1); }
365 { $$ = zend_ast_create_list(1, ZEND_AST_USE, $1); }
372 { $$ = zend_ast_create_list(1, ZEND_AST_USE, $1); }
H A Dzend_ast.c1172 case ZEND_AST_USE: in zend_ast_export_ex()
H A Dzend_compile.c6298 inline_use = zend_ast_create_list(1, ZEND_AST_USE, use); in zend_compile_group_use()
7869 case ZEND_AST_USE: in zend_compile_stmt()

Completed in 51 milliseconds