Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_ast.h72 ZEND_AST_EMPTY, enumerator
H A Dzend_language_parser.y1259 | T_EMPTY '(' expr ')' { $$ = zend_ast_create(ZEND_AST_EMPTY, $3); }
H A Dzend_ast.c1229 case ZEND_AST_EMPTY: in zend_ast_export_ex()
H A Dzend_compile.c7147 ZEND_ASSERT(ast->kind == ZEND_AST_ISSET || ast->kind == ZEND_AST_EMPTY); in zend_compile_isset_or_empty()
7150 if (ast->kind == ZEND_AST_EMPTY) { in zend_compile_isset_or_empty()
7986 case ZEND_AST_EMPTY: in zend_compile_expr()

Completed in 37 milliseconds