Home
last modified time | relevance | path

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

/PHP-5.6/Zend/
H A Dzend_vm_opcodes.h110 #define ZEND_FETCH_R 80 macro
H A Dzend_compile.c947 opline->opcode = ZEND_FETCH_R; in zend_do_assign()
1470 if (opline->opcode == ZEND_FETCH_R || in zend_do_free()
5539 case ZEND_FETCH_R: in zend_do_fetch_property()
6129 …opline->opcode = (fetch_type == ZEND_FETCH_LEXICAL) ? ZEND_FETCH_R : ZEND_FETCH_W; /* the default… in zend_do_fetch_static_variable()
6250 fetch_simple_variable_ex(result, variable, 0, ZEND_FETCH_R TSRMLS_CC); in zend_do_indirect_references()
H A Dzend_vm_def.h1151 ZEND_VM_HANDLER(80, ZEND_FETCH_R, CONST|TMP|VAR|CV, UNUSED|CONST|VAR)
/PHP-5.6/sapi/phpdbg/
H A Dphpdbg_opcode.c269 CASE(ZEND_FETCH_R); in phpdbg_decode_opcode()
/PHP-5.6/ext/opcache/Optimizer/
H A Dcompact_literals.c170 case ZEND_FETCH_R: in optimizer_compact_literals()
H A Dzend_optimizer.c194 case ZEND_FETCH_R: in update_op2_const()
H A Dpass1_5.c536 case ZEND_FETCH_R:

Completed in 50 milliseconds