ZEND_FETCH_W 384 Zend/zend_compile.c fetch_simple_variable_ex(result, varname, bp, ZEND_FETCH_W TSRMLS_CC); ZEND_FETCH_W 398 Zend/zend_compile.c opline.opcode = ZEND_FETCH_W; ZEND_FETCH_W 416 Zend/zend_compile.c if (opline_ptr->opcode != ZEND_FETCH_W && opline_ptr->op1.op_type == IS_CV) { ZEND_FETCH_W 418 Zend/zend_compile.c opline.opcode = ZEND_FETCH_W; ZEND_FETCH_W 532 Zend/zend_compile.c if ((opline->opcode == ZEND_FETCH_W) && (opline->op1.op_type == IS_CONST) ZEND_FETCH_W 3116 Zend/zend_compile.c case ZEND_FETCH_W: ZEND_FETCH_W 3541 Zend/zend_compile.c opline->opcode = ZEND_FETCH_W; /* the default mode must be Write, since fetch_simple_variable() is used to define function arguments */ ZEND_FETCH_W 3568 Zend/zend_compile.c opline->opcode = ZEND_FETCH_W; /* the default mode must be Write, since fetch_simple_variable() is used to define function arguments */ ZEND_FETCH_W 1012 Zend/zend_vm_def.h ZEND_VM_HANDLER(83, ZEND_FETCH_W, CONST|TMP|VAR|CV, ANY)