Home
last modified time | relevance | path

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

/PHP-5.5/Zend/tests/
H A Dbug61011.phpt18 unset(AAA::$a); // ZEND_UNSET_VAR
/PHP-5.5/Zend/
H A Dzend_vm_opcodes.h104 #define ZEND_UNSET_VAR 74 macro
H A Dzend_compile.c6145 opline->opcode = ZEND_UNSET_VAR; in zend_do_unset()
6155 last_op->opcode = ZEND_UNSET_VAR; in zend_do_unset()
H A Dzend_vm_def.h3877 ZEND_VM_HANDLER(74, ZEND_UNSET_VAR, CONST|TMP|VAR|CV, UNUSED|CONST|VAR)
/PHP-5.5/ext/opcache/Optimizer/
H A Dzend_optimizer.c175 case ZEND_UNSET_VAR: in update_op2_const()

Completed in 33 milliseconds