Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_ast.h63 ZEND_AST_USE, enumerator
H A Dzend_language_parser.y436 { $$ = zend_ast_create_list(1, ZEND_AST_USE, $1); }
443 { $$ = zend_ast_create_list(1, ZEND_AST_USE, $1); }
450 { $$ = zend_ast_create_list(1, ZEND_AST_USE, $1); }
H A Dzend_ast.c1938 case ZEND_AST_USE: in zend_ast_export_ex()
H A Dzend_compile.c8689 inline_use = zend_ast_create_list(1, ZEND_AST_USE, use); in zend_compile_group_use()
10674 case ZEND_AST_USE: in zend_compile_stmt()

Completed in 48 milliseconds