Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_ast.h73 ZEND_AST_EMPTY, enumerator
H A Dzend_language_parser.y1247 | T_EMPTY '(' expr ')' { $$ = zend_ast_create(ZEND_AST_EMPTY, $3); }
H A Dzend_ast.c1228 case ZEND_AST_EMPTY: in zend_ast_export_ex()
H A Dzend_compile.c6445 ZEND_ASSERT(ast->kind == ZEND_AST_ISSET || ast->kind == ZEND_AST_EMPTY); in zend_compile_isset_or_empty()
6448 if (ast->kind == ZEND_AST_EMPTY) { in zend_compile_isset_or_empty()
7285 case ZEND_AST_EMPTY: in zend_compile_expr()

Completed in 41 milliseconds