Home
last modified time | relevance | path

Searched refs:ZEND_AST_ISSET (Results 1 – 4 of 4) sorted by last modified time

/PHP-7.2/Zend/
H A Dzend_language_parser.y1284 expr { $$ = zend_ast_create(ZEND_AST_ISSET, $1); }
H A Dzend_compile.c7507 ZEND_ASSERT(ast->kind == ZEND_AST_ISSET || ast->kind == ZEND_AST_EMPTY); in zend_compile_isset_or_empty()
7549 opline->extended_value |= ast->kind == ZEND_AST_ISSET ? ZEND_ISSET : ZEND_ISEMPTY; in zend_compile_isset_or_empty()
8343 case ZEND_AST_ISSET: in zend_compile_expr()
H A Dzend_ast.c1232 case ZEND_AST_ISSET: in zend_ast_export_ex()
H A Dzend_ast.h73 ZEND_AST_ISSET, enumerator

Completed in 40 milliseconds