Home
last modified time | relevance | path

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

/PHP-7.1/Zend/tests/
H A Dbug61011.phpt18 unset(AAA::$a); // ZEND_UNSET_VAR
/PHP-7.1/Zend/
H A Dzend_vm_opcodes.h144 #define ZEND_UNSET_VAR 74 macro
H A Dzend_compile.c4063 opline = zend_emit_op(NULL, ZEND_UNSET_VAR, &var_node, NULL); in zend_compile_unset()
4067 opline->opcode = ZEND_UNSET_VAR; in zend_compile_unset()
H A Dzend_vm_def.h5520 ZEND_VM_HANDLER(74, ZEND_UNSET_VAR, CONST|TMPVAR|CV, UNUSED, VAR_FETCH|ISSET)
/PHP-7.1/ext/opcache/Optimizer/
H A Dzend_dfg.c92 case ZEND_UNSET_VAR: in zend_build_dfg()
H A Dzend_cfg.c402 case ZEND_UNSET_VAR: in zend_build_cfg()
H A Dzend_ssa.c714 case ZEND_UNSET_VAR: in zend_ssa_rename()
H A Dzend_inference.c258 (opline->opcode == ZEND_UNSET_VAR && (opline->extended_value & ZEND_QUICK_SET))) { in is_no_val_use()
2936 case ZEND_UNSET_VAR: in zend_update_type_info()

Completed in 82 milliseconds