Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_ast.h52 ZEND_AST_IF, enumerator
H A Dzend_language_parser.y600 { $$ = zend_ast_create_list(1, ZEND_AST_IF,
615 { $$ = zend_ast_create_list(1, ZEND_AST_IF,
H A Dzend_ast.c1117 case ZEND_AST_IF: in zend_ast_export_stmt()
1161 if (ast->child[1] && ast->child[1]->kind == ZEND_AST_IF) { in zend_ast_export_if_stmt()
1411 case ZEND_AST_IF: in zend_ast_export_ex()
H A Dzend_compile.c8271 case ZEND_AST_IF: in zend_compile_stmt()

Completed in 188 milliseconds