Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_ast.h50 ZEND_AST_ENCAPS_LIST, enumerator
H A Dzend_language_parser.y1414 { $$ = zend_ast_create_list(1, ZEND_AST_ENCAPS_LIST, $1); }
1416 { $$ = zend_ast_create_list(2, ZEND_AST_ENCAPS_LIST, $1, $2); }
H A Dzend_ast.c1588 case ZEND_AST_ENCAPS_LIST: in zend_ast_export_ex()
1717 if (ast->child[0]->kind == ZEND_AST_ENCAPS_LIST) { in zend_ast_export_ex()
H A Dzend_compile.c9625 case ZEND_AST_ENCAPS_LIST: in zend_compile_expr_inner()

Completed in 54 milliseconds