Searched refs:ZEND_AST_IF_ELEM (Results 1 – 3 of 3) sorted by relevance
/PHP-7.1/Zend/ |
H A D | zend_language_parser.y | 596 zend_ast_create(ZEND_AST_IF_ELEM, $3, $5)); } 599 zend_ast_create(ZEND_AST_IF_ELEM, $4, $6)); } 605 { $$ = zend_ast_list_add($1, zend_ast_create(ZEND_AST_IF_ELEM, NULL, $3)); } 611 zend_ast_create(ZEND_AST_IF_ELEM, $3, $6)); } 614 zend_ast_create(ZEND_AST_IF_ELEM, $4, $7)); } 621 zend_ast_create(ZEND_AST_IF_ELEM, NULL, $4)); }
|
H A D | zend_ast.h | 122 ZEND_AST_IF_ELEM, enumerator
|
H A D | zend_ast.c | 882 ZEND_ASSERT(ast->kind == ZEND_AST_IF_ELEM); in zend_ast_export_if_stmt() 1457 case ZEND_AST_IF_ELEM: in zend_ast_export_ex()
|
Completed in 14 milliseconds