opline_ptr 952 Zend/zend.c EG(opline_ptr) = NULL; opline_ptr 1067 Zend/zend.c if (zend_is_executing(TSRMLS_C) && EG(opline_ptr)) { opline_ptr 2438 Zend/zend_API.c EG(opline_ptr) = NULL; /* we're no longer executing anything */ opline_ptr 1765 Zend/zend_alloc.c error_lineno = EG(opline_ptr)?(*EG(opline_ptr))->lineno:0; opline_ptr 664 Zend/zend_compile.c zend_op *opline_ptr; opline_ptr 689 Zend/zend_compile.c opline_ptr = &opline; opline_ptr 690 Zend/zend_compile.c init_op(opline_ptr TSRMLS_CC); opline_ptr 692 Zend/zend_compile.c opline_ptr = get_next_op(CG(active_op_array) TSRMLS_CC); opline_ptr 695 Zend/zend_compile.c opline_ptr->opcode = op; opline_ptr 696 Zend/zend_compile.c opline_ptr->result_type = IS_VAR; opline_ptr 697 Zend/zend_compile.c opline_ptr->result.var = get_temporary_variable(CG(active_op_array)); opline_ptr 698 Zend/zend_compile.c SET_NODE(opline_ptr->op1, varname); opline_ptr 699 Zend/zend_compile.c GET_NODE(result, opline_ptr->result); opline_ptr 700 Zend/zend_compile.c SET_UNUSED(opline_ptr->op2); opline_ptr 701 Zend/zend_compile.c opline_ptr->extended_value = ZEND_FETCH_LOCAL; opline_ptr 704 Zend/zend_compile.c CALCULATE_LITERAL_HASH(opline_ptr->op1.constant); opline_ptr 705 Zend/zend_compile.c if (zend_is_auto_global_quick(Z_STRVAL(varname->u.constant), Z_STRLEN(varname->u.constant), Z_HASH_P(&CONSTANT(opline_ptr->op1.constant)) TSRMLS_CC)) { opline_ptr 706 Zend/zend_compile.c opline_ptr->extended_value = ZEND_FETCH_GLOBAL; opline_ptr 712 Zend/zend_compile.c zend_llist_add_element(fetch_list_ptr, opline_ptr); opline_ptr 729 Zend/zend_compile.c zend_op *opline_ptr; opline_ptr 759 Zend/zend_compile.c opline_ptr = &opline; opline_ptr 765 Zend/zend_compile.c opline_ptr = (zend_op *)le->data; opline_ptr 766 Zend/zend_compile.c if (opline_ptr->opcode != ZEND_FETCH_W && opline_ptr->op1_type == IS_CV) { opline_ptr 772 Zend/zend_compile.c LITERAL_STRINGL(opline.op1, estrdup(CG(active_op_array)->vars[opline_ptr->op1.var].name), CG(active_op_array)->vars[opline_ptr->op1.var].name_len, 0); opline_ptr 783 Zend/zend_compile.c COPY_NODE(opline_ptr->op1, opline.result); opline_ptr 787 Zend/zend_compile.c if (opline_ptr->op1_type == IS_CONST) { opline_ptr 788 Zend/zend_compile.c GET_POLYMORPHIC_CACHE_SLOT(opline_ptr->op1.constant); opline_ptr 791 Zend/zend_compile.c opline_ptr->op2_type = IS_CONST; opline_ptr 792 Zend/zend_compile.c opline_ptr->op2.constant = opline_ptr 795 Zend/zend_compile.c SET_NODE(opline_ptr->op2, &class_node); opline_ptr 797 Zend/zend_compile.c opline_ptr->extended_value |= ZEND_FETCH_STATIC_MEMBER; opline_ptr 1311 Zend/zend_compile.c zend_op *opline_ptr; opline_ptr 1321 Zend/zend_compile.c opline_ptr = (zend_op *)le->data; opline_ptr 1322 Zend/zend_compile.c if (opline_is_fetch_this(opline_ptr TSRMLS_CC)) { opline_ptr 1327 Zend/zend_compile.c this_var = opline_ptr->result.var; opline_ptr 1329 Zend/zend_compile.c CG(active_op_array)->this_var = lookup_cv(CG(active_op_array), Z_STRVAL(CONSTANT(opline_ptr->op1.constant)), Z_STRLEN(CONSTANT(opline_ptr->op1.constant)), Z_HASH_P(&CONSTANT(opline_ptr->op1.constant)) TSRMLS_CC); opline_ptr 1330 Zend/zend_compile.c Z_TYPE(CONSTANT(opline_ptr->op1.constant)) = IS_NULL; opline_ptr 1332 Zend/zend_compile.c zend_del_literal(CG(active_op_array), opline_ptr->op1.constant); opline_ptr 1346 Zend/zend_compile.c opline_ptr = (zend_op *)le->data; opline_ptr 1347 Zend/zend_compile.c if (opline_ptr->opcode == ZEND_SEPARATE) { opline_ptr 1350 Zend/zend_compile.c memcpy(opline, opline_ptr, sizeof(zend_op)); opline_ptr 1356 Zend/zend_compile.c memcpy(opline, opline_ptr, sizeof(zend_op)); opline_ptr 5526 Zend/zend_compile.c zend_op *opline_ptr = (zend_op *) le->data; opline_ptr 5528 Zend/zend_compile.c if (opline_is_fetch_this(opline_ptr TSRMLS_CC)) { opline_ptr 5529 Zend/zend_compile.c zend_del_literal(CG(active_op_array), opline_ptr->op1.constant); opline_ptr 5530 Zend/zend_compile.c SET_UNUSED(opline_ptr->op1); /* this means $this for objects */ opline_ptr 5531 Zend/zend_compile.c SET_NODE(opline_ptr->op2, property); opline_ptr 5533 Zend/zend_compile.c switch (opline_ptr->opcode) { opline_ptr 5535 Zend/zend_compile.c opline_ptr->opcode = ZEND_FETCH_OBJ_W; opline_ptr 5538 Zend/zend_compile.c opline_ptr->opcode = ZEND_FETCH_OBJ_R; opline_ptr 5541 Zend/zend_compile.c opline_ptr->opcode = ZEND_FETCH_OBJ_RW; opline_ptr 5544 Zend/zend_compile.c opline_ptr->opcode = ZEND_FETCH_OBJ_IS; opline_ptr 5547 Zend/zend_compile.c opline_ptr->opcode = ZEND_FETCH_OBJ_UNSET; opline_ptr 5550 Zend/zend_compile.c opline_ptr->opcode = ZEND_FETCH_OBJ_FUNC_ARG; opline_ptr 5553 Zend/zend_compile.c if (opline_ptr->op2_type == IS_CONST && Z_TYPE(CONSTANT(opline_ptr->op2.constant)) == IS_STRING) { opline_ptr 5554 Zend/zend_compile.c CALCULATE_LITERAL_HASH(opline_ptr->op2.constant); opline_ptr 5555 Zend/zend_compile.c GET_POLYMORPHIC_CACHE_SLOT(opline_ptr->op2.constant); opline_ptr 5557 Zend/zend_compile.c GET_NODE(result, opline_ptr->result); opline_ptr 1714 Zend/zend_execute.c EG(opline_ptr) = &EX(opline); opline_ptr 370 Zend/zend_execute.h #define active_opline (*EG(opline_ptr)) opline_ptr 162 Zend/zend_execute_API.c EG(opline_ptr) = NULL; opline_ptr 403 Zend/zend_execute_API.c if(EG(exception) && EG(opline_ptr) && active_opline->opcode == ZEND_HANDLE_EXCEPTION && opline_ptr 407 Zend/zend_execute_API.c if (EG(opline_ptr)) { opline_ptr 824 Zend/zend_execute_API.c original_opline_ptr = EG(opline_ptr); opline_ptr 838 Zend/zend_execute_API.c EG(opline_ptr) = original_opline_ptr; opline_ptr 1065 Zend/zend_execute_API.c zend_op **original_opline_ptr = EG(opline_ptr); opline_ptr 1098 Zend/zend_execute_API.c EG(opline_ptr) = original_opline_ptr; opline_ptr 260 Zend/zend_generators.c zend_op **opline_ptr; opline_ptr 293 Zend/zend_generators.c opline_ptr = EG(opline_ptr); opline_ptr 299 Zend/zend_generators.c EG(opline_ptr) = opline_ptr; opline_ptr 350 Zend/zend_generators.c zend_op **original_opline_ptr = EG(opline_ptr); opline_ptr 364 Zend/zend_generators.c EG(opline_ptr) = &generator->execute_data->opline; opline_ptr 388 Zend/zend_generators.c EG(opline_ptr) = original_opline_ptr; opline_ptr 182 Zend/zend_globals.h zend_op **opline_ptr; opline_ptr 1828 Zend/zend_vm_def.h EG(opline_ptr) = NULL; opline_ptr 1852 Zend/zend_vm_def.h EG(opline_ptr) = &EX(opline); opline_ptr 1865 Zend/zend_vm_def.h EG(opline_ptr) = &EX(opline); opline_ptr 2026 Zend/zend_vm_def.h EG(opline_ptr) = &EX(opline); opline_ptr 4056 Zend/zend_vm_def.h EG(opline_ptr) = &EX(opline); opline_ptr 397 Zend/zend_vm_execute.h EG(opline_ptr) = NULL; opline_ptr 421 Zend/zend_vm_execute.h EG(opline_ptr) = &EX(opline); opline_ptr 434 Zend/zend_vm_execute.h EG(opline_ptr) = &EX(opline); opline_ptr 595 Zend/zend_vm_execute.h EG(opline_ptr) = &EX(opline); opline_ptr 3031 Zend/zend_vm_execute.h EG(opline_ptr) = &EX(opline); opline_ptr 8397 Zend/zend_vm_execute.h EG(opline_ptr) = &EX(opline); opline_ptr 13766 Zend/zend_vm_execute.h EG(opline_ptr) = &EX(opline); opline_ptr 31435 Zend/zend_vm_execute.h EG(opline_ptr) = &EX(opline); opline_ptr 739 ext/opcache/ZendAccelerator.c !EG(opline_ptr) && opline_ptr 1495 ext/opcache/ZendAccelerator.c if ((EG(opline_ptr) == NULL && opline_ptr 1499 ext/opcache/ZendAccelerator.c (EG(opline_ptr) && *EG(opline_ptr) && opline_ptr 1500 ext/opcache/ZendAccelerator.c *EG(opline_ptr) == ZCG(cache_opline) && opline_ptr 1501 ext/opcache/ZendAccelerator.c (*EG(opline_ptr))->opcode == ZEND_INCLUDE_OR_EVAL && opline_ptr 1503 ext/opcache/ZendAccelerator.c ((*EG(opline_ptr))->extended_value == ZEND_INCLUDE_ONCE || opline_ptr 1504 ext/opcache/ZendAccelerator.c (*EG(opline_ptr))->extended_value == ZEND_REQUIRE_ONCE))) { opline_ptr 1506 ext/opcache/ZendAccelerator.c ((*EG(opline_ptr))->op2.u.constant.value.lval == ZEND_INCLUDE_ONCE || opline_ptr 1507 ext/opcache/ZendAccelerator.c (*EG(opline_ptr))->op2.u.constant.value.lval == ZEND_REQUIRE_ONCE))) { opline_ptr 1659 ext/opcache/ZendAccelerator.c if (!EG(opline_ptr) || !*EG(opline_ptr) || opline_ptr 1660 ext/opcache/ZendAccelerator.c (*EG(opline_ptr))->opcode != ZEND_INCLUDE_OR_EVAL || opline_ptr 1662 ext/opcache/ZendAccelerator.c ((*EG(opline_ptr))->extended_value != ZEND_INCLUDE_ONCE && opline_ptr 1663 ext/opcache/ZendAccelerator.c (*EG(opline_ptr))->extended_value != ZEND_REQUIRE_ONCE)) { opline_ptr 1665 ext/opcache/ZendAccelerator.c ((*EG(opline_ptr))->op2.u.constant.value.lval != ZEND_INCLUDE_ONCE && opline_ptr 1666 ext/opcache/ZendAccelerator.c (*EG(opline_ptr))->op2.u.constant.value.lval != ZEND_REQUIRE_ONCE)) { opline_ptr 1843 ext/opcache/ZendAccelerator.c if (EG(opline_ptr) && *EG(opline_ptr)) { opline_ptr 1844 ext/opcache/ZendAccelerator.c zend_op *opline = *EG(opline_ptr); opline_ptr 1940 ext/opcache/ZendAccelerator.c if ((!EG(opline_ptr) && opline_ptr 1942 ext/opcache/ZendAccelerator.c (EG(opline_ptr) && opline_ptr 1943 ext/opcache/ZendAccelerator.c *EG(opline_ptr) && opline_ptr 1944 ext/opcache/ZendAccelerator.c (*EG(opline_ptr))->opcode == ZEND_INCLUDE_OR_EVAL && opline_ptr 1946 ext/opcache/ZendAccelerator.c ((*EG(opline_ptr))->extended_value == ZEND_INCLUDE_ONCE || opline_ptr 1947 ext/opcache/ZendAccelerator.c (*EG(opline_ptr))->extended_value == ZEND_REQUIRE_ONCE))) { opline_ptr 1949 ext/opcache/ZendAccelerator.c ((*EG(opline_ptr))->op2.u.constant.value.lval == ZEND_INCLUDE_ONCE || opline_ptr 1950 ext/opcache/ZendAccelerator.c (*EG(opline_ptr))->op2.u.constant.value.lval == ZEND_REQUIRE_ONCE))) { opline_ptr 1960 ext/opcache/ZendAccelerator.c if ((EG(opline_ptr) == NULL && opline_ptr 1963 ext/opcache/ZendAccelerator.c (EG(opline_ptr) && opline_ptr 1964 ext/opcache/ZendAccelerator.c (ZCG(cache_opline) == *EG(opline_ptr)))) { opline_ptr 1983 ext/opcache/ZendAccelerator.c ZCG(cache_opline) = EG(opline_ptr) ? *EG(opline_ptr) : NULL; opline_ptr 1984 ext/opcache/ZendAccelerator.c ZCG(cache_persistent_script) = EG(opline_ptr) ? persistent_script : NULL; opline_ptr 2005 ext/opcache/ZendAccelerator.c if ((!EG(opline_ptr) && opline_ptr 2007 ext/opcache/ZendAccelerator.c (EG(opline_ptr) && opline_ptr 2008 ext/opcache/ZendAccelerator.c *EG(opline_ptr) && opline_ptr 2009 ext/opcache/ZendAccelerator.c (*EG(opline_ptr))->opcode == ZEND_INCLUDE_OR_EVAL && opline_ptr 2011 ext/opcache/ZendAccelerator.c ((*EG(opline_ptr))->extended_value == ZEND_INCLUDE_ONCE || opline_ptr 2012 ext/opcache/ZendAccelerator.c (*EG(opline_ptr))->extended_value == ZEND_REQUIRE_ONCE))) { opline_ptr 2014 ext/opcache/ZendAccelerator.c ((*EG(opline_ptr))->op2.u.constant.value.lval == ZEND_INCLUDE_ONCE || opline_ptr 2015 ext/opcache/ZendAccelerator.c (*EG(opline_ptr))->op2.u.constant.value.lval == ZEND_REQUIRE_ONCE))) { opline_ptr 2034 ext/opcache/ZendAccelerator.c ZCG(cache_opline) = EG(opline_ptr) ? *EG(opline_ptr) : NULL; opline_ptr 2051 ext/opcache/ZendAccelerator.c ZCG(cache_opline) = EG(opline_ptr) ? *EG(opline_ptr) : NULL; opline_ptr 2073 ext/opcache/ZendAccelerator.c ZCG(cache_opline) = (EG(opline_ptr) && key) ? *EG(opline_ptr): NULL; opline_ptr 322 ext/spl/php_spl.c zend_op **original_opline_ptr = EG(opline_ptr); opline_ptr 337 ext/spl/php_spl.c EG(opline_ptr) = original_opline_ptr; opline_ptr 353 ext/spl/php_spl.c EG(opline_ptr) = original_opline_ptr; opline_ptr 361 ext/spl/php_spl.c if (EG(opline_ptr) && active_opline->opcode != ZEND_FETCH_CLASS) { opline_ptr 1828 main/main.c EG(opline_ptr) = NULL; opline_ptr 803 sapi/phpdbg/phpdbg_bp.c if (zend_hash_index_find(breaks, (*EG(opline_ptr))->lineno, (void**)&brake) == SUCCESS) { opline_ptr 977 sapi/phpdbg/phpdbg_bp.c zend_op **orig_opline = EG(opline_ptr); opline_ptr 1017 sapi/phpdbg/phpdbg_bp.c EG(opline_ptr) = orig_opline; opline_ptr 1026 sapi/phpdbg/phpdbg_bp.c EG(opline_ptr) = orig_opline; opline_ptr 40 sapi/phpdbg/phpdbg_frame.c EG(opline_ptr) = &PHPDBG_EX(opline); opline_ptr 83 sapi/phpdbg/phpdbg_frame.c EG(opline_ptr) = &PHPDBG_EX(opline); opline_ptr 585 sapi/phpdbg/phpdbg_prompt.c zend_op **orig_opline = EG(opline_ptr); opline_ptr 650 sapi/phpdbg/phpdbg_prompt.c EG(opline_ptr) = orig_opline; opline_ptr 665 sapi/phpdbg/phpdbg_prompt.c EG(opline_ptr) = orig_opline; opline_ptr 1138 sapi/phpdbg/phpdbg_prompt.c EG(opline_ptr) = &EX(opline);