Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_ast.h50 ZEND_AST_IF, enumerator
H A Dzend_ast.c849 case ZEND_AST_IF: in zend_ast_export_stmt()
893 if (ast->child[1]->kind == ZEND_AST_IF) { in zend_ast_export_if_stmt()
1140 case ZEND_AST_IF: in zend_ast_export_ex()
H A Dzend_language_parser.y588 { $$ = zend_ast_create_list(1, ZEND_AST_IF,
603 { $$ = zend_ast_create_list(1, ZEND_AST_IF,
H A Dzend_compile.c7137 case ZEND_AST_IF: in zend_compile_stmt()

Completed in 37 milliseconds