Home
last modified time | relevance | path

Searched refs:ZEND_UNSET_VAR (Results 1 – 8 of 8) sorted by relevance

/PHP-7.4/Zend/tests/
H A Dbug61011.phpt19 unset(AAA::$a); // ZEND_UNSET_VAR
/PHP-7.4/Zend/
H A Dzend_vm_opcodes.h153 #define ZEND_UNSET_VAR 74 macro
H A Dzend_compile.c4176 opline->opcode = ZEND_UNSET_VAR; in zend_compile_unset()
H A Dzend_vm_def.h6072 ZEND_VM_HANDLER(74, ZEND_UNSET_VAR, CONST|TMPVAR|CV, UNUSED, VAR_FETCH)
/PHP-7.4/ext/opcache/Optimizer/
H A Dpass1_5.c542 (opline + 1)->opcode = ZEND_UNSET_VAR; in zend_optimizer_pass1()
H A Ddce.c185 case ZEND_UNSET_VAR: in may_have_side_effects()
H A Dzend_cfg.c404 case ZEND_UNSET_VAR: in zend_build_cfg()
H A Dzend_inference.c4413 case ZEND_UNSET_VAR: in zend_may_throw()
4633 case ZEND_UNSET_VAR: in zend_may_throw()

Completed in 74 milliseconds