Home
last modified time | relevance | path

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

/PHP-5.3/Zend/
H A Dzend_vm_opcodes.h21 #define ZEND_NOP 0 macro
H A Dzend_opcode.c343 opline->opcode = ZEND_NOP; in zend_update_extended_info()
351 opline->opcode = ZEND_NOP; in zend_update_extended_info()
H A Dzend_vm_def.h4276 ZEND_VM_HANDLER(0, ZEND_NOP, ANY, ANY)
H A Dzend_compile.c318 #define MAKE_NOP(opline) { opline->opcode = ZEND_NOP; memset(&opline->result,0,sizeof(znode)); mem…

Completed in 39 milliseconds