Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_vm_opcodes.h110 #define ZEND_FETCH_R 80 macro
H A Dzend_compile.c939 opline->opcode = ZEND_FETCH_R; in zend_do_assign()
1462 if (opline->opcode == ZEND_FETCH_R || in zend_do_free()
5405 case ZEND_FETCH_R: in zend_do_fetch_property()
6004 …opline->opcode = (fetch_type == ZEND_FETCH_LEXICAL) ? ZEND_FETCH_R : ZEND_FETCH_W; /* the default… in zend_do_fetch_static_variable()
6125 fetch_simple_variable_ex(result, variable, 0, ZEND_FETCH_R TSRMLS_CC); in zend_do_indirect_references()
H A Dzend_vm_def.h1140 ZEND_VM_HANDLER(80, ZEND_FETCH_R, CONST|TMP|VAR|CV, UNUSED|CONST|VAR)
/PHP-5.5/ext/opcache/Optimizer/
H A Dpass1_5.c268 case ZEND_FETCH_R:
H A Dzend_optimizer.c166 case ZEND_FETCH_R: in update_op2_const()

Completed in 68 milliseconds