Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_language_parser.y606 zend_ast_create(ZEND_AST_IF_ELEM, $3, $5)); }
609 zend_ast_create(ZEND_AST_IF_ELEM, $4, $6)); }
615 { $$ = zend_ast_list_add($1, zend_ast_create(ZEND_AST_IF_ELEM, NULL, $3)); }
621 zend_ast_create(ZEND_AST_IF_ELEM, $3, $6)); }
624 zend_ast_create(ZEND_AST_IF_ELEM, $4, $7)); }
631 zend_ast_create(ZEND_AST_IF_ELEM, NULL, $4)); }
H A Dzend_ast.h129 ZEND_AST_IF_ELEM, enumerator
H A Dzend_ast.c1213 ZEND_ASSERT(ast->kind == ZEND_AST_IF_ELEM); in zend_ast_export_if_stmt()
1829 case ZEND_AST_IF_ELEM: in zend_ast_export_ex()

Completed in 14 milliseconds