Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_ast.h76 ZEND_AST_EMPTY, enumerator
H A Dzend_language_parser.y1261 | T_EMPTY '(' expr ')' { $$ = zend_ast_create(ZEND_AST_EMPTY, $3); }
H A Dzend_ast.c1499 case ZEND_AST_EMPTY: in zend_ast_export_ex()
H A Dzend_compile.c7597 ZEND_ASSERT(ast->kind == ZEND_AST_ISSET || ast->kind == ZEND_AST_EMPTY); in zend_compile_isset_or_empty()
7600 if (ast->kind == ZEND_AST_EMPTY) { in zend_compile_isset_or_empty()
8419 case ZEND_AST_EMPTY: in zend_compile_expr()

Completed in 34 milliseconds