Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_ast.h53 ZEND_AST_IF, enumerator
H A Dzend_language_parser.y605 { $$ = zend_ast_create_list(1, ZEND_AST_IF,
620 { $$ = zend_ast_create_list(1, ZEND_AST_IF,
H A Dzend_ast.c1183 case ZEND_AST_IF: in zend_ast_export_stmt()
1227 if (ast->child[1] && ast->child[1]->kind == ZEND_AST_IF) { in zend_ast_export_if_stmt()
1489 case ZEND_AST_IF: in zend_ast_export_ex()
H A Dzend_compile.c8534 case ZEND_AST_IF: in zend_compile_stmt()

Completed in 37 milliseconds