Home
last modified time | relevance | path

Searched refs:ZEND_FETCH_CLASS (Results 1 – 7 of 7) sorted by relevance

/PHP-5.5/Zend/
H A Dzend_vm_opcodes.h139 #define ZEND_FETCH_CLASS 109 macro
H A Dzend_compile.c2274 opline->opcode = ZEND_FETCH_CLASS; in zend_do_fetch_class()
6225 if (opline->opcode == ZEND_FETCH_CLASS) { in zend_do_instanceof()
H A Dzend_vm_def.h2382 ZEND_VM_HANDLER(109, ZEND_FETCH_CLASS, ANY, CONST|TMP|VAR|UNUSED|CV)
/PHP-5.5/ext/opcache/Optimizer/
H A Dzend_optimizer.c172 case ZEND_FETCH_CLASS: in update_op2_const()
/PHP-5.5/ext/opcache/
H A Dzend_persist.c296 (opline + 1)->opcode != ZEND_FETCH_CLASS ||
/PHP-5.5/ext/spl/
H A Dphp_spl.c361 if (active_opline->opcode != ZEND_FETCH_CLASS) { in PHP_FUNCTION()
/PHP-5.5/
H A DNEWS3243 instruction without previous ZEND_FETCH_CLASS.
5772 . Optimized ZEND_FETCH_CLASS + ZEND_ADD_INTERFACE into single

Completed in 57 milliseconds