Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_vm_opcodes.h113 #define ZEND_FETCH_W 83 macro
H A Dzend_compile.c712 fetch_simple_variable_ex(result, varname, bp, ZEND_FETCH_W TSRMLS_CC); in fetch_simple_variable()
735 opline.opcode = ZEND_FETCH_W; in zend_do_fetch_static_member()
758 if (opline_ptr->opcode != ZEND_FETCH_W && opline_ptr->op1_type == IS_CV) { in zend_do_fetch_static_member()
760 opline.opcode = ZEND_FETCH_W; in zend_do_fetch_static_member()
909 if ((opline->opcode == ZEND_FETCH_W) && (opline->op1_type == IS_CONST) in opline_is_fetch_this()
5402 case ZEND_FETCH_W: 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()
6066 …opline->opcode = ZEND_FETCH_W; /* the default mode must be Write, since fetch_simple_variable() i… in zend_do_fetch_global_variable()
H A Dzend_vm_def.h1145 ZEND_VM_HANDLER(83, ZEND_FETCH_W, CONST|TMP|VAR|CV, UNUSED|CONST|VAR)
/PHP-5.5/ext/opcache/Optimizer/
H A Dpass1_5.c269 case ZEND_FETCH_W:
H A Dzend_optimizer.c167 case ZEND_FETCH_W: in update_op2_const()

Completed in 45 milliseconds