Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_ast.h125 ZEND_AST_NEW, enumerator
H A Dzend_language_parser.y1003 $$ = zend_ast_create(ZEND_AST_NEW, decl, $3);
1009 { $$ = zend_ast_create(ZEND_AST_NEW, $2, $3); }
H A Dzend_ast.c1887 case ZEND_AST_NEW: in zend_ast_export_ex()
H A Dzend_compile.c9538 case ZEND_AST_NEW: in zend_compile_expr_inner()

Completed in 57 milliseconds