literal 68 Zend/zend_compile.c #define GET_CACHE_SLOT(literal) do { \ literal 69 Zend/zend_compile.c CG(active_op_array)->literals[literal].cache_slot = CG(active_op_array)->last_cache_slot++; \ literal 78 Zend/zend_compile.c #define GET_POLYMORPHIC_CACHE_SLOT(literal) do { \ literal 79 Zend/zend_compile.c CG(active_op_array)->literals[literal].cache_slot = CG(active_op_array)->last_cache_slot; \ literal 88 Zend/zend_compile.c #define FREE_POLYMORPHIC_CACHE_SLOT(literal) do { \ literal 89 Zend/zend_compile.c if (CG(active_op_array)->literals[literal].cache_slot != -1 && \ literal 90 Zend/zend_compile.c CG(active_op_array)->literals[literal].cache_slot == \ literal 92 Zend/zend_compile.c CG(active_op_array)->literals[literal].cache_slot = -1; \ literal 86 Zend/zend_compile.h zend_literal *literal; literal 356 Zend/zend_opcode.c zend_literal *literal = op_array->literals; literal 384 Zend/zend_opcode.c if (literal) { literal 385 Zend/zend_opcode.c end = literal + op_array->last_literal; literal 386 Zend/zend_opcode.c while (literal < end) { literal 387 Zend/zend_opcode.c zval_dtor(&literal->constant); literal 388 Zend/zend_opcode.c literal++; literal 365 Zend/zend_vm_def.h zval **zptr = Z_OBJ_HT_P(object)->get_property_ptr_ptr(object, property, BP_VAR_RW, ((OP2_TYPE == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 384 Zend/zend_vm_def.h z = Z_OBJ_HT_P(object)->read_property(object, property, BP_VAR_R, ((OP2_TYPE == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 406 Zend/zend_vm_def.h Z_OBJ_HT_P(object)->write_property(object, property, z, ((OP2_TYPE == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 626 Zend/zend_vm_def.h zval **zptr = Z_OBJ_HT_P(object)->get_property_ptr_ptr(object, property, BP_VAR_RW, ((OP2_TYPE == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 644 Zend/zend_vm_def.h z = Z_OBJ_HT_P(object)->read_property(object, property, BP_VAR_R, ((OP2_TYPE == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 660 Zend/zend_vm_def.h Z_OBJ_HT_P(object)->write_property(object, property, z, ((OP2_TYPE == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 731 Zend/zend_vm_def.h zval **zptr = Z_OBJ_HT_P(object)->get_property_ptr_ptr(object, property, BP_VAR_RW, ((OP2_TYPE == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 749 Zend/zend_vm_def.h z = Z_OBJ_HT_P(object)->read_property(object, property, BP_VAR_R, ((OP2_TYPE == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 767 Zend/zend_vm_def.h Z_OBJ_HT_P(object)->write_property(object, property, z_copy, ((OP2_TYPE == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 1030 Zend/zend_vm_def.h if (CACHED_PTR(opline->op2.literal->cache_slot)) { literal 1031 Zend/zend_vm_def.h ce = CACHED_PTR(opline->op2.literal->cache_slot); literal 1033 Zend/zend_vm_def.h ce = zend_fetch_class_by_name(Z_STRVAL_P(opline->op2.zv), Z_STRLEN_P(opline->op2.zv), opline->op2.literal + 1, 0 TSRMLS_CC); literal 1042 Zend/zend_vm_def.h CACHE_PTR(opline->op2.literal->cache_slot, ce); literal 1047 Zend/zend_vm_def.h retval = zend_std_get_static_property(ce, Z_STRVAL_P(varname), Z_STRLEN_P(varname), 0, ((OP1_TYPE == IS_CONST) ? opline->op1.literal : NULL) TSRMLS_CC); literal 1355 Zend/zend_vm_def.h retval = Z_OBJ_HT_P(container)->read_property(container, offset, BP_VAR_R, ((OP2_TYPE == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 1395 Zend/zend_vm_def.h zend_fetch_property_address(&EX_T(opline->result.var), container, property, ((OP2_TYPE == IS_CONST) ? opline->op2.literal : NULL), BP_VAR_W TSRMLS_CC); literal 1438 Zend/zend_vm_def.h zend_fetch_property_address(&EX_T(opline->result.var), container, property, ((OP2_TYPE == IS_CONST) ? opline->op2.literal : NULL), BP_VAR_RW TSRMLS_CC); literal 1477 Zend/zend_vm_def.h retval = Z_OBJ_HT_P(container)->read_property(container, offset, BP_VAR_IS, ((OP2_TYPE == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 1514 Zend/zend_vm_def.h zend_fetch_property_address(&EX_T(opline->result.var), container, property, ((OP2_TYPE == IS_CONST) ? opline->op2.literal : NULL), BP_VAR_W TSRMLS_CC); literal 1553 Zend/zend_vm_def.h zend_fetch_property_address(&EX_T(opline->result.var), container, property, ((OP2_TYPE == IS_CONST) ? opline->op2.literal : NULL), BP_VAR_UNSET TSRMLS_CC); literal 1615 Zend/zend_vm_def.h zend_assign_to_object(RETURN_VALUE_USED(opline)?&EX_T(opline->result.var).var.ptr:NULL, object_ptr, property_name, (opline+1)->op1_type, &(opline+1)->op1, execute_data, ZEND_ASSIGN_OBJ, ((OP2_TYPE == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 1647 Zend/zend_vm_def.h zend_assign_to_object(RETURN_VALUE_USED(opline)?&EX_T(opline->result.var).var.ptr:NULL, object_ptr, property_name, (opline+1)->op1_type, &(opline+1)->op1, execute_data, ZEND_ASSIGN_DIM, ((OP2_TYPE == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 2399 Zend/zend_vm_def.h if (CACHED_PTR(opline->op2.literal->cache_slot)) { literal 2400 Zend/zend_vm_def.h EX_T(opline->result.var).class_entry = CACHED_PTR(opline->op2.literal->cache_slot); literal 2402 Zend/zend_vm_def.h EX_T(opline->result.var).class_entry = zend_fetch_class_by_name(Z_STRVAL_P(class_name), Z_STRLEN_P(class_name), opline->op2.literal + 1, opline->extended_value TSRMLS_CC); literal 2403 Zend/zend_vm_def.h CACHE_PTR(opline->op2.literal->cache_slot, EX_T(opline->result.var).class_entry); literal 2453 Zend/zend_vm_def.h (call->fbc = CACHED_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, call->called_scope)) == NULL) { literal 2461 Zend/zend_vm_def.h call->fbc = Z_OBJ_HT_P(call->object)->get_method(&call->object, function_name_strval, function_name_strlen, ((OP2_TYPE == IS_CONST) ? (opline->op2.literal + 1) : NULL) TSRMLS_CC); literal 2469 Zend/zend_vm_def.h CACHE_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, call->called_scope, call->fbc); literal 2516 Zend/zend_vm_def.h if (CACHED_PTR(opline->op1.literal->cache_slot)) { literal 2517 Zend/zend_vm_def.h ce = CACHED_PTR(opline->op1.literal->cache_slot); literal 2519 Zend/zend_vm_def.h ce = zend_fetch_class_by_name(Z_STRVAL_P(opline->op1.zv), Z_STRLEN_P(opline->op1.zv), opline->op1.literal + 1, opline->extended_value TSRMLS_CC); literal 2526 Zend/zend_vm_def.h CACHE_PTR(opline->op1.literal->cache_slot, ce); literal 2541 Zend/zend_vm_def.h CACHED_PTR(opline->op2.literal->cache_slot)) { literal 2542 Zend/zend_vm_def.h call->fbc = CACHED_PTR(opline->op2.literal->cache_slot); literal 2545 Zend/zend_vm_def.h (call->fbc = CACHED_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, ce))) { literal 2573 Zend/zend_vm_def.h call->fbc = zend_std_get_static_method(ce, function_name_strval, function_name_strlen, ((OP2_TYPE == IS_CONST) ? (opline->op2.literal + 1) : NULL) TSRMLS_CC); literal 2582 Zend/zend_vm_def.h CACHE_PTR(opline->op2.literal->cache_slot, call->fbc); literal 2584 Zend/zend_vm_def.h CACHE_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, ce, call->fbc); literal 2637 Zend/zend_vm_def.h function_name = (zval*)(opline->op2.literal+1); literal 2638 Zend/zend_vm_def.h if (CACHED_PTR(opline->op2.literal->cache_slot)) { literal 2639 Zend/zend_vm_def.h call->fbc = CACHED_PTR(opline->op2.literal->cache_slot); literal 2644 Zend/zend_vm_def.h CACHE_PTR(opline->op2.literal->cache_slot, call->fbc); literal 2795 Zend/zend_vm_def.h func_name = opline->op2.literal + 1; literal 2796 Zend/zend_vm_def.h if (CACHED_PTR(opline->op2.literal->cache_slot)) { literal 2797 Zend/zend_vm_def.h call->fbc = CACHED_PTR(opline->op2.literal->cache_slot); literal 2804 Zend/zend_vm_def.h CACHE_PTR(opline->op2.literal->cache_slot, call->fbc); literal 2807 Zend/zend_vm_def.h CACHE_PTR(opline->op2.literal->cache_slot, call->fbc); literal 2832 Zend/zend_vm_def.h if (CACHED_PTR(opline->op1.literal->cache_slot)) { literal 2833 Zend/zend_vm_def.h EX(function_state).function = CACHED_PTR(opline->op1.literal->cache_slot); literal 2838 Zend/zend_vm_def.h CACHE_PTR(opline->op1.literal->cache_slot, EX(function_state).function); literal 3024 Zend/zend_vm_def.h if (CACHED_PTR(opline->op1.literal->cache_slot)) { literal 3025 Zend/zend_vm_def.h catch_ce = CACHED_PTR(opline->op1.literal->cache_slot); literal 3027 Zend/zend_vm_def.h catch_ce = zend_fetch_class_by_name(Z_STRVAL_P(opline->op1.zv), Z_STRLEN_P(opline->op1.zv), opline->op1.literal + 1, ZEND_FETCH_CLASS_NO_AUTOLOAD TSRMLS_CC); literal 3029 Zend/zend_vm_def.h CACHE_PTR(opline->op1.literal->cache_slot, catch_ce); literal 3707 Zend/zend_vm_def.h if (CACHED_PTR(opline->op2.literal->cache_slot)) { literal 3708 Zend/zend_vm_def.h c = CACHED_PTR(opline->op2.literal->cache_slot); literal 3709 Zend/zend_vm_def.h } else if ((c = zend_quick_get_constant(opline->op2.literal + 1, opline->extended_value TSRMLS_CC)) == NULL) { literal 3726 Zend/zend_vm_def.h CACHE_PTR(opline->op2.literal->cache_slot, c); literal 3737 Zend/zend_vm_def.h if (CACHED_PTR(opline->op2.literal->cache_slot)) { literal 3738 Zend/zend_vm_def.h value = CACHED_PTR(opline->op2.literal->cache_slot); literal 3742 Zend/zend_vm_def.h } else if (CACHED_PTR(opline->op1.literal->cache_slot)) { literal 3743 Zend/zend_vm_def.h ce = CACHED_PTR(opline->op1.literal->cache_slot); literal 3745 Zend/zend_vm_def.h ce = zend_fetch_class_by_name(Z_STRVAL_P(opline->op1.zv), Z_STRLEN_P(opline->op1.zv), opline->op1.literal + 1, opline->extended_value TSRMLS_CC); literal 3752 Zend/zend_vm_def.h CACHE_PTR(opline->op1.literal->cache_slot, ce); literal 3756 Zend/zend_vm_def.h if ((value = CACHED_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, ce)) != NULL) { literal 3772 Zend/zend_vm_def.h CACHE_PTR(opline->op2.literal->cache_slot, value); literal 3774 Zend/zend_vm_def.h CACHE_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, ce, value); literal 4116 Zend/zend_vm_def.h if (CACHED_PTR(opline->op2.literal->cache_slot)) { literal 4117 Zend/zend_vm_def.h ce = CACHED_PTR(opline->op2.literal->cache_slot); literal 4119 Zend/zend_vm_def.h ce = zend_fetch_class_by_name(Z_STRVAL_P(opline->op2.zv), Z_STRLEN_P(opline->op2.zv), opline->op2.literal + 1, 0 TSRMLS_CC); literal 4132 Zend/zend_vm_def.h CACHE_PTR(opline->op2.literal->cache_slot, ce); literal 4137 Zend/zend_vm_def.h zend_std_unset_static_property(ce, Z_STRVAL_P(varname), Z_STRLEN_P(varname), ((OP1_TYPE == IS_CONST) ? opline->op1.literal : NULL) TSRMLS_CC); literal 4271 Zend/zend_vm_def.h Z_OBJ_HT_P(*container)->unset_property(*container, offset, ((OP2_TYPE == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 4622 Zend/zend_vm_def.h if (CACHED_PTR(opline->op2.literal->cache_slot)) { literal 4623 Zend/zend_vm_def.h ce = CACHED_PTR(opline->op2.literal->cache_slot); literal 4625 Zend/zend_vm_def.h ce = zend_fetch_class_by_name(Z_STRVAL_P(opline->op2.zv), Z_STRLEN_P(opline->op2.zv), opline->op2.literal + 1, 0 TSRMLS_CC); literal 4630 Zend/zend_vm_def.h CACHE_PTR(opline->op2.literal->cache_slot, ce); literal 4635 Zend/zend_vm_def.h value = zend_std_get_static_property(ce, Z_STRVAL_P(varname), Z_STRLEN_P(varname), 1, ((OP1_TYPE == IS_CONST) ? opline->op1.literal : NULL) TSRMLS_CC); literal 4744 Zend/zend_vm_def.h result = Z_OBJ_HT_P(container)->has_property(container, offset, (opline->extended_value & ZEND_ISEMPTY) != 0, ((OP2_TYPE == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 5151 Zend/zend_vm_def.h if (CACHED_PTR(opline->op2.literal->cache_slot)) { literal 5152 Zend/zend_vm_def.h iface = CACHED_PTR(opline->op2.literal->cache_slot); literal 5154 Zend/zend_vm_def.h iface = zend_fetch_class_by_name(Z_STRVAL_P(opline->op2.zv), Z_STRLEN_P(opline->op2.zv), opline->op2.literal + 1, opline->extended_value TSRMLS_CC); literal 5159 Zend/zend_vm_def.h CACHE_PTR(opline->op2.literal->cache_slot, iface); literal 5178 Zend/zend_vm_def.h if (CACHED_PTR(opline->op2.literal->cache_slot)) { literal 5179 Zend/zend_vm_def.h trait = CACHED_PTR(opline->op2.literal->cache_slot); literal 5183 Zend/zend_vm_def.h opline->op2.literal + 1, literal 5192 Zend/zend_vm_def.h CACHE_PTR(opline->op2.literal->cache_slot, trait); literal 1134 Zend/zend_vm_execute.h if (CACHED_PTR(opline->op2.literal->cache_slot)) { literal 1135 Zend/zend_vm_execute.h trait = CACHED_PTR(opline->op2.literal->cache_slot); literal 1139 Zend/zend_vm_execute.h opline->op2.literal + 1, literal 1148 Zend/zend_vm_execute.h CACHE_PTR(opline->op2.literal->cache_slot, trait); literal 1413 Zend/zend_vm_execute.h if (CACHED_PTR(opline->op2.literal->cache_slot)) { literal 1414 Zend/zend_vm_execute.h EX_T(opline->result.var).class_entry = CACHED_PTR(opline->op2.literal->cache_slot); literal 1416 Zend/zend_vm_execute.h EX_T(opline->result.var).class_entry = zend_fetch_class_by_name(Z_STRVAL_P(class_name), Z_STRLEN_P(class_name), opline->op2.literal + 1, opline->extended_value TSRMLS_CC); literal 1417 Zend/zend_vm_execute.h CACHE_PTR(opline->op2.literal->cache_slot, EX_T(opline->result.var).class_entry); literal 1442 Zend/zend_vm_execute.h function_name = (zval*)(opline->op2.literal+1); literal 1443 Zend/zend_vm_execute.h if (CACHED_PTR(opline->op2.literal->cache_slot)) { literal 1444 Zend/zend_vm_execute.h call->fbc = CACHED_PTR(opline->op2.literal->cache_slot); literal 1449 Zend/zend_vm_execute.h CACHE_PTR(opline->op2.literal->cache_slot, call->fbc); literal 1598 Zend/zend_vm_execute.h func_name = opline->op2.literal + 1; literal 1599 Zend/zend_vm_execute.h if (CACHED_PTR(opline->op2.literal->cache_slot)) { literal 1600 Zend/zend_vm_execute.h call->fbc = CACHED_PTR(opline->op2.literal->cache_slot); literal 1607 Zend/zend_vm_execute.h CACHE_PTR(opline->op2.literal->cache_slot, call->fbc); literal 1610 Zend/zend_vm_execute.h CACHE_PTR(opline->op2.literal->cache_slot, call->fbc); literal 1718 Zend/zend_vm_execute.h if (CACHED_PTR(opline->op2.literal->cache_slot)) { literal 1719 Zend/zend_vm_execute.h iface = CACHED_PTR(opline->op2.literal->cache_slot); literal 1721 Zend/zend_vm_execute.h iface = zend_fetch_class_by_name(Z_STRVAL_P(opline->op2.zv), Z_STRLEN_P(opline->op2.zv), opline->op2.literal + 1, opline->extended_value TSRMLS_CC); literal 1726 Zend/zend_vm_execute.h CACHE_PTR(opline->op2.literal->cache_slot, iface); literal 1755 Zend/zend_vm_execute.h if (CACHED_PTR(opline->op2.literal->cache_slot)) { literal 1756 Zend/zend_vm_execute.h EX_T(opline->result.var).class_entry = CACHED_PTR(opline->op2.literal->cache_slot); literal 1758 Zend/zend_vm_execute.h EX_T(opline->result.var).class_entry = zend_fetch_class_by_name(Z_STRVAL_P(class_name), Z_STRLEN_P(class_name), opline->op2.literal + 1, opline->extended_value TSRMLS_CC); literal 1759 Zend/zend_vm_execute.h CACHE_PTR(opline->op2.literal->cache_slot, EX_T(opline->result.var).class_entry); literal 1785 Zend/zend_vm_execute.h function_name = (zval*)(opline->op2.literal+1); literal 1786 Zend/zend_vm_execute.h if (CACHED_PTR(opline->op2.literal->cache_slot)) { literal 1787 Zend/zend_vm_execute.h call->fbc = CACHED_PTR(opline->op2.literal->cache_slot); literal 1792 Zend/zend_vm_execute.h CACHE_PTR(opline->op2.literal->cache_slot, call->fbc); literal 1954 Zend/zend_vm_execute.h if (CACHED_PTR(opline->op2.literal->cache_slot)) { literal 1955 Zend/zend_vm_execute.h EX_T(opline->result.var).class_entry = CACHED_PTR(opline->op2.literal->cache_slot); literal 1957 Zend/zend_vm_execute.h EX_T(opline->result.var).class_entry = zend_fetch_class_by_name(Z_STRVAL_P(class_name), Z_STRLEN_P(class_name), opline->op2.literal + 1, opline->extended_value TSRMLS_CC); literal 1958 Zend/zend_vm_execute.h CACHE_PTR(opline->op2.literal->cache_slot, EX_T(opline->result.var).class_entry); literal 1984 Zend/zend_vm_execute.h function_name = (zval*)(opline->op2.literal+1); literal 1985 Zend/zend_vm_execute.h if (CACHED_PTR(opline->op2.literal->cache_slot)) { literal 1986 Zend/zend_vm_execute.h call->fbc = CACHED_PTR(opline->op2.literal->cache_slot); literal 1991 Zend/zend_vm_execute.h CACHE_PTR(opline->op2.literal->cache_slot, call->fbc); literal 2153 Zend/zend_vm_execute.h if (CACHED_PTR(opline->op2.literal->cache_slot)) { literal 2154 Zend/zend_vm_execute.h EX_T(opline->result.var).class_entry = CACHED_PTR(opline->op2.literal->cache_slot); literal 2156 Zend/zend_vm_execute.h EX_T(opline->result.var).class_entry = zend_fetch_class_by_name(Z_STRVAL_P(class_name), Z_STRLEN_P(class_name), opline->op2.literal + 1, opline->extended_value TSRMLS_CC); literal 2157 Zend/zend_vm_execute.h CACHE_PTR(opline->op2.literal->cache_slot, EX_T(opline->result.var).class_entry); literal 2192 Zend/zend_vm_execute.h if (CACHED_PTR(opline->op2.literal->cache_slot)) { literal 2193 Zend/zend_vm_execute.h EX_T(opline->result.var).class_entry = CACHED_PTR(opline->op2.literal->cache_slot); literal 2195 Zend/zend_vm_execute.h EX_T(opline->result.var).class_entry = zend_fetch_class_by_name(Z_STRVAL_P(class_name), Z_STRLEN_P(class_name), opline->op2.literal + 1, opline->extended_value TSRMLS_CC); literal 2196 Zend/zend_vm_execute.h CACHE_PTR(opline->op2.literal->cache_slot, EX_T(opline->result.var).class_entry); literal 2221 Zend/zend_vm_execute.h function_name = (zval*)(opline->op2.literal+1); literal 2222 Zend/zend_vm_execute.h if (CACHED_PTR(opline->op2.literal->cache_slot)) { literal 2223 Zend/zend_vm_execute.h call->fbc = CACHED_PTR(opline->op2.literal->cache_slot); literal 2228 Zend/zend_vm_execute.h CACHE_PTR(opline->op2.literal->cache_slot, call->fbc); literal 2586 Zend/zend_vm_execute.h if (CACHED_PTR(opline->op1.literal->cache_slot)) { literal 2587 Zend/zend_vm_execute.h EX(function_state).function = CACHED_PTR(opline->op1.literal->cache_slot); literal 2592 Zend/zend_vm_execute.h CACHE_PTR(opline->op1.literal->cache_slot, EX(function_state).function); literal 3642 Zend/zend_vm_execute.h if (CACHED_PTR(opline->op2.literal->cache_slot)) { literal 3643 Zend/zend_vm_execute.h ce = CACHED_PTR(opline->op2.literal->cache_slot); literal 3645 Zend/zend_vm_execute.h ce = zend_fetch_class_by_name(Z_STRVAL_P(opline->op2.zv), Z_STRLEN_P(opline->op2.zv), opline->op2.literal + 1, 0 TSRMLS_CC); literal 3654 Zend/zend_vm_execute.h CACHE_PTR(opline->op2.literal->cache_slot, ce); literal 3659 Zend/zend_vm_execute.h retval = zend_std_get_static_property(ce, Z_STRVAL_P(varname), Z_STRLEN_P(varname), 0, ((IS_CONST == IS_CONST) ? opline->op1.literal : NULL) TSRMLS_CC); literal 3830 Zend/zend_vm_execute.h if (CACHED_PTR(opline->op1.literal->cache_slot)) { literal 3831 Zend/zend_vm_execute.h ce = CACHED_PTR(opline->op1.literal->cache_slot); literal 3833 Zend/zend_vm_execute.h ce = zend_fetch_class_by_name(Z_STRVAL_P(opline->op1.zv), Z_STRLEN_P(opline->op1.zv), opline->op1.literal + 1, opline->extended_value TSRMLS_CC); literal 3840 Zend/zend_vm_execute.h CACHE_PTR(opline->op1.literal->cache_slot, ce); literal 3855 Zend/zend_vm_execute.h CACHED_PTR(opline->op2.literal->cache_slot)) { literal 3856 Zend/zend_vm_execute.h call->fbc = CACHED_PTR(opline->op2.literal->cache_slot); literal 3859 Zend/zend_vm_execute.h (call->fbc = CACHED_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, ce))) { literal 3887 Zend/zend_vm_execute.h call->fbc = zend_std_get_static_method(ce, function_name_strval, function_name_strlen, ((IS_CONST == IS_CONST) ? (opline->op2.literal + 1) : NULL) TSRMLS_CC); literal 3896 Zend/zend_vm_execute.h CACHE_PTR(opline->op2.literal->cache_slot, call->fbc); literal 3898 Zend/zend_vm_execute.h CACHE_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, ce, call->fbc); literal 3967 Zend/zend_vm_execute.h if (CACHED_PTR(opline->op2.literal->cache_slot)) { literal 3968 Zend/zend_vm_execute.h c = CACHED_PTR(opline->op2.literal->cache_slot); literal 3969 Zend/zend_vm_execute.h } else if ((c = zend_quick_get_constant(opline->op2.literal + 1, opline->extended_value TSRMLS_CC)) == NULL) { literal 3986 Zend/zend_vm_execute.h CACHE_PTR(opline->op2.literal->cache_slot, c); literal 3997 Zend/zend_vm_execute.h if (CACHED_PTR(opline->op2.literal->cache_slot)) { literal 3998 Zend/zend_vm_execute.h value = CACHED_PTR(opline->op2.literal->cache_slot); literal 4002 Zend/zend_vm_execute.h } else if (CACHED_PTR(opline->op1.literal->cache_slot)) { literal 4003 Zend/zend_vm_execute.h ce = CACHED_PTR(opline->op1.literal->cache_slot); literal 4005 Zend/zend_vm_execute.h ce = zend_fetch_class_by_name(Z_STRVAL_P(opline->op1.zv), Z_STRLEN_P(opline->op1.zv), opline->op1.literal + 1, opline->extended_value TSRMLS_CC); literal 4012 Zend/zend_vm_execute.h CACHE_PTR(opline->op1.literal->cache_slot, ce); literal 4016 Zend/zend_vm_execute.h if ((value = CACHED_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, ce)) != NULL) { literal 4032 Zend/zend_vm_execute.h CACHE_PTR(opline->op2.literal->cache_slot, value); literal 4034 Zend/zend_vm_execute.h CACHE_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, ce, value); literal 4184 Zend/zend_vm_execute.h if (CACHED_PTR(opline->op2.literal->cache_slot)) { literal 4185 Zend/zend_vm_execute.h ce = CACHED_PTR(opline->op2.literal->cache_slot); literal 4187 Zend/zend_vm_execute.h ce = zend_fetch_class_by_name(Z_STRVAL_P(opline->op2.zv), Z_STRLEN_P(opline->op2.zv), opline->op2.literal + 1, 0 TSRMLS_CC); literal 4200 Zend/zend_vm_execute.h CACHE_PTR(opline->op2.literal->cache_slot, ce); literal 4205 Zend/zend_vm_execute.h zend_std_unset_static_property(ce, Z_STRVAL_P(varname), Z_STRLEN_P(varname), ((IS_CONST == IS_CONST) ? opline->op1.literal : NULL) TSRMLS_CC); literal 4260 Zend/zend_vm_execute.h if (CACHED_PTR(opline->op2.literal->cache_slot)) { literal 4261 Zend/zend_vm_execute.h ce = CACHED_PTR(opline->op2.literal->cache_slot); literal 4263 Zend/zend_vm_execute.h ce = zend_fetch_class_by_name(Z_STRVAL_P(opline->op2.zv), Z_STRLEN_P(opline->op2.zv), opline->op2.literal + 1, 0 TSRMLS_CC); literal 4268 Zend/zend_vm_execute.h CACHE_PTR(opline->op2.literal->cache_slot, ce); literal 4273 Zend/zend_vm_execute.h value = zend_std_get_static_property(ce, Z_STRVAL_P(varname), Z_STRLEN_P(varname), 1, ((IS_CONST == IS_CONST) ? opline->op1.literal : NULL) TSRMLS_CC); literal 4832 Zend/zend_vm_execute.h if (CACHED_PTR(opline->op1.literal->cache_slot)) { literal 4833 Zend/zend_vm_execute.h ce = CACHED_PTR(opline->op1.literal->cache_slot); literal 4835 Zend/zend_vm_execute.h ce = zend_fetch_class_by_name(Z_STRVAL_P(opline->op1.zv), Z_STRLEN_P(opline->op1.zv), opline->op1.literal + 1, opline->extended_value TSRMLS_CC); literal 4842 Zend/zend_vm_execute.h CACHE_PTR(opline->op1.literal->cache_slot, ce); literal 4857 Zend/zend_vm_execute.h CACHED_PTR(opline->op2.literal->cache_slot)) { literal 4858 Zend/zend_vm_execute.h call->fbc = CACHED_PTR(opline->op2.literal->cache_slot); literal 4861 Zend/zend_vm_execute.h (call->fbc = CACHED_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, ce))) { literal 4889 Zend/zend_vm_execute.h call->fbc = zend_std_get_static_method(ce, function_name_strval, function_name_strlen, ((IS_TMP_VAR == IS_CONST) ? (opline->op2.literal + 1) : NULL) TSRMLS_CC); literal 4898 Zend/zend_vm_execute.h CACHE_PTR(opline->op2.literal->cache_slot, call->fbc); literal 4900 Zend/zend_vm_execute.h CACHE_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, ce, call->fbc); literal 5532 Zend/zend_vm_execute.h if (CACHED_PTR(opline->op2.literal->cache_slot)) { literal 5533 Zend/zend_vm_execute.h ce = CACHED_PTR(opline->op2.literal->cache_slot); literal 5535 Zend/zend_vm_execute.h ce = zend_fetch_class_by_name(Z_STRVAL_P(opline->op2.zv), Z_STRLEN_P(opline->op2.zv), opline->op2.literal + 1, 0 TSRMLS_CC); literal 5544 Zend/zend_vm_execute.h CACHE_PTR(opline->op2.literal->cache_slot, ce); literal 5549 Zend/zend_vm_execute.h retval = zend_std_get_static_property(ce, Z_STRVAL_P(varname), Z_STRLEN_P(varname), 0, ((IS_CONST == IS_CONST) ? opline->op1.literal : NULL) TSRMLS_CC); literal 5696 Zend/zend_vm_execute.h if (CACHED_PTR(opline->op1.literal->cache_slot)) { literal 5697 Zend/zend_vm_execute.h ce = CACHED_PTR(opline->op1.literal->cache_slot); literal 5699 Zend/zend_vm_execute.h ce = zend_fetch_class_by_name(Z_STRVAL_P(opline->op1.zv), Z_STRLEN_P(opline->op1.zv), opline->op1.literal + 1, opline->extended_value TSRMLS_CC); literal 5706 Zend/zend_vm_execute.h CACHE_PTR(opline->op1.literal->cache_slot, ce); literal 5721 Zend/zend_vm_execute.h CACHED_PTR(opline->op2.literal->cache_slot)) { literal 5722 Zend/zend_vm_execute.h call->fbc = CACHED_PTR(opline->op2.literal->cache_slot); literal 5725 Zend/zend_vm_execute.h (call->fbc = CACHED_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, ce))) { literal 5753 Zend/zend_vm_execute.h call->fbc = zend_std_get_static_method(ce, function_name_strval, function_name_strlen, ((IS_VAR == IS_CONST) ? (opline->op2.literal + 1) : NULL) TSRMLS_CC); literal 5762 Zend/zend_vm_execute.h CACHE_PTR(opline->op2.literal->cache_slot, call->fbc); literal 5764 Zend/zend_vm_execute.h CACHE_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, ce, call->fbc); literal 5959 Zend/zend_vm_execute.h if (CACHED_PTR(opline->op2.literal->cache_slot)) { literal 5960 Zend/zend_vm_execute.h ce = CACHED_PTR(opline->op2.literal->cache_slot); literal 5962 Zend/zend_vm_execute.h ce = zend_fetch_class_by_name(Z_STRVAL_P(opline->op2.zv), Z_STRLEN_P(opline->op2.zv), opline->op2.literal + 1, 0 TSRMLS_CC); literal 5975 Zend/zend_vm_execute.h CACHE_PTR(opline->op2.literal->cache_slot, ce); literal 5980 Zend/zend_vm_execute.h zend_std_unset_static_property(ce, Z_STRVAL_P(varname), Z_STRLEN_P(varname), ((IS_CONST == IS_CONST) ? opline->op1.literal : NULL) TSRMLS_CC); literal 6035 Zend/zend_vm_execute.h if (CACHED_PTR(opline->op2.literal->cache_slot)) { literal 6036 Zend/zend_vm_execute.h ce = CACHED_PTR(opline->op2.literal->cache_slot); literal 6038 Zend/zend_vm_execute.h ce = zend_fetch_class_by_name(Z_STRVAL_P(opline->op2.zv), Z_STRLEN_P(opline->op2.zv), opline->op2.literal + 1, 0 TSRMLS_CC); literal 6043 Zend/zend_vm_execute.h CACHE_PTR(opline->op2.literal->cache_slot, ce); literal 6048 Zend/zend_vm_execute.h value = zend_std_get_static_property(ce, Z_STRVAL_P(varname), Z_STRLEN_P(varname), 1, ((IS_CONST == IS_CONST) ? opline->op1.literal : NULL) TSRMLS_CC); literal 6284 Zend/zend_vm_execute.h if (CACHED_PTR(opline->op2.literal->cache_slot)) { literal 6285 Zend/zend_vm_execute.h ce = CACHED_PTR(opline->op2.literal->cache_slot); literal 6287 Zend/zend_vm_execute.h ce = zend_fetch_class_by_name(Z_STRVAL_P(opline->op2.zv), Z_STRLEN_P(opline->op2.zv), opline->op2.literal + 1, 0 TSRMLS_CC); literal 6296 Zend/zend_vm_execute.h CACHE_PTR(opline->op2.literal->cache_slot, ce); literal 6301 Zend/zend_vm_execute.h retval = zend_std_get_static_property(ce, Z_STRVAL_P(varname), Z_STRLEN_P(varname), 0, ((IS_CONST == IS_CONST) ? opline->op1.literal : NULL) TSRMLS_CC); literal 6431 Zend/zend_vm_execute.h if (CACHED_PTR(opline->op1.literal->cache_slot)) { literal 6432 Zend/zend_vm_execute.h ce = CACHED_PTR(opline->op1.literal->cache_slot); literal 6434 Zend/zend_vm_execute.h ce = zend_fetch_class_by_name(Z_STRVAL_P(opline->op1.zv), Z_STRLEN_P(opline->op1.zv), opline->op1.literal + 1, opline->extended_value TSRMLS_CC); literal 6441 Zend/zend_vm_execute.h CACHE_PTR(opline->op1.literal->cache_slot, ce); literal 6456 Zend/zend_vm_execute.h CACHED_PTR(opline->op2.literal->cache_slot)) { literal 6457 Zend/zend_vm_execute.h call->fbc = CACHED_PTR(opline->op2.literal->cache_slot); literal 6460 Zend/zend_vm_execute.h (call->fbc = CACHED_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, ce))) { literal 6488 Zend/zend_vm_execute.h call->fbc = zend_std_get_static_method(ce, function_name_strval, function_name_strlen, ((IS_UNUSED == IS_CONST) ? (opline->op2.literal + 1) : NULL) TSRMLS_CC); literal 6497 Zend/zend_vm_execute.h CACHE_PTR(opline->op2.literal->cache_slot, call->fbc); literal 6499 Zend/zend_vm_execute.h CACHE_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, ce, call->fbc); literal 6679 Zend/zend_vm_execute.h if (CACHED_PTR(opline->op2.literal->cache_slot)) { literal 6680 Zend/zend_vm_execute.h ce = CACHED_PTR(opline->op2.literal->cache_slot); literal 6682 Zend/zend_vm_execute.h ce = zend_fetch_class_by_name(Z_STRVAL_P(opline->op2.zv), Z_STRLEN_P(opline->op2.zv), opline->op2.literal + 1, 0 TSRMLS_CC); literal 6695 Zend/zend_vm_execute.h CACHE_PTR(opline->op2.literal->cache_slot, ce); literal 6700 Zend/zend_vm_execute.h zend_std_unset_static_property(ce, Z_STRVAL_P(varname), Z_STRLEN_P(varname), ((IS_CONST == IS_CONST) ? opline->op1.literal : NULL) TSRMLS_CC); literal 6755 Zend/zend_vm_execute.h if (CACHED_PTR(opline->op2.literal->cache_slot)) { literal 6756 Zend/zend_vm_execute.h ce = CACHED_PTR(opline->op2.literal->cache_slot); literal 6758 Zend/zend_vm_execute.h ce = zend_fetch_class_by_name(Z_STRVAL_P(opline->op2.zv), Z_STRLEN_P(opline->op2.zv), opline->op2.literal + 1, 0 TSRMLS_CC); literal 6763 Zend/zend_vm_execute.h CACHE_PTR(opline->op2.literal->cache_slot, ce); literal 6768 Zend/zend_vm_execute.h value = zend_std_get_static_property(ce, Z_STRVAL_P(varname), Z_STRLEN_P(varname), 1, ((IS_CONST == IS_CONST) ? opline->op1.literal : NULL) TSRMLS_CC); literal 7290 Zend/zend_vm_execute.h if (CACHED_PTR(opline->op1.literal->cache_slot)) { literal 7291 Zend/zend_vm_execute.h ce = CACHED_PTR(opline->op1.literal->cache_slot); literal 7293 Zend/zend_vm_execute.h ce = zend_fetch_class_by_name(Z_STRVAL_P(opline->op1.zv), Z_STRLEN_P(opline->op1.zv), opline->op1.literal + 1, opline->extended_value TSRMLS_CC); literal 7300 Zend/zend_vm_execute.h CACHE_PTR(opline->op1.literal->cache_slot, ce); literal 7315 Zend/zend_vm_execute.h CACHED_PTR(opline->op2.literal->cache_slot)) { literal 7316 Zend/zend_vm_execute.h call->fbc = CACHED_PTR(opline->op2.literal->cache_slot); literal 7319 Zend/zend_vm_execute.h (call->fbc = CACHED_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, ce))) { literal 7347 Zend/zend_vm_execute.h call->fbc = zend_std_get_static_method(ce, function_name_strval, function_name_strlen, ((IS_CV == IS_CONST) ? (opline->op2.literal + 1) : NULL) TSRMLS_CC); literal 7356 Zend/zend_vm_execute.h CACHE_PTR(opline->op2.literal->cache_slot, call->fbc); literal 7358 Zend/zend_vm_execute.h CACHE_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, ce, call->fbc); literal 7417 Zend/zend_vm_execute.h if (CACHED_PTR(opline->op1.literal->cache_slot)) { literal 7418 Zend/zend_vm_execute.h catch_ce = CACHED_PTR(opline->op1.literal->cache_slot); literal 7420 Zend/zend_vm_execute.h catch_ce = zend_fetch_class_by_name(Z_STRVAL_P(opline->op1.zv), Z_STRLEN_P(opline->op1.zv), opline->op1.literal + 1, ZEND_FETCH_CLASS_NO_AUTOLOAD TSRMLS_CC); literal 7422 Zend/zend_vm_execute.h CACHE_PTR(opline->op1.literal->cache_slot, catch_ce); literal 9060 Zend/zend_vm_execute.h if (CACHED_PTR(opline->op2.literal->cache_slot)) { literal 9061 Zend/zend_vm_execute.h ce = CACHED_PTR(opline->op2.literal->cache_slot); literal 9063 Zend/zend_vm_execute.h ce = zend_fetch_class_by_name(Z_STRVAL_P(opline->op2.zv), Z_STRLEN_P(opline->op2.zv), opline->op2.literal + 1, 0 TSRMLS_CC); literal 9072 Zend/zend_vm_execute.h CACHE_PTR(opline->op2.literal->cache_slot, ce); literal 9077 Zend/zend_vm_execute.h retval = zend_std_get_static_property(ce, Z_STRVAL_P(varname), Z_STRLEN_P(varname), 0, ((IS_TMP_VAR == IS_CONST) ? opline->op1.literal : NULL) TSRMLS_CC); literal 9314 Zend/zend_vm_execute.h (call->fbc = CACHED_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, call->called_scope)) == NULL) { literal 9322 Zend/zend_vm_execute.h call->fbc = Z_OBJ_HT_P(call->object)->get_method(&call->object, function_name_strval, function_name_strlen, ((IS_CONST == IS_CONST) ? (opline->op2.literal + 1) : NULL) TSRMLS_CC); literal 9330 Zend/zend_vm_execute.h CACHE_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, call->called_scope, call->fbc); literal 9512 Zend/zend_vm_execute.h if (CACHED_PTR(opline->op2.literal->cache_slot)) { literal 9513 Zend/zend_vm_execute.h ce = CACHED_PTR(opline->op2.literal->cache_slot); literal 9515 Zend/zend_vm_execute.h ce = zend_fetch_class_by_name(Z_STRVAL_P(opline->op2.zv), Z_STRLEN_P(opline->op2.zv), opline->op2.literal + 1, 0 TSRMLS_CC); literal 9528 Zend/zend_vm_execute.h CACHE_PTR(opline->op2.literal->cache_slot, ce); literal 9533 Zend/zend_vm_execute.h zend_std_unset_static_property(ce, Z_STRVAL_P(varname), Z_STRLEN_P(varname), ((IS_TMP_VAR == IS_CONST) ? opline->op1.literal : NULL) TSRMLS_CC); literal 9588 Zend/zend_vm_execute.h if (CACHED_PTR(opline->op2.literal->cache_slot)) { literal 9589 Zend/zend_vm_execute.h ce = CACHED_PTR(opline->op2.literal->cache_slot); literal 9591 Zend/zend_vm_execute.h ce = zend_fetch_class_by_name(Z_STRVAL_P(opline->op2.zv), Z_STRLEN_P(opline->op2.zv), opline->op2.literal + 1, 0 TSRMLS_CC); literal 9596 Zend/zend_vm_execute.h CACHE_PTR(opline->op2.literal->cache_slot, ce); literal 9601 Zend/zend_vm_execute.h value = zend_std_get_static_property(ce, Z_STRVAL_P(varname), Z_STRLEN_P(varname), 1, ((IS_TMP_VAR == IS_CONST) ? opline->op1.literal : NULL) TSRMLS_CC); literal 10179 Zend/zend_vm_execute.h (call->fbc = CACHED_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, call->called_scope)) == NULL) { literal 10187 Zend/zend_vm_execute.h call->fbc = Z_OBJ_HT_P(call->object)->get_method(&call->object, function_name_strval, function_name_strlen, ((IS_TMP_VAR == IS_CONST) ? (opline->op2.literal + 1) : NULL) TSRMLS_CC); literal 10195 Zend/zend_vm_execute.h CACHE_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, call->called_scope, call->fbc); literal 10816 Zend/zend_vm_execute.h if (CACHED_PTR(opline->op2.literal->cache_slot)) { literal 10817 Zend/zend_vm_execute.h ce = CACHED_PTR(opline->op2.literal->cache_slot); literal 10819 Zend/zend_vm_execute.h ce = zend_fetch_class_by_name(Z_STRVAL_P(opline->op2.zv), Z_STRLEN_P(opline->op2.zv), opline->op2.literal + 1, 0 TSRMLS_CC); literal 10828 Zend/zend_vm_execute.h CACHE_PTR(opline->op2.literal->cache_slot, ce); literal 10833 Zend/zend_vm_execute.h retval = zend_std_get_static_property(ce, Z_STRVAL_P(varname), Z_STRLEN_P(varname), 0, ((IS_TMP_VAR == IS_CONST) ? opline->op1.literal : NULL) TSRMLS_CC); literal 11045 Zend/zend_vm_execute.h (call->fbc = CACHED_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, call->called_scope)) == NULL) { literal 11053 Zend/zend_vm_execute.h call->fbc = Z_OBJ_HT_P(call->object)->get_method(&call->object, function_name_strval, function_name_strlen, ((IS_VAR == IS_CONST) ? (opline->op2.literal + 1) : NULL) TSRMLS_CC); literal 11061 Zend/zend_vm_execute.h CACHE_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, call->called_scope, call->fbc); literal 11245 Zend/zend_vm_execute.h if (CACHED_PTR(opline->op2.literal->cache_slot)) { literal 11246 Zend/zend_vm_execute.h ce = CACHED_PTR(opline->op2.literal->cache_slot); literal 11248 Zend/zend_vm_execute.h ce = zend_fetch_class_by_name(Z_STRVAL_P(opline->op2.zv), Z_STRLEN_P(opline->op2.zv), opline->op2.literal + 1, 0 TSRMLS_CC); literal 11261 Zend/zend_vm_execute.h CACHE_PTR(opline->op2.literal->cache_slot, ce); literal 11266 Zend/zend_vm_execute.h zend_std_unset_static_property(ce, Z_STRVAL_P(varname), Z_STRLEN_P(varname), ((IS_TMP_VAR == IS_CONST) ? opline->op1.literal : NULL) TSRMLS_CC); literal 11321 Zend/zend_vm_execute.h if (CACHED_PTR(opline->op2.literal->cache_slot)) { literal 11322 Zend/zend_vm_execute.h ce = CACHED_PTR(opline->op2.literal->cache_slot); literal 11324 Zend/zend_vm_execute.h ce = zend_fetch_class_by_name(Z_STRVAL_P(opline->op2.zv), Z_STRLEN_P(opline->op2.zv), opline->op2.literal + 1, 0 TSRMLS_CC); literal 11329 Zend/zend_vm_execute.h CACHE_PTR(opline->op2.literal->cache_slot, ce); literal 11334 Zend/zend_vm_execute.h value = zend_std_get_static_property(ce, Z_STRVAL_P(varname), Z_STRLEN_P(varname), 1, ((IS_TMP_VAR == IS_CONST) ? opline->op1.literal : NULL) TSRMLS_CC); literal 11570 Zend/zend_vm_execute.h if (CACHED_PTR(opline->op2.literal->cache_slot)) { literal 11571 Zend/zend_vm_execute.h ce = CACHED_PTR(opline->op2.literal->cache_slot); literal 11573 Zend/zend_vm_execute.h ce = zend_fetch_class_by_name(Z_STRVAL_P(opline->op2.zv), Z_STRLEN_P(opline->op2.zv), opline->op2.literal + 1, 0 TSRMLS_CC); literal 11582 Zend/zend_vm_execute.h CACHE_PTR(opline->op2.literal->cache_slot, ce); literal 11587 Zend/zend_vm_execute.h retval = zend_std_get_static_property(ce, Z_STRVAL_P(varname), Z_STRLEN_P(varname), 0, ((IS_TMP_VAR == IS_CONST) ? opline->op1.literal : NULL) TSRMLS_CC); literal 11840 Zend/zend_vm_execute.h if (CACHED_PTR(opline->op2.literal->cache_slot)) { literal 11841 Zend/zend_vm_execute.h ce = CACHED_PTR(opline->op2.literal->cache_slot); literal 11843 Zend/zend_vm_execute.h ce = zend_fetch_class_by_name(Z_STRVAL_P(opline->op2.zv), Z_STRLEN_P(opline->op2.zv), opline->op2.literal + 1, 0 TSRMLS_CC); literal 11856 Zend/zend_vm_execute.h CACHE_PTR(opline->op2.literal->cache_slot, ce); literal 11861 Zend/zend_vm_execute.h zend_std_unset_static_property(ce, Z_STRVAL_P(varname), Z_STRLEN_P(varname), ((IS_TMP_VAR == IS_CONST) ? opline->op1.literal : NULL) TSRMLS_CC); literal 11916 Zend/zend_vm_execute.h if (CACHED_PTR(opline->op2.literal->cache_slot)) { literal 11917 Zend/zend_vm_execute.h ce = CACHED_PTR(opline->op2.literal->cache_slot); literal 11919 Zend/zend_vm_execute.h ce = zend_fetch_class_by_name(Z_STRVAL_P(opline->op2.zv), Z_STRLEN_P(opline->op2.zv), opline->op2.literal + 1, 0 TSRMLS_CC); literal 11924 Zend/zend_vm_execute.h CACHE_PTR(opline->op2.literal->cache_slot, ce); literal 11929 Zend/zend_vm_execute.h value = zend_std_get_static_property(ce, Z_STRVAL_P(varname), Z_STRLEN_P(varname), 1, ((IS_TMP_VAR == IS_CONST) ? opline->op1.literal : NULL) TSRMLS_CC); literal 12491 Zend/zend_vm_execute.h (call->fbc = CACHED_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, call->called_scope)) == NULL) { literal 12499 Zend/zend_vm_execute.h call->fbc = Z_OBJ_HT_P(call->object)->get_method(&call->object, function_name_strval, function_name_strlen, ((IS_CV == IS_CONST) ? (opline->op2.literal + 1) : NULL) TSRMLS_CC); literal 12507 Zend/zend_vm_execute.h CACHE_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, call->called_scope, call->fbc); literal 14541 Zend/zend_vm_execute.h zval **zptr = Z_OBJ_HT_P(object)->get_property_ptr_ptr(object, property, BP_VAR_RW, ((IS_CONST == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 14560 Zend/zend_vm_execute.h z = Z_OBJ_HT_P(object)->read_property(object, property, BP_VAR_R, ((IS_CONST == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 14582 Zend/zend_vm_execute.h Z_OBJ_HT_P(object)->write_property(object, property, z, ((IS_CONST == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 14801 Zend/zend_vm_execute.h zval **zptr = Z_OBJ_HT_P(object)->get_property_ptr_ptr(object, property, BP_VAR_RW, ((IS_CONST == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 14819 Zend/zend_vm_execute.h z = Z_OBJ_HT_P(object)->read_property(object, property, BP_VAR_R, ((IS_CONST == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 14835 Zend/zend_vm_execute.h Z_OBJ_HT_P(object)->write_property(object, property, z, ((IS_CONST == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 14906 Zend/zend_vm_execute.h zval **zptr = Z_OBJ_HT_P(object)->get_property_ptr_ptr(object, property, BP_VAR_RW, ((IS_CONST == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 14924 Zend/zend_vm_execute.h z = Z_OBJ_HT_P(object)->read_property(object, property, BP_VAR_R, ((IS_CONST == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 14942 Zend/zend_vm_execute.h Z_OBJ_HT_P(object)->write_property(object, property, z_copy, ((IS_CONST == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 14998 Zend/zend_vm_execute.h if (CACHED_PTR(opline->op2.literal->cache_slot)) { literal 14999 Zend/zend_vm_execute.h ce = CACHED_PTR(opline->op2.literal->cache_slot); literal 15001 Zend/zend_vm_execute.h ce = zend_fetch_class_by_name(Z_STRVAL_P(opline->op2.zv), Z_STRLEN_P(opline->op2.zv), opline->op2.literal + 1, 0 TSRMLS_CC); literal 15010 Zend/zend_vm_execute.h CACHE_PTR(opline->op2.literal->cache_slot, ce); literal 15015 Zend/zend_vm_execute.h retval = zend_std_get_static_property(ce, Z_STRVAL_P(varname), Z_STRLEN_P(varname), 0, ((IS_VAR == IS_CONST) ? opline->op1.literal : NULL) TSRMLS_CC); literal 15322 Zend/zend_vm_execute.h retval = Z_OBJ_HT_P(container)->read_property(container, offset, BP_VAR_R, ((IS_CONST == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 15362 Zend/zend_vm_execute.h zend_fetch_property_address(&EX_T(opline->result.var), container, property, ((IS_CONST == IS_CONST) ? opline->op2.literal : NULL), BP_VAR_W TSRMLS_CC); literal 15405 Zend/zend_vm_execute.h zend_fetch_property_address(&EX_T(opline->result.var), container, property, ((IS_CONST == IS_CONST) ? opline->op2.literal : NULL), BP_VAR_RW TSRMLS_CC); literal 15444 Zend/zend_vm_execute.h retval = Z_OBJ_HT_P(container)->read_property(container, offset, BP_VAR_IS, ((IS_CONST == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 15481 Zend/zend_vm_execute.h zend_fetch_property_address(&EX_T(opline->result.var), container, property, ((IS_CONST == IS_CONST) ? opline->op2.literal : NULL), BP_VAR_W TSRMLS_CC); literal 15520 Zend/zend_vm_execute.h zend_fetch_property_address(&EX_T(opline->result.var), container, property, ((IS_CONST == IS_CONST) ? opline->op2.literal : NULL), BP_VAR_UNSET TSRMLS_CC); literal 15558 Zend/zend_vm_execute.h zend_assign_to_object(RETURN_VALUE_USED(opline)?&EX_T(opline->result.var).var.ptr:NULL, object_ptr, property_name, (opline+1)->op1_type, &(opline+1)->op1, execute_data, ZEND_ASSIGN_OBJ, ((IS_CONST == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 15590 Zend/zend_vm_execute.h zend_assign_to_object(RETURN_VALUE_USED(opline)?&EX_T(opline->result.var).var.ptr:NULL, object_ptr, property_name, (opline+1)->op1_type, &(opline+1)->op1, execute_data, ZEND_ASSIGN_DIM, ((IS_CONST == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 15739 Zend/zend_vm_execute.h (call->fbc = CACHED_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, call->called_scope)) == NULL) { literal 15747 Zend/zend_vm_execute.h call->fbc = Z_OBJ_HT_P(call->object)->get_method(&call->object, function_name_strval, function_name_strlen, ((IS_CONST == IS_CONST) ? (opline->op2.literal + 1) : NULL) TSRMLS_CC); literal 15755 Zend/zend_vm_execute.h CACHE_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, call->called_scope, call->fbc); literal 15801 Zend/zend_vm_execute.h if (CACHED_PTR(opline->op1.literal->cache_slot)) { literal 15802 Zend/zend_vm_execute.h ce = CACHED_PTR(opline->op1.literal->cache_slot); literal 15804 Zend/zend_vm_execute.h ce = zend_fetch_class_by_name(Z_STRVAL_P(opline->op1.zv), Z_STRLEN_P(opline->op1.zv), opline->op1.literal + 1, opline->extended_value TSRMLS_CC); literal 15811 Zend/zend_vm_execute.h CACHE_PTR(opline->op1.literal->cache_slot, ce); literal 15826 Zend/zend_vm_execute.h CACHED_PTR(opline->op2.literal->cache_slot)) { literal 15827 Zend/zend_vm_execute.h call->fbc = CACHED_PTR(opline->op2.literal->cache_slot); literal 15830 Zend/zend_vm_execute.h (call->fbc = CACHED_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, ce))) { literal 15858 Zend/zend_vm_execute.h call->fbc = zend_std_get_static_method(ce, function_name_strval, function_name_strlen, ((IS_CONST == IS_CONST) ? (opline->op2.literal + 1) : NULL) TSRMLS_CC); literal 15867 Zend/zend_vm_execute.h CACHE_PTR(opline->op2.literal->cache_slot, call->fbc); literal 15869 Zend/zend_vm_execute.h CACHE_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, ce, call->fbc); literal 15938 Zend/zend_vm_execute.h if (CACHED_PTR(opline->op2.literal->cache_slot)) { literal 15939 Zend/zend_vm_execute.h c = CACHED_PTR(opline->op2.literal->cache_slot); literal 15940 Zend/zend_vm_execute.h } else if ((c = zend_quick_get_constant(opline->op2.literal + 1, opline->extended_value TSRMLS_CC)) == NULL) { literal 15957 Zend/zend_vm_execute.h CACHE_PTR(opline->op2.literal->cache_slot, c); literal 15968 Zend/zend_vm_execute.h if (CACHED_PTR(opline->op2.literal->cache_slot)) { literal 15969 Zend/zend_vm_execute.h value = CACHED_PTR(opline->op2.literal->cache_slot); literal 15973 Zend/zend_vm_execute.h } else if (CACHED_PTR(opline->op1.literal->cache_slot)) { literal 15974 Zend/zend_vm_execute.h ce = CACHED_PTR(opline->op1.literal->cache_slot); literal 15976 Zend/zend_vm_execute.h ce = zend_fetch_class_by_name(Z_STRVAL_P(opline->op1.zv), Z_STRLEN_P(opline->op1.zv), opline->op1.literal + 1, opline->extended_value TSRMLS_CC); literal 15983 Zend/zend_vm_execute.h CACHE_PTR(opline->op1.literal->cache_slot, ce); literal 15987 Zend/zend_vm_execute.h if ((value = CACHED_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, ce)) != NULL) { literal 16003 Zend/zend_vm_execute.h CACHE_PTR(opline->op2.literal->cache_slot, value); literal 16005 Zend/zend_vm_execute.h CACHE_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, ce, value); literal 16155 Zend/zend_vm_execute.h if (CACHED_PTR(opline->op2.literal->cache_slot)) { literal 16156 Zend/zend_vm_execute.h ce = CACHED_PTR(opline->op2.literal->cache_slot); literal 16158 Zend/zend_vm_execute.h ce = zend_fetch_class_by_name(Z_STRVAL_P(opline->op2.zv), Z_STRLEN_P(opline->op2.zv), opline->op2.literal + 1, 0 TSRMLS_CC); literal 16171 Zend/zend_vm_execute.h CACHE_PTR(opline->op2.literal->cache_slot, ce); literal 16176 Zend/zend_vm_execute.h zend_std_unset_static_property(ce, Z_STRVAL_P(varname), Z_STRLEN_P(varname), ((IS_VAR == IS_CONST) ? opline->op1.literal : NULL) TSRMLS_CC); literal 16310 Zend/zend_vm_execute.h Z_OBJ_HT_P(*container)->unset_property(*container, offset, ((IS_CONST == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 16368 Zend/zend_vm_execute.h if (CACHED_PTR(opline->op2.literal->cache_slot)) { literal 16369 Zend/zend_vm_execute.h ce = CACHED_PTR(opline->op2.literal->cache_slot); literal 16371 Zend/zend_vm_execute.h ce = zend_fetch_class_by_name(Z_STRVAL_P(opline->op2.zv), Z_STRLEN_P(opline->op2.zv), opline->op2.literal + 1, 0 TSRMLS_CC); literal 16376 Zend/zend_vm_execute.h CACHE_PTR(opline->op2.literal->cache_slot, ce); literal 16381 Zend/zend_vm_execute.h value = zend_std_get_static_property(ce, Z_STRVAL_P(varname), Z_STRLEN_P(varname), 1, ((IS_VAR == IS_CONST) ? opline->op1.literal : NULL) TSRMLS_CC); literal 16490 Zend/zend_vm_execute.h result = Z_OBJ_HT_P(container)->has_property(container, offset, (opline->extended_value & ZEND_ISEMPTY) != 0, ((IS_CONST == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 17054 Zend/zend_vm_execute.h zval **zptr = Z_OBJ_HT_P(object)->get_property_ptr_ptr(object, property, BP_VAR_RW, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 17073 Zend/zend_vm_execute.h z = Z_OBJ_HT_P(object)->read_property(object, property, BP_VAR_R, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 17095 Zend/zend_vm_execute.h Z_OBJ_HT_P(object)->write_property(object, property, z, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 17315 Zend/zend_vm_execute.h zval **zptr = Z_OBJ_HT_P(object)->get_property_ptr_ptr(object, property, BP_VAR_RW, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 17333 Zend/zend_vm_execute.h z = Z_OBJ_HT_P(object)->read_property(object, property, BP_VAR_R, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 17349 Zend/zend_vm_execute.h Z_OBJ_HT_P(object)->write_property(object, property, z, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 17420 Zend/zend_vm_execute.h zval **zptr = Z_OBJ_HT_P(object)->get_property_ptr_ptr(object, property, BP_VAR_RW, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 17438 Zend/zend_vm_execute.h z = Z_OBJ_HT_P(object)->read_property(object, property, BP_VAR_R, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 17456 Zend/zend_vm_execute.h Z_OBJ_HT_P(object)->write_property(object, property, z_copy, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 17674 Zend/zend_vm_execute.h retval = Z_OBJ_HT_P(container)->read_property(container, offset, BP_VAR_R, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 17714 Zend/zend_vm_execute.h zend_fetch_property_address(&EX_T(opline->result.var), container, property, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL), BP_VAR_W TSRMLS_CC); literal 17757 Zend/zend_vm_execute.h zend_fetch_property_address(&EX_T(opline->result.var), container, property, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL), BP_VAR_RW TSRMLS_CC); literal 17796 Zend/zend_vm_execute.h retval = Z_OBJ_HT_P(container)->read_property(container, offset, BP_VAR_IS, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 17833 Zend/zend_vm_execute.h zend_fetch_property_address(&EX_T(opline->result.var), container, property, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL), BP_VAR_W TSRMLS_CC); literal 17872 Zend/zend_vm_execute.h zend_fetch_property_address(&EX_T(opline->result.var), container, property, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL), BP_VAR_UNSET TSRMLS_CC); literal 17910 Zend/zend_vm_execute.h zend_assign_to_object(RETURN_VALUE_USED(opline)?&EX_T(opline->result.var).var.ptr:NULL, object_ptr, property_name, (opline+1)->op1_type, &(opline+1)->op1, execute_data, ZEND_ASSIGN_OBJ, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 17942 Zend/zend_vm_execute.h zend_assign_to_object(RETURN_VALUE_USED(opline)?&EX_T(opline->result.var).var.ptr:NULL, object_ptr, property_name, (opline+1)->op1_type, &(opline+1)->op1, execute_data, ZEND_ASSIGN_DIM, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 18092 Zend/zend_vm_execute.h (call->fbc = CACHED_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, call->called_scope)) == NULL) { literal 18100 Zend/zend_vm_execute.h call->fbc = Z_OBJ_HT_P(call->object)->get_method(&call->object, function_name_strval, function_name_strlen, ((IS_TMP_VAR == IS_CONST) ? (opline->op2.literal + 1) : NULL) TSRMLS_CC); literal 18108 Zend/zend_vm_execute.h CACHE_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, call->called_scope, call->fbc); literal 18155 Zend/zend_vm_execute.h if (CACHED_PTR(opline->op1.literal->cache_slot)) { literal 18156 Zend/zend_vm_execute.h ce = CACHED_PTR(opline->op1.literal->cache_slot); literal 18158 Zend/zend_vm_execute.h ce = zend_fetch_class_by_name(Z_STRVAL_P(opline->op1.zv), Z_STRLEN_P(opline->op1.zv), opline->op1.literal + 1, opline->extended_value TSRMLS_CC); literal 18165 Zend/zend_vm_execute.h CACHE_PTR(opline->op1.literal->cache_slot, ce); literal 18180 Zend/zend_vm_execute.h CACHED_PTR(opline->op2.literal->cache_slot)) { literal 18181 Zend/zend_vm_execute.h call->fbc = CACHED_PTR(opline->op2.literal->cache_slot); literal 18184 Zend/zend_vm_execute.h (call->fbc = CACHED_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, ce))) { literal 18212 Zend/zend_vm_execute.h call->fbc = zend_std_get_static_method(ce, function_name_strval, function_name_strlen, ((IS_TMP_VAR == IS_CONST) ? (opline->op2.literal + 1) : NULL) TSRMLS_CC); literal 18221 Zend/zend_vm_execute.h CACHE_PTR(opline->op2.literal->cache_slot, call->fbc); literal 18223 Zend/zend_vm_execute.h CACHE_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, ce, call->fbc); literal 18495 Zend/zend_vm_execute.h Z_OBJ_HT_P(*container)->unset_property(*container, offset, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 18590 Zend/zend_vm_execute.h result = Z_OBJ_HT_P(container)->has_property(container, offset, (opline->extended_value & ZEND_ISEMPTY) != 0, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 19154 Zend/zend_vm_execute.h zval **zptr = Z_OBJ_HT_P(object)->get_property_ptr_ptr(object, property, BP_VAR_RW, ((IS_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 19173 Zend/zend_vm_execute.h z = Z_OBJ_HT_P(object)->read_property(object, property, BP_VAR_R, ((IS_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 19195 Zend/zend_vm_execute.h Z_OBJ_HT_P(object)->write_property(object, property, z, ((IS_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 19415 Zend/zend_vm_execute.h zval **zptr = Z_OBJ_HT_P(object)->get_property_ptr_ptr(object, property, BP_VAR_RW, ((IS_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 19433 Zend/zend_vm_execute.h z = Z_OBJ_HT_P(object)->read_property(object, property, BP_VAR_R, ((IS_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 19449 Zend/zend_vm_execute.h Z_OBJ_HT_P(object)->write_property(object, property, z, ((IS_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 19520 Zend/zend_vm_execute.h zval **zptr = Z_OBJ_HT_P(object)->get_property_ptr_ptr(object, property, BP_VAR_RW, ((IS_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 19538 Zend/zend_vm_execute.h z = Z_OBJ_HT_P(object)->read_property(object, property, BP_VAR_R, ((IS_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 19556 Zend/zend_vm_execute.h Z_OBJ_HT_P(object)->write_property(object, property, z_copy, ((IS_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 19612 Zend/zend_vm_execute.h if (CACHED_PTR(opline->op2.literal->cache_slot)) { literal 19613 Zend/zend_vm_execute.h ce = CACHED_PTR(opline->op2.literal->cache_slot); literal 19615 Zend/zend_vm_execute.h ce = zend_fetch_class_by_name(Z_STRVAL_P(opline->op2.zv), Z_STRLEN_P(opline->op2.zv), opline->op2.literal + 1, 0 TSRMLS_CC); literal 19624 Zend/zend_vm_execute.h CACHE_PTR(opline->op2.literal->cache_slot, ce); literal 19629 Zend/zend_vm_execute.h retval = zend_std_get_static_property(ce, Z_STRVAL_P(varname), Z_STRLEN_P(varname), 0, ((IS_VAR == IS_CONST) ? opline->op1.literal : NULL) TSRMLS_CC); literal 19936 Zend/zend_vm_execute.h retval = Z_OBJ_HT_P(container)->read_property(container, offset, BP_VAR_R, ((IS_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 19976 Zend/zend_vm_execute.h zend_fetch_property_address(&EX_T(opline->result.var), container, property, ((IS_VAR == IS_CONST) ? opline->op2.literal : NULL), BP_VAR_W TSRMLS_CC); literal 20019 Zend/zend_vm_execute.h zend_fetch_property_address(&EX_T(opline->result.var), container, property, ((IS_VAR == IS_CONST) ? opline->op2.literal : NULL), BP_VAR_RW TSRMLS_CC); literal 20058 Zend/zend_vm_execute.h retval = Z_OBJ_HT_P(container)->read_property(container, offset, BP_VAR_IS, ((IS_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 20095 Zend/zend_vm_execute.h zend_fetch_property_address(&EX_T(opline->result.var), container, property, ((IS_VAR == IS_CONST) ? opline->op2.literal : NULL), BP_VAR_W TSRMLS_CC); literal 20134 Zend/zend_vm_execute.h zend_fetch_property_address(&EX_T(opline->result.var), container, property, ((IS_VAR == IS_CONST) ? opline->op2.literal : NULL), BP_VAR_UNSET TSRMLS_CC); literal 20172 Zend/zend_vm_execute.h zend_assign_to_object(RETURN_VALUE_USED(opline)?&EX_T(opline->result.var).var.ptr:NULL, object_ptr, property_name, (opline+1)->op1_type, &(opline+1)->op1, execute_data, ZEND_ASSIGN_OBJ, ((IS_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 20204 Zend/zend_vm_execute.h zend_assign_to_object(RETURN_VALUE_USED(opline)?&EX_T(opline->result.var).var.ptr:NULL, object_ptr, property_name, (opline+1)->op1_type, &(opline+1)->op1, execute_data, ZEND_ASSIGN_DIM, ((IS_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 20410 Zend/zend_vm_execute.h (call->fbc = CACHED_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, call->called_scope)) == NULL) { literal 20418 Zend/zend_vm_execute.h call->fbc = Z_OBJ_HT_P(call->object)->get_method(&call->object, function_name_strval, function_name_strlen, ((IS_VAR == IS_CONST) ? (opline->op2.literal + 1) : NULL) TSRMLS_CC); literal 20426 Zend/zend_vm_execute.h CACHE_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, call->called_scope, call->fbc); literal 20473 Zend/zend_vm_execute.h if (CACHED_PTR(opline->op1.literal->cache_slot)) { literal 20474 Zend/zend_vm_execute.h ce = CACHED_PTR(opline->op1.literal->cache_slot); literal 20476 Zend/zend_vm_execute.h ce = zend_fetch_class_by_name(Z_STRVAL_P(opline->op1.zv), Z_STRLEN_P(opline->op1.zv), opline->op1.literal + 1, opline->extended_value TSRMLS_CC); literal 20483 Zend/zend_vm_execute.h CACHE_PTR(opline->op1.literal->cache_slot, ce); literal 20498 Zend/zend_vm_execute.h CACHED_PTR(opline->op2.literal->cache_slot)) { literal 20499 Zend/zend_vm_execute.h call->fbc = CACHED_PTR(opline->op2.literal->cache_slot); literal 20502 Zend/zend_vm_execute.h (call->fbc = CACHED_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, ce))) { literal 20530 Zend/zend_vm_execute.h call->fbc = zend_std_get_static_method(ce, function_name_strval, function_name_strlen, ((IS_VAR == IS_CONST) ? (opline->op2.literal + 1) : NULL) TSRMLS_CC); literal 20539 Zend/zend_vm_execute.h CACHE_PTR(opline->op2.literal->cache_slot, call->fbc); literal 20541 Zend/zend_vm_execute.h CACHE_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, ce, call->fbc); literal 20736 Zend/zend_vm_execute.h if (CACHED_PTR(opline->op2.literal->cache_slot)) { literal 20737 Zend/zend_vm_execute.h ce = CACHED_PTR(opline->op2.literal->cache_slot); literal 20739 Zend/zend_vm_execute.h ce = zend_fetch_class_by_name(Z_STRVAL_P(opline->op2.zv), Z_STRLEN_P(opline->op2.zv), opline->op2.literal + 1, 0 TSRMLS_CC); literal 20752 Zend/zend_vm_execute.h CACHE_PTR(opline->op2.literal->cache_slot, ce); literal 20757 Zend/zend_vm_execute.h zend_std_unset_static_property(ce, Z_STRVAL_P(varname), Z_STRLEN_P(varname), ((IS_VAR == IS_CONST) ? opline->op1.literal : NULL) TSRMLS_CC); literal 20891 Zend/zend_vm_execute.h Z_OBJ_HT_P(*container)->unset_property(*container, offset, ((IS_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 20949 Zend/zend_vm_execute.h if (CACHED_PTR(opline->op2.literal->cache_slot)) { literal 20950 Zend/zend_vm_execute.h ce = CACHED_PTR(opline->op2.literal->cache_slot); literal 20952 Zend/zend_vm_execute.h ce = zend_fetch_class_by_name(Z_STRVAL_P(opline->op2.zv), Z_STRLEN_P(opline->op2.zv), opline->op2.literal + 1, 0 TSRMLS_CC); literal 20957 Zend/zend_vm_execute.h CACHE_PTR(opline->op2.literal->cache_slot, ce); literal 20962 Zend/zend_vm_execute.h value = zend_std_get_static_property(ce, Z_STRVAL_P(varname), Z_STRLEN_P(varname), 1, ((IS_VAR == IS_CONST) ? opline->op1.literal : NULL) TSRMLS_CC); literal 21071 Zend/zend_vm_execute.h result = Z_OBJ_HT_P(container)->has_property(container, offset, (opline->extended_value & ZEND_ISEMPTY) != 0, ((IS_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 21360 Zend/zend_vm_execute.h zval **zptr = Z_OBJ_HT_P(object)->get_property_ptr_ptr(object, property, BP_VAR_RW, ((IS_UNUSED == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 21379 Zend/zend_vm_execute.h z = Z_OBJ_HT_P(object)->read_property(object, property, BP_VAR_R, ((IS_UNUSED == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 21401 Zend/zend_vm_execute.h Z_OBJ_HT_P(object)->write_property(object, property, z, ((IS_UNUSED == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 21605 Zend/zend_vm_execute.h if (CACHED_PTR(opline->op2.literal->cache_slot)) { literal 21606 Zend/zend_vm_execute.h ce = CACHED_PTR(opline->op2.literal->cache_slot); literal 21608 Zend/zend_vm_execute.h ce = zend_fetch_class_by_name(Z_STRVAL_P(opline->op2.zv), Z_STRLEN_P(opline->op2.zv), opline->op2.literal + 1, 0 TSRMLS_CC); literal 21617 Zend/zend_vm_execute.h CACHE_PTR(opline->op2.literal->cache_slot, ce); literal 21622 Zend/zend_vm_execute.h retval = zend_std_get_static_property(ce, Z_STRVAL_P(varname), Z_STRLEN_P(varname), 0, ((IS_VAR == IS_CONST) ? opline->op1.literal : NULL) TSRMLS_CC); literal 21849 Zend/zend_vm_execute.h zend_assign_to_object(RETURN_VALUE_USED(opline)?&EX_T(opline->result.var).var.ptr:NULL, object_ptr, property_name, (opline+1)->op1_type, &(opline+1)->op1, execute_data, ZEND_ASSIGN_DIM, ((IS_UNUSED == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 21921 Zend/zend_vm_execute.h if (CACHED_PTR(opline->op1.literal->cache_slot)) { literal 21922 Zend/zend_vm_execute.h ce = CACHED_PTR(opline->op1.literal->cache_slot); literal 21924 Zend/zend_vm_execute.h ce = zend_fetch_class_by_name(Z_STRVAL_P(opline->op1.zv), Z_STRLEN_P(opline->op1.zv), opline->op1.literal + 1, opline->extended_value TSRMLS_CC); literal 21931 Zend/zend_vm_execute.h CACHE_PTR(opline->op1.literal->cache_slot, ce); literal 21946 Zend/zend_vm_execute.h CACHED_PTR(opline->op2.literal->cache_slot)) { literal 21947 Zend/zend_vm_execute.h call->fbc = CACHED_PTR(opline->op2.literal->cache_slot); literal 21950 Zend/zend_vm_execute.h (call->fbc = CACHED_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, ce))) { literal 21978 Zend/zend_vm_execute.h call->fbc = zend_std_get_static_method(ce, function_name_strval, function_name_strlen, ((IS_UNUSED == IS_CONST) ? (opline->op2.literal + 1) : NULL) TSRMLS_CC); literal 21987 Zend/zend_vm_execute.h CACHE_PTR(opline->op2.literal->cache_slot, call->fbc); literal 21989 Zend/zend_vm_execute.h CACHE_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, ce, call->fbc); literal 22169 Zend/zend_vm_execute.h if (CACHED_PTR(opline->op2.literal->cache_slot)) { literal 22170 Zend/zend_vm_execute.h ce = CACHED_PTR(opline->op2.literal->cache_slot); literal 22172 Zend/zend_vm_execute.h ce = zend_fetch_class_by_name(Z_STRVAL_P(opline->op2.zv), Z_STRLEN_P(opline->op2.zv), opline->op2.literal + 1, 0 TSRMLS_CC); literal 22185 Zend/zend_vm_execute.h CACHE_PTR(opline->op2.literal->cache_slot, ce); literal 22190 Zend/zend_vm_execute.h zend_std_unset_static_property(ce, Z_STRVAL_P(varname), Z_STRLEN_P(varname), ((IS_VAR == IS_CONST) ? opline->op1.literal : NULL) TSRMLS_CC); literal 22245 Zend/zend_vm_execute.h if (CACHED_PTR(opline->op2.literal->cache_slot)) { literal 22246 Zend/zend_vm_execute.h ce = CACHED_PTR(opline->op2.literal->cache_slot); literal 22248 Zend/zend_vm_execute.h ce = zend_fetch_class_by_name(Z_STRVAL_P(opline->op2.zv), Z_STRLEN_P(opline->op2.zv), opline->op2.literal + 1, 0 TSRMLS_CC); literal 22253 Zend/zend_vm_execute.h CACHE_PTR(opline->op2.literal->cache_slot, ce); literal 22258 Zend/zend_vm_execute.h value = zend_std_get_static_property(ce, Z_STRVAL_P(varname), Z_STRLEN_P(varname), 1, ((IS_VAR == IS_CONST) ? opline->op1.literal : NULL) TSRMLS_CC); literal 22790 Zend/zend_vm_execute.h zval **zptr = Z_OBJ_HT_P(object)->get_property_ptr_ptr(object, property, BP_VAR_RW, ((IS_CV == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 22809 Zend/zend_vm_execute.h z = Z_OBJ_HT_P(object)->read_property(object, property, BP_VAR_R, ((IS_CV == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 22831 Zend/zend_vm_execute.h Z_OBJ_HT_P(object)->write_property(object, property, z, ((IS_CV == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 23050 Zend/zend_vm_execute.h zval **zptr = Z_OBJ_HT_P(object)->get_property_ptr_ptr(object, property, BP_VAR_RW, ((IS_CV == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 23068 Zend/zend_vm_execute.h z = Z_OBJ_HT_P(object)->read_property(object, property, BP_VAR_R, ((IS_CV == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 23084 Zend/zend_vm_execute.h Z_OBJ_HT_P(object)->write_property(object, property, z, ((IS_CV == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 23155 Zend/zend_vm_execute.h zval **zptr = Z_OBJ_HT_P(object)->get_property_ptr_ptr(object, property, BP_VAR_RW, ((IS_CV == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 23173 Zend/zend_vm_execute.h z = Z_OBJ_HT_P(object)->read_property(object, property, BP_VAR_R, ((IS_CV == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 23191 Zend/zend_vm_execute.h Z_OBJ_HT_P(object)->write_property(object, property, z_copy, ((IS_CV == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 23409 Zend/zend_vm_execute.h retval = Z_OBJ_HT_P(container)->read_property(container, offset, BP_VAR_R, ((IS_CV == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 23449 Zend/zend_vm_execute.h zend_fetch_property_address(&EX_T(opline->result.var), container, property, ((IS_CV == IS_CONST) ? opline->op2.literal : NULL), BP_VAR_W TSRMLS_CC); literal 23492 Zend/zend_vm_execute.h zend_fetch_property_address(&EX_T(opline->result.var), container, property, ((IS_CV == IS_CONST) ? opline->op2.literal : NULL), BP_VAR_RW TSRMLS_CC); literal 23531 Zend/zend_vm_execute.h retval = Z_OBJ_HT_P(container)->read_property(container, offset, BP_VAR_IS, ((IS_CV == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 23568 Zend/zend_vm_execute.h zend_fetch_property_address(&EX_T(opline->result.var), container, property, ((IS_CV == IS_CONST) ? opline->op2.literal : NULL), BP_VAR_W TSRMLS_CC); literal 23607 Zend/zend_vm_execute.h zend_fetch_property_address(&EX_T(opline->result.var), container, property, ((IS_CV == IS_CONST) ? opline->op2.literal : NULL), BP_VAR_UNSET TSRMLS_CC); literal 23645 Zend/zend_vm_execute.h zend_assign_to_object(RETURN_VALUE_USED(opline)?&EX_T(opline->result.var).var.ptr:NULL, object_ptr, property_name, (opline+1)->op1_type, &(opline+1)->op1, execute_data, ZEND_ASSIGN_OBJ, ((IS_CV == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 23677 Zend/zend_vm_execute.h zend_assign_to_object(RETURN_VALUE_USED(opline)?&EX_T(opline->result.var).var.ptr:NULL, object_ptr, property_name, (opline+1)->op1_type, &(opline+1)->op1, execute_data, ZEND_ASSIGN_DIM, ((IS_CV == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 23880 Zend/zend_vm_execute.h (call->fbc = CACHED_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, call->called_scope)) == NULL) { literal 23888 Zend/zend_vm_execute.h call->fbc = Z_OBJ_HT_P(call->object)->get_method(&call->object, function_name_strval, function_name_strlen, ((IS_CV == IS_CONST) ? (opline->op2.literal + 1) : NULL) TSRMLS_CC); literal 23896 Zend/zend_vm_execute.h CACHE_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, call->called_scope, call->fbc); literal 23942 Zend/zend_vm_execute.h if (CACHED_PTR(opline->op1.literal->cache_slot)) { literal 23943 Zend/zend_vm_execute.h ce = CACHED_PTR(opline->op1.literal->cache_slot); literal 23945 Zend/zend_vm_execute.h ce = zend_fetch_class_by_name(Z_STRVAL_P(opline->op1.zv), Z_STRLEN_P(opline->op1.zv), opline->op1.literal + 1, opline->extended_value TSRMLS_CC); literal 23952 Zend/zend_vm_execute.h CACHE_PTR(opline->op1.literal->cache_slot, ce); literal 23967 Zend/zend_vm_execute.h CACHED_PTR(opline->op2.literal->cache_slot)) { literal 23968 Zend/zend_vm_execute.h call->fbc = CACHED_PTR(opline->op2.literal->cache_slot); literal 23971 Zend/zend_vm_execute.h (call->fbc = CACHED_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, ce))) { literal 23999 Zend/zend_vm_execute.h call->fbc = zend_std_get_static_method(ce, function_name_strval, function_name_strlen, ((IS_CV == IS_CONST) ? (opline->op2.literal + 1) : NULL) TSRMLS_CC); literal 24008 Zend/zend_vm_execute.h CACHE_PTR(opline->op2.literal->cache_slot, call->fbc); literal 24010 Zend/zend_vm_execute.h CACHE_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, ce, call->fbc); literal 24281 Zend/zend_vm_execute.h Z_OBJ_HT_P(*container)->unset_property(*container, offset, ((IS_CV == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 24376 Zend/zend_vm_execute.h result = Z_OBJ_HT_P(container)->has_property(container, offset, (opline->extended_value & ZEND_ISEMPTY) != 0, ((IS_CV == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 24752 Zend/zend_vm_execute.h zval **zptr = Z_OBJ_HT_P(object)->get_property_ptr_ptr(object, property, BP_VAR_RW, ((IS_CONST == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 24771 Zend/zend_vm_execute.h z = Z_OBJ_HT_P(object)->read_property(object, property, BP_VAR_R, ((IS_CONST == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 24793 Zend/zend_vm_execute.h Z_OBJ_HT_P(object)->write_property(object, property, z, ((IS_CONST == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 25011 Zend/zend_vm_execute.h zval **zptr = Z_OBJ_HT_P(object)->get_property_ptr_ptr(object, property, BP_VAR_RW, ((IS_CONST == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 25029 Zend/zend_vm_execute.h z = Z_OBJ_HT_P(object)->read_property(object, property, BP_VAR_R, ((IS_CONST == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 25045 Zend/zend_vm_execute.h Z_OBJ_HT_P(object)->write_property(object, property, z, ((IS_CONST == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 25116 Zend/zend_vm_execute.h zval **zptr = Z_OBJ_HT_P(object)->get_property_ptr_ptr(object, property, BP_VAR_RW, ((IS_CONST == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 25134 Zend/zend_vm_execute.h z = Z_OBJ_HT_P(object)->read_property(object, property, BP_VAR_R, ((IS_CONST == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 25152 Zend/zend_vm_execute.h Z_OBJ_HT_P(object)->write_property(object, property, z_copy, ((IS_CONST == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 25208 Zend/zend_vm_execute.h retval = Z_OBJ_HT_P(container)->read_property(container, offset, BP_VAR_R, ((IS_CONST == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 25247 Zend/zend_vm_execute.h zend_fetch_property_address(&EX_T(opline->result.var), container, property, ((IS_CONST == IS_CONST) ? opline->op2.literal : NULL), BP_VAR_W TSRMLS_CC); literal 25289 Zend/zend_vm_execute.h zend_fetch_property_address(&EX_T(opline->result.var), container, property, ((IS_CONST == IS_CONST) ? opline->op2.literal : NULL), BP_VAR_RW TSRMLS_CC); literal 25328 Zend/zend_vm_execute.h retval = Z_OBJ_HT_P(container)->read_property(container, offset, BP_VAR_IS, ((IS_CONST == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 25364 Zend/zend_vm_execute.h zend_fetch_property_address(&EX_T(opline->result.var), container, property, ((IS_CONST == IS_CONST) ? opline->op2.literal : NULL), BP_VAR_W TSRMLS_CC); literal 25403 Zend/zend_vm_execute.h zend_fetch_property_address(&EX_T(opline->result.var), container, property, ((IS_CONST == IS_CONST) ? opline->op2.literal : NULL), BP_VAR_UNSET TSRMLS_CC); literal 25440 Zend/zend_vm_execute.h zend_assign_to_object(RETURN_VALUE_USED(opline)?&EX_T(opline->result.var).var.ptr:NULL, object_ptr, property_name, (opline+1)->op1_type, &(opline+1)->op1, execute_data, ZEND_ASSIGN_OBJ, ((IS_CONST == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 25530 Zend/zend_vm_execute.h (call->fbc = CACHED_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, call->called_scope)) == NULL) { literal 25538 Zend/zend_vm_execute.h call->fbc = Z_OBJ_HT_P(call->object)->get_method(&call->object, function_name_strval, function_name_strlen, ((IS_CONST == IS_CONST) ? (opline->op2.literal + 1) : NULL) TSRMLS_CC); literal 25546 Zend/zend_vm_execute.h CACHE_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, call->called_scope, call->fbc); literal 25589 Zend/zend_vm_execute.h if (CACHED_PTR(opline->op2.literal->cache_slot)) { literal 25590 Zend/zend_vm_execute.h c = CACHED_PTR(opline->op2.literal->cache_slot); literal 25591 Zend/zend_vm_execute.h } else if ((c = zend_quick_get_constant(opline->op2.literal + 1, opline->extended_value TSRMLS_CC)) == NULL) { literal 25608 Zend/zend_vm_execute.h CACHE_PTR(opline->op2.literal->cache_slot, c); literal 25619 Zend/zend_vm_execute.h if (CACHED_PTR(opline->op2.literal->cache_slot)) { literal 25620 Zend/zend_vm_execute.h value = CACHED_PTR(opline->op2.literal->cache_slot); literal 25624 Zend/zend_vm_execute.h } else if (CACHED_PTR(opline->op1.literal->cache_slot)) { literal 25625 Zend/zend_vm_execute.h ce = CACHED_PTR(opline->op1.literal->cache_slot); literal 25627 Zend/zend_vm_execute.h ce = zend_fetch_class_by_name(Z_STRVAL_P(opline->op1.zv), Z_STRLEN_P(opline->op1.zv), opline->op1.literal + 1, opline->extended_value TSRMLS_CC); literal 25634 Zend/zend_vm_execute.h CACHE_PTR(opline->op1.literal->cache_slot, ce); literal 25638 Zend/zend_vm_execute.h if ((value = CACHED_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, ce)) != NULL) { literal 25654 Zend/zend_vm_execute.h CACHE_PTR(opline->op2.literal->cache_slot, value); literal 25656 Zend/zend_vm_execute.h CACHE_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, ce, value); literal 25801 Zend/zend_vm_execute.h Z_OBJ_HT_P(*container)->unset_property(*container, offset, ((IS_CONST == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 25895 Zend/zend_vm_execute.h result = Z_OBJ_HT_P(container)->has_property(container, offset, (opline->extended_value & ZEND_ISEMPTY) != 0, ((IS_CONST == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 26165 Zend/zend_vm_execute.h zval **zptr = Z_OBJ_HT_P(object)->get_property_ptr_ptr(object, property, BP_VAR_RW, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 26184 Zend/zend_vm_execute.h z = Z_OBJ_HT_P(object)->read_property(object, property, BP_VAR_R, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 26206 Zend/zend_vm_execute.h Z_OBJ_HT_P(object)->write_property(object, property, z, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 26425 Zend/zend_vm_execute.h zval **zptr = Z_OBJ_HT_P(object)->get_property_ptr_ptr(object, property, BP_VAR_RW, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 26443 Zend/zend_vm_execute.h z = Z_OBJ_HT_P(object)->read_property(object, property, BP_VAR_R, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 26459 Zend/zend_vm_execute.h Z_OBJ_HT_P(object)->write_property(object, property, z, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 26530 Zend/zend_vm_execute.h zval **zptr = Z_OBJ_HT_P(object)->get_property_ptr_ptr(object, property, BP_VAR_RW, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 26548 Zend/zend_vm_execute.h z = Z_OBJ_HT_P(object)->read_property(object, property, BP_VAR_R, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 26566 Zend/zend_vm_execute.h Z_OBJ_HT_P(object)->write_property(object, property, z_copy, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 26622 Zend/zend_vm_execute.h retval = Z_OBJ_HT_P(container)->read_property(container, offset, BP_VAR_R, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 26661 Zend/zend_vm_execute.h zend_fetch_property_address(&EX_T(opline->result.var), container, property, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL), BP_VAR_W TSRMLS_CC); literal 26703 Zend/zend_vm_execute.h zend_fetch_property_address(&EX_T(opline->result.var), container, property, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL), BP_VAR_RW TSRMLS_CC); literal 26742 Zend/zend_vm_execute.h retval = Z_OBJ_HT_P(container)->read_property(container, offset, BP_VAR_IS, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 26778 Zend/zend_vm_execute.h zend_fetch_property_address(&EX_T(opline->result.var), container, property, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL), BP_VAR_W TSRMLS_CC); literal 26817 Zend/zend_vm_execute.h zend_fetch_property_address(&EX_T(opline->result.var), container, property, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL), BP_VAR_UNSET TSRMLS_CC); literal 26854 Zend/zend_vm_execute.h zend_assign_to_object(RETURN_VALUE_USED(opline)?&EX_T(opline->result.var).var.ptr:NULL, object_ptr, property_name, (opline+1)->op1_type, &(opline+1)->op1, execute_data, ZEND_ASSIGN_OBJ, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 26943 Zend/zend_vm_execute.h (call->fbc = CACHED_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, call->called_scope)) == NULL) { literal 26951 Zend/zend_vm_execute.h call->fbc = Z_OBJ_HT_P(call->object)->get_method(&call->object, function_name_strval, function_name_strlen, ((IS_TMP_VAR == IS_CONST) ? (opline->op2.literal + 1) : NULL) TSRMLS_CC); literal 26959 Zend/zend_vm_execute.h CACHE_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, call->called_scope, call->fbc); literal 27123 Zend/zend_vm_execute.h Z_OBJ_HT_P(*container)->unset_property(*container, offset, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 27217 Zend/zend_vm_execute.h result = Z_OBJ_HT_P(container)->has_property(container, offset, (opline->extended_value & ZEND_ISEMPTY) != 0, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 27487 Zend/zend_vm_execute.h zval **zptr = Z_OBJ_HT_P(object)->get_property_ptr_ptr(object, property, BP_VAR_RW, ((IS_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 27506 Zend/zend_vm_execute.h z = Z_OBJ_HT_P(object)->read_property(object, property, BP_VAR_R, ((IS_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 27528 Zend/zend_vm_execute.h Z_OBJ_HT_P(object)->write_property(object, property, z, ((IS_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 27747 Zend/zend_vm_execute.h zval **zptr = Z_OBJ_HT_P(object)->get_property_ptr_ptr(object, property, BP_VAR_RW, ((IS_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 27765 Zend/zend_vm_execute.h z = Z_OBJ_HT_P(object)->read_property(object, property, BP_VAR_R, ((IS_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 27781 Zend/zend_vm_execute.h Z_OBJ_HT_P(object)->write_property(object, property, z, ((IS_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 27852 Zend/zend_vm_execute.h zval **zptr = Z_OBJ_HT_P(object)->get_property_ptr_ptr(object, property, BP_VAR_RW, ((IS_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 27870 Zend/zend_vm_execute.h z = Z_OBJ_HT_P(object)->read_property(object, property, BP_VAR_R, ((IS_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 27888 Zend/zend_vm_execute.h Z_OBJ_HT_P(object)->write_property(object, property, z_copy, ((IS_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 27944 Zend/zend_vm_execute.h retval = Z_OBJ_HT_P(container)->read_property(container, offset, BP_VAR_R, ((IS_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 27983 Zend/zend_vm_execute.h zend_fetch_property_address(&EX_T(opline->result.var), container, property, ((IS_VAR == IS_CONST) ? opline->op2.literal : NULL), BP_VAR_W TSRMLS_CC); literal 28025 Zend/zend_vm_execute.h zend_fetch_property_address(&EX_T(opline->result.var), container, property, ((IS_VAR == IS_CONST) ? opline->op2.literal : NULL), BP_VAR_RW TSRMLS_CC); literal 28064 Zend/zend_vm_execute.h retval = Z_OBJ_HT_P(container)->read_property(container, offset, BP_VAR_IS, ((IS_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 28100 Zend/zend_vm_execute.h zend_fetch_property_address(&EX_T(opline->result.var), container, property, ((IS_VAR == IS_CONST) ? opline->op2.literal : NULL), BP_VAR_W TSRMLS_CC); literal 28139 Zend/zend_vm_execute.h zend_fetch_property_address(&EX_T(opline->result.var), container, property, ((IS_VAR == IS_CONST) ? opline->op2.literal : NULL), BP_VAR_UNSET TSRMLS_CC); literal 28176 Zend/zend_vm_execute.h zend_assign_to_object(RETURN_VALUE_USED(opline)?&EX_T(opline->result.var).var.ptr:NULL, object_ptr, property_name, (opline+1)->op1_type, &(opline+1)->op1, execute_data, ZEND_ASSIGN_OBJ, ((IS_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 28265 Zend/zend_vm_execute.h (call->fbc = CACHED_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, call->called_scope)) == NULL) { literal 28273 Zend/zend_vm_execute.h call->fbc = Z_OBJ_HT_P(call->object)->get_method(&call->object, function_name_strval, function_name_strlen, ((IS_VAR == IS_CONST) ? (opline->op2.literal + 1) : NULL) TSRMLS_CC); literal 28281 Zend/zend_vm_execute.h CACHE_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, call->called_scope, call->fbc); literal 28445 Zend/zend_vm_execute.h Z_OBJ_HT_P(*container)->unset_property(*container, offset, ((IS_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 28539 Zend/zend_vm_execute.h result = Z_OBJ_HT_P(container)->has_property(container, offset, (opline->extended_value & ZEND_ISEMPTY) != 0, ((IS_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 28810 Zend/zend_vm_execute.h zval **zptr = Z_OBJ_HT_P(object)->get_property_ptr_ptr(object, property, BP_VAR_RW, ((IS_UNUSED == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 28829 Zend/zend_vm_execute.h z = Z_OBJ_HT_P(object)->read_property(object, property, BP_VAR_R, ((IS_UNUSED == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 28851 Zend/zend_vm_execute.h Z_OBJ_HT_P(object)->write_property(object, property, z, ((IS_UNUSED == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 29241 Zend/zend_vm_execute.h zval **zptr = Z_OBJ_HT_P(object)->get_property_ptr_ptr(object, property, BP_VAR_RW, ((IS_CV == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 29260 Zend/zend_vm_execute.h z = Z_OBJ_HT_P(object)->read_property(object, property, BP_VAR_R, ((IS_CV == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 29282 Zend/zend_vm_execute.h Z_OBJ_HT_P(object)->write_property(object, property, z, ((IS_CV == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 29500 Zend/zend_vm_execute.h zval **zptr = Z_OBJ_HT_P(object)->get_property_ptr_ptr(object, property, BP_VAR_RW, ((IS_CV == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 29518 Zend/zend_vm_execute.h z = Z_OBJ_HT_P(object)->read_property(object, property, BP_VAR_R, ((IS_CV == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 29534 Zend/zend_vm_execute.h Z_OBJ_HT_P(object)->write_property(object, property, z, ((IS_CV == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 29605 Zend/zend_vm_execute.h zval **zptr = Z_OBJ_HT_P(object)->get_property_ptr_ptr(object, property, BP_VAR_RW, ((IS_CV == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 29623 Zend/zend_vm_execute.h z = Z_OBJ_HT_P(object)->read_property(object, property, BP_VAR_R, ((IS_CV == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 29641 Zend/zend_vm_execute.h Z_OBJ_HT_P(object)->write_property(object, property, z_copy, ((IS_CV == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 29697 Zend/zend_vm_execute.h retval = Z_OBJ_HT_P(container)->read_property(container, offset, BP_VAR_R, ((IS_CV == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 29736 Zend/zend_vm_execute.h zend_fetch_property_address(&EX_T(opline->result.var), container, property, ((IS_CV == IS_CONST) ? opline->op2.literal : NULL), BP_VAR_W TSRMLS_CC); literal 29778 Zend/zend_vm_execute.h zend_fetch_property_address(&EX_T(opline->result.var), container, property, ((IS_CV == IS_CONST) ? opline->op2.literal : NULL), BP_VAR_RW TSRMLS_CC); literal 29817 Zend/zend_vm_execute.h retval = Z_OBJ_HT_P(container)->read_property(container, offset, BP_VAR_IS, ((IS_CV == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 29853 Zend/zend_vm_execute.h zend_fetch_property_address(&EX_T(opline->result.var), container, property, ((IS_CV == IS_CONST) ? opline->op2.literal : NULL), BP_VAR_W TSRMLS_CC); literal 29892 Zend/zend_vm_execute.h zend_fetch_property_address(&EX_T(opline->result.var), container, property, ((IS_CV == IS_CONST) ? opline->op2.literal : NULL), BP_VAR_UNSET TSRMLS_CC); literal 29929 Zend/zend_vm_execute.h zend_assign_to_object(RETURN_VALUE_USED(opline)?&EX_T(opline->result.var).var.ptr:NULL, object_ptr, property_name, (opline+1)->op1_type, &(opline+1)->op1, execute_data, ZEND_ASSIGN_OBJ, ((IS_CV == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 30017 Zend/zend_vm_execute.h (call->fbc = CACHED_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, call->called_scope)) == NULL) { literal 30025 Zend/zend_vm_execute.h call->fbc = Z_OBJ_HT_P(call->object)->get_method(&call->object, function_name_strval, function_name_strlen, ((IS_CV == IS_CONST) ? (opline->op2.literal + 1) : NULL) TSRMLS_CC); literal 30033 Zend/zend_vm_execute.h CACHE_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, call->called_scope, call->fbc); literal 30196 Zend/zend_vm_execute.h Z_OBJ_HT_P(*container)->unset_property(*container, offset, ((IS_CV == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 30290 Zend/zend_vm_execute.h result = Z_OBJ_HT_P(container)->has_property(container, offset, (opline->extended_value & ZEND_ISEMPTY) != 0, ((IS_CV == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 32076 Zend/zend_vm_execute.h zval **zptr = Z_OBJ_HT_P(object)->get_property_ptr_ptr(object, property, BP_VAR_RW, ((IS_CONST == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 32095 Zend/zend_vm_execute.h z = Z_OBJ_HT_P(object)->read_property(object, property, BP_VAR_R, ((IS_CONST == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 32117 Zend/zend_vm_execute.h Z_OBJ_HT_P(object)->write_property(object, property, z, ((IS_CONST == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 32335 Zend/zend_vm_execute.h zval **zptr = Z_OBJ_HT_P(object)->get_property_ptr_ptr(object, property, BP_VAR_RW, ((IS_CONST == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 32353 Zend/zend_vm_execute.h z = Z_OBJ_HT_P(object)->read_property(object, property, BP_VAR_R, ((IS_CONST == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 32369 Zend/zend_vm_execute.h Z_OBJ_HT_P(object)->write_property(object, property, z, ((IS_CONST == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 32440 Zend/zend_vm_execute.h zval **zptr = Z_OBJ_HT_P(object)->get_property_ptr_ptr(object, property, BP_VAR_RW, ((IS_CONST == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 32458 Zend/zend_vm_execute.h z = Z_OBJ_HT_P(object)->read_property(object, property, BP_VAR_R, ((IS_CONST == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 32476 Zend/zend_vm_execute.h Z_OBJ_HT_P(object)->write_property(object, property, z_copy, ((IS_CONST == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 32532 Zend/zend_vm_execute.h if (CACHED_PTR(opline->op2.literal->cache_slot)) { literal 32533 Zend/zend_vm_execute.h ce = CACHED_PTR(opline->op2.literal->cache_slot); literal 32535 Zend/zend_vm_execute.h ce = zend_fetch_class_by_name(Z_STRVAL_P(opline->op2.zv), Z_STRLEN_P(opline->op2.zv), opline->op2.literal + 1, 0 TSRMLS_CC); literal 32544 Zend/zend_vm_execute.h CACHE_PTR(opline->op2.literal->cache_slot, ce); literal 32549 Zend/zend_vm_execute.h retval = zend_std_get_static_property(ce, Z_STRVAL_P(varname), Z_STRLEN_P(varname), 0, ((IS_CV == IS_CONST) ? opline->op1.literal : NULL) TSRMLS_CC); literal 32855 Zend/zend_vm_execute.h retval = Z_OBJ_HT_P(container)->read_property(container, offset, BP_VAR_R, ((IS_CONST == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 32894 Zend/zend_vm_execute.h zend_fetch_property_address(&EX_T(opline->result.var), container, property, ((IS_CONST == IS_CONST) ? opline->op2.literal : NULL), BP_VAR_W TSRMLS_CC); literal 32936 Zend/zend_vm_execute.h zend_fetch_property_address(&EX_T(opline->result.var), container, property, ((IS_CONST == IS_CONST) ? opline->op2.literal : NULL), BP_VAR_RW TSRMLS_CC); literal 32975 Zend/zend_vm_execute.h retval = Z_OBJ_HT_P(container)->read_property(container, offset, BP_VAR_IS, ((IS_CONST == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 33011 Zend/zend_vm_execute.h zend_fetch_property_address(&EX_T(opline->result.var), container, property, ((IS_CONST == IS_CONST) ? opline->op2.literal : NULL), BP_VAR_W TSRMLS_CC); literal 33050 Zend/zend_vm_execute.h zend_fetch_property_address(&EX_T(opline->result.var), container, property, ((IS_CONST == IS_CONST) ? opline->op2.literal : NULL), BP_VAR_UNSET TSRMLS_CC); literal 33087 Zend/zend_vm_execute.h zend_assign_to_object(RETURN_VALUE_USED(opline)?&EX_T(opline->result.var).var.ptr:NULL, object_ptr, property_name, (opline+1)->op1_type, &(opline+1)->op1, execute_data, ZEND_ASSIGN_OBJ, ((IS_CONST == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 33119 Zend/zend_vm_execute.h zend_assign_to_object(RETURN_VALUE_USED(opline)?&EX_T(opline->result.var).var.ptr:NULL, object_ptr, property_name, (opline+1)->op1_type, &(opline+1)->op1, execute_data, ZEND_ASSIGN_DIM, ((IS_CONST == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 33268 Zend/zend_vm_execute.h (call->fbc = CACHED_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, call->called_scope)) == NULL) { literal 33276 Zend/zend_vm_execute.h call->fbc = Z_OBJ_HT_P(call->object)->get_method(&call->object, function_name_strval, function_name_strlen, ((IS_CONST == IS_CONST) ? (opline->op2.literal + 1) : NULL) TSRMLS_CC); literal 33284 Zend/zend_vm_execute.h CACHE_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, call->called_scope, call->fbc); literal 33466 Zend/zend_vm_execute.h if (CACHED_PTR(opline->op2.literal->cache_slot)) { literal 33467 Zend/zend_vm_execute.h ce = CACHED_PTR(opline->op2.literal->cache_slot); literal 33469 Zend/zend_vm_execute.h ce = zend_fetch_class_by_name(Z_STRVAL_P(opline->op2.zv), Z_STRLEN_P(opline->op2.zv), opline->op2.literal + 1, 0 TSRMLS_CC); literal 33482 Zend/zend_vm_execute.h CACHE_PTR(opline->op2.literal->cache_slot, ce); literal 33487 Zend/zend_vm_execute.h zend_std_unset_static_property(ce, Z_STRVAL_P(varname), Z_STRLEN_P(varname), ((IS_CV == IS_CONST) ? opline->op1.literal : NULL) TSRMLS_CC); literal 33620 Zend/zend_vm_execute.h Z_OBJ_HT_P(*container)->unset_property(*container, offset, ((IS_CONST == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 33677 Zend/zend_vm_execute.h if (CACHED_PTR(opline->op2.literal->cache_slot)) { literal 33678 Zend/zend_vm_execute.h ce = CACHED_PTR(opline->op2.literal->cache_slot); literal 33680 Zend/zend_vm_execute.h ce = zend_fetch_class_by_name(Z_STRVAL_P(opline->op2.zv), Z_STRLEN_P(opline->op2.zv), opline->op2.literal + 1, 0 TSRMLS_CC); literal 33685 Zend/zend_vm_execute.h CACHE_PTR(opline->op2.literal->cache_slot, ce); literal 33690 Zend/zend_vm_execute.h value = zend_std_get_static_property(ce, Z_STRVAL_P(varname), Z_STRLEN_P(varname), 1, ((IS_CV == IS_CONST) ? opline->op1.literal : NULL) TSRMLS_CC); literal 33799 Zend/zend_vm_execute.h result = Z_OBJ_HT_P(container)->has_property(container, offset, (opline->extended_value & ZEND_ISEMPTY) != 0, ((IS_CONST == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 34360 Zend/zend_vm_execute.h zval **zptr = Z_OBJ_HT_P(object)->get_property_ptr_ptr(object, property, BP_VAR_RW, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 34379 Zend/zend_vm_execute.h z = Z_OBJ_HT_P(object)->read_property(object, property, BP_VAR_R, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 34401 Zend/zend_vm_execute.h Z_OBJ_HT_P(object)->write_property(object, property, z, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 34620 Zend/zend_vm_execute.h zval **zptr = Z_OBJ_HT_P(object)->get_property_ptr_ptr(object, property, BP_VAR_RW, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 34638 Zend/zend_vm_execute.h z = Z_OBJ_HT_P(object)->read_property(object, property, BP_VAR_R, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 34654 Zend/zend_vm_execute.h Z_OBJ_HT_P(object)->write_property(object, property, z, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 34725 Zend/zend_vm_execute.h zval **zptr = Z_OBJ_HT_P(object)->get_property_ptr_ptr(object, property, BP_VAR_RW, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 34743 Zend/zend_vm_execute.h z = Z_OBJ_HT_P(object)->read_property(object, property, BP_VAR_R, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 34761 Zend/zend_vm_execute.h Z_OBJ_HT_P(object)->write_property(object, property, z_copy, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 34978 Zend/zend_vm_execute.h retval = Z_OBJ_HT_P(container)->read_property(container, offset, BP_VAR_R, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 35017 Zend/zend_vm_execute.h zend_fetch_property_address(&EX_T(opline->result.var), container, property, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL), BP_VAR_W TSRMLS_CC); literal 35059 Zend/zend_vm_execute.h zend_fetch_property_address(&EX_T(opline->result.var), container, property, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL), BP_VAR_RW TSRMLS_CC); literal 35098 Zend/zend_vm_execute.h retval = Z_OBJ_HT_P(container)->read_property(container, offset, BP_VAR_IS, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 35134 Zend/zend_vm_execute.h zend_fetch_property_address(&EX_T(opline->result.var), container, property, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL), BP_VAR_W TSRMLS_CC); literal 35173 Zend/zend_vm_execute.h zend_fetch_property_address(&EX_T(opline->result.var), container, property, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL), BP_VAR_UNSET TSRMLS_CC); literal 35210 Zend/zend_vm_execute.h zend_assign_to_object(RETURN_VALUE_USED(opline)?&EX_T(opline->result.var).var.ptr:NULL, object_ptr, property_name, (opline+1)->op1_type, &(opline+1)->op1, execute_data, ZEND_ASSIGN_OBJ, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 35242 Zend/zend_vm_execute.h zend_assign_to_object(RETURN_VALUE_USED(opline)?&EX_T(opline->result.var).var.ptr:NULL, object_ptr, property_name, (opline+1)->op1_type, &(opline+1)->op1, execute_data, ZEND_ASSIGN_DIM, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 35392 Zend/zend_vm_execute.h (call->fbc = CACHED_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, call->called_scope)) == NULL) { literal 35400 Zend/zend_vm_execute.h call->fbc = Z_OBJ_HT_P(call->object)->get_method(&call->object, function_name_strval, function_name_strlen, ((IS_TMP_VAR == IS_CONST) ? (opline->op2.literal + 1) : NULL) TSRMLS_CC); literal 35408 Zend/zend_vm_execute.h CACHE_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, call->called_scope, call->fbc); literal 35668 Zend/zend_vm_execute.h Z_OBJ_HT_P(*container)->unset_property(*container, offset, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 35762 Zend/zend_vm_execute.h result = Z_OBJ_HT_P(container)->has_property(container, offset, (opline->extended_value & ZEND_ISEMPTY) != 0, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 36323 Zend/zend_vm_execute.h zval **zptr = Z_OBJ_HT_P(object)->get_property_ptr_ptr(object, property, BP_VAR_RW, ((IS_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 36342 Zend/zend_vm_execute.h z = Z_OBJ_HT_P(object)->read_property(object, property, BP_VAR_R, ((IS_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 36364 Zend/zend_vm_execute.h Z_OBJ_HT_P(object)->write_property(object, property, z, ((IS_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 36583 Zend/zend_vm_execute.h zval **zptr = Z_OBJ_HT_P(object)->get_property_ptr_ptr(object, property, BP_VAR_RW, ((IS_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 36601 Zend/zend_vm_execute.h z = Z_OBJ_HT_P(object)->read_property(object, property, BP_VAR_R, ((IS_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 36617 Zend/zend_vm_execute.h Z_OBJ_HT_P(object)->write_property(object, property, z, ((IS_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 36688 Zend/zend_vm_execute.h zval **zptr = Z_OBJ_HT_P(object)->get_property_ptr_ptr(object, property, BP_VAR_RW, ((IS_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 36706 Zend/zend_vm_execute.h z = Z_OBJ_HT_P(object)->read_property(object, property, BP_VAR_R, ((IS_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 36724 Zend/zend_vm_execute.h Z_OBJ_HT_P(object)->write_property(object, property, z_copy, ((IS_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 36780 Zend/zend_vm_execute.h if (CACHED_PTR(opline->op2.literal->cache_slot)) { literal 36781 Zend/zend_vm_execute.h ce = CACHED_PTR(opline->op2.literal->cache_slot); literal 36783 Zend/zend_vm_execute.h ce = zend_fetch_class_by_name(Z_STRVAL_P(opline->op2.zv), Z_STRLEN_P(opline->op2.zv), opline->op2.literal + 1, 0 TSRMLS_CC); literal 36792 Zend/zend_vm_execute.h CACHE_PTR(opline->op2.literal->cache_slot, ce); literal 36797 Zend/zend_vm_execute.h retval = zend_std_get_static_property(ce, Z_STRVAL_P(varname), Z_STRLEN_P(varname), 0, ((IS_CV == IS_CONST) ? opline->op1.literal : NULL) TSRMLS_CC); literal 37103 Zend/zend_vm_execute.h retval = Z_OBJ_HT_P(container)->read_property(container, offset, BP_VAR_R, ((IS_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 37142 Zend/zend_vm_execute.h zend_fetch_property_address(&EX_T(opline->result.var), container, property, ((IS_VAR == IS_CONST) ? opline->op2.literal : NULL), BP_VAR_W TSRMLS_CC); literal 37184 Zend/zend_vm_execute.h zend_fetch_property_address(&EX_T(opline->result.var), container, property, ((IS_VAR == IS_CONST) ? opline->op2.literal : NULL), BP_VAR_RW TSRMLS_CC); literal 37223 Zend/zend_vm_execute.h retval = Z_OBJ_HT_P(container)->read_property(container, offset, BP_VAR_IS, ((IS_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 37259 Zend/zend_vm_execute.h zend_fetch_property_address(&EX_T(opline->result.var), container, property, ((IS_VAR == IS_CONST) ? opline->op2.literal : NULL), BP_VAR_W TSRMLS_CC); literal 37298 Zend/zend_vm_execute.h zend_fetch_property_address(&EX_T(opline->result.var), container, property, ((IS_VAR == IS_CONST) ? opline->op2.literal : NULL), BP_VAR_UNSET TSRMLS_CC); literal 37335 Zend/zend_vm_execute.h zend_assign_to_object(RETURN_VALUE_USED(opline)?&EX_T(opline->result.var).var.ptr:NULL, object_ptr, property_name, (opline+1)->op1_type, &(opline+1)->op1, execute_data, ZEND_ASSIGN_OBJ, ((IS_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 37367 Zend/zend_vm_execute.h zend_assign_to_object(RETURN_VALUE_USED(opline)?&EX_T(opline->result.var).var.ptr:NULL, object_ptr, property_name, (opline+1)->op1_type, &(opline+1)->op1, execute_data, ZEND_ASSIGN_DIM, ((IS_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 37572 Zend/zend_vm_execute.h (call->fbc = CACHED_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, call->called_scope)) == NULL) { literal 37580 Zend/zend_vm_execute.h call->fbc = Z_OBJ_HT_P(call->object)->get_method(&call->object, function_name_strval, function_name_strlen, ((IS_VAR == IS_CONST) ? (opline->op2.literal + 1) : NULL) TSRMLS_CC); literal 37588 Zend/zend_vm_execute.h CACHE_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, call->called_scope, call->fbc); literal 37772 Zend/zend_vm_execute.h if (CACHED_PTR(opline->op2.literal->cache_slot)) { literal 37773 Zend/zend_vm_execute.h ce = CACHED_PTR(opline->op2.literal->cache_slot); literal 37775 Zend/zend_vm_execute.h ce = zend_fetch_class_by_name(Z_STRVAL_P(opline->op2.zv), Z_STRLEN_P(opline->op2.zv), opline->op2.literal + 1, 0 TSRMLS_CC); literal 37788 Zend/zend_vm_execute.h CACHE_PTR(opline->op2.literal->cache_slot, ce); literal 37793 Zend/zend_vm_execute.h zend_std_unset_static_property(ce, Z_STRVAL_P(varname), Z_STRLEN_P(varname), ((IS_CV == IS_CONST) ? opline->op1.literal : NULL) TSRMLS_CC); literal 37926 Zend/zend_vm_execute.h Z_OBJ_HT_P(*container)->unset_property(*container, offset, ((IS_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 37983 Zend/zend_vm_execute.h if (CACHED_PTR(opline->op2.literal->cache_slot)) { literal 37984 Zend/zend_vm_execute.h ce = CACHED_PTR(opline->op2.literal->cache_slot); literal 37986 Zend/zend_vm_execute.h ce = zend_fetch_class_by_name(Z_STRVAL_P(opline->op2.zv), Z_STRLEN_P(opline->op2.zv), opline->op2.literal + 1, 0 TSRMLS_CC); literal 37991 Zend/zend_vm_execute.h CACHE_PTR(opline->op2.literal->cache_slot, ce); literal 37996 Zend/zend_vm_execute.h value = zend_std_get_static_property(ce, Z_STRVAL_P(varname), Z_STRLEN_P(varname), 1, ((IS_CV == IS_CONST) ? opline->op1.literal : NULL) TSRMLS_CC); literal 38105 Zend/zend_vm_execute.h result = Z_OBJ_HT_P(container)->has_property(container, offset, (opline->extended_value & ZEND_ISEMPTY) != 0, ((IS_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 38391 Zend/zend_vm_execute.h zval **zptr = Z_OBJ_HT_P(object)->get_property_ptr_ptr(object, property, BP_VAR_RW, ((IS_UNUSED == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 38410 Zend/zend_vm_execute.h z = Z_OBJ_HT_P(object)->read_property(object, property, BP_VAR_R, ((IS_UNUSED == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 38432 Zend/zend_vm_execute.h Z_OBJ_HT_P(object)->write_property(object, property, z, ((IS_UNUSED == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 38635 Zend/zend_vm_execute.h if (CACHED_PTR(opline->op2.literal->cache_slot)) { literal 38636 Zend/zend_vm_execute.h ce = CACHED_PTR(opline->op2.literal->cache_slot); literal 38638 Zend/zend_vm_execute.h ce = zend_fetch_class_by_name(Z_STRVAL_P(opline->op2.zv), Z_STRLEN_P(opline->op2.zv), opline->op2.literal + 1, 0 TSRMLS_CC); literal 38647 Zend/zend_vm_execute.h CACHE_PTR(opline->op2.literal->cache_slot, ce); literal 38652 Zend/zend_vm_execute.h retval = zend_std_get_static_property(ce, Z_STRVAL_P(varname), Z_STRLEN_P(varname), 0, ((IS_CV == IS_CONST) ? opline->op1.literal : NULL) TSRMLS_CC); literal 38878 Zend/zend_vm_execute.h zend_assign_to_object(RETURN_VALUE_USED(opline)?&EX_T(opline->result.var).var.ptr:NULL, object_ptr, property_name, (opline+1)->op1_type, &(opline+1)->op1, execute_data, ZEND_ASSIGN_DIM, ((IS_UNUSED == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 39073 Zend/zend_vm_execute.h if (CACHED_PTR(opline->op2.literal->cache_slot)) { literal 39074 Zend/zend_vm_execute.h ce = CACHED_PTR(opline->op2.literal->cache_slot); literal 39076 Zend/zend_vm_execute.h ce = zend_fetch_class_by_name(Z_STRVAL_P(opline->op2.zv), Z_STRLEN_P(opline->op2.zv), opline->op2.literal + 1, 0 TSRMLS_CC); literal 39089 Zend/zend_vm_execute.h CACHE_PTR(opline->op2.literal->cache_slot, ce); literal 39094 Zend/zend_vm_execute.h zend_std_unset_static_property(ce, Z_STRVAL_P(varname), Z_STRLEN_P(varname), ((IS_CV == IS_CONST) ? opline->op1.literal : NULL) TSRMLS_CC); literal 39149 Zend/zend_vm_execute.h if (CACHED_PTR(opline->op2.literal->cache_slot)) { literal 39150 Zend/zend_vm_execute.h ce = CACHED_PTR(opline->op2.literal->cache_slot); literal 39152 Zend/zend_vm_execute.h ce = zend_fetch_class_by_name(Z_STRVAL_P(opline->op2.zv), Z_STRLEN_P(opline->op2.zv), opline->op2.literal + 1, 0 TSRMLS_CC); literal 39157 Zend/zend_vm_execute.h CACHE_PTR(opline->op2.literal->cache_slot, ce); literal 39162 Zend/zend_vm_execute.h value = zend_std_get_static_property(ce, Z_STRVAL_P(varname), Z_STRLEN_P(varname), 1, ((IS_CV == IS_CONST) ? opline->op1.literal : NULL) TSRMLS_CC); literal 39672 Zend/zend_vm_execute.h zval **zptr = Z_OBJ_HT_P(object)->get_property_ptr_ptr(object, property, BP_VAR_RW, ((IS_CV == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 39691 Zend/zend_vm_execute.h z = Z_OBJ_HT_P(object)->read_property(object, property, BP_VAR_R, ((IS_CV == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 39713 Zend/zend_vm_execute.h Z_OBJ_HT_P(object)->write_property(object, property, z, ((IS_CV == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 39931 Zend/zend_vm_execute.h zval **zptr = Z_OBJ_HT_P(object)->get_property_ptr_ptr(object, property, BP_VAR_RW, ((IS_CV == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 39949 Zend/zend_vm_execute.h z = Z_OBJ_HT_P(object)->read_property(object, property, BP_VAR_R, ((IS_CV == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 39965 Zend/zend_vm_execute.h Z_OBJ_HT_P(object)->write_property(object, property, z, ((IS_CV == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 40036 Zend/zend_vm_execute.h zval **zptr = Z_OBJ_HT_P(object)->get_property_ptr_ptr(object, property, BP_VAR_RW, ((IS_CV == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 40054 Zend/zend_vm_execute.h z = Z_OBJ_HT_P(object)->read_property(object, property, BP_VAR_R, ((IS_CV == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 40072 Zend/zend_vm_execute.h Z_OBJ_HT_P(object)->write_property(object, property, z_copy, ((IS_CV == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 40289 Zend/zend_vm_execute.h retval = Z_OBJ_HT_P(container)->read_property(container, offset, BP_VAR_R, ((IS_CV == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 40328 Zend/zend_vm_execute.h zend_fetch_property_address(&EX_T(opline->result.var), container, property, ((IS_CV == IS_CONST) ? opline->op2.literal : NULL), BP_VAR_W TSRMLS_CC); literal 40370 Zend/zend_vm_execute.h zend_fetch_property_address(&EX_T(opline->result.var), container, property, ((IS_CV == IS_CONST) ? opline->op2.literal : NULL), BP_VAR_RW TSRMLS_CC); literal 40409 Zend/zend_vm_execute.h retval = Z_OBJ_HT_P(container)->read_property(container, offset, BP_VAR_IS, ((IS_CV == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 40445 Zend/zend_vm_execute.h zend_fetch_property_address(&EX_T(opline->result.var), container, property, ((IS_CV == IS_CONST) ? opline->op2.literal : NULL), BP_VAR_W TSRMLS_CC); literal 40484 Zend/zend_vm_execute.h zend_fetch_property_address(&EX_T(opline->result.var), container, property, ((IS_CV == IS_CONST) ? opline->op2.literal : NULL), BP_VAR_UNSET TSRMLS_CC); literal 40521 Zend/zend_vm_execute.h zend_assign_to_object(RETURN_VALUE_USED(opline)?&EX_T(opline->result.var).var.ptr:NULL, object_ptr, property_name, (opline+1)->op1_type, &(opline+1)->op1, execute_data, ZEND_ASSIGN_OBJ, ((IS_CV == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 40553 Zend/zend_vm_execute.h zend_assign_to_object(RETURN_VALUE_USED(opline)?&EX_T(opline->result.var).var.ptr:NULL, object_ptr, property_name, (opline+1)->op1_type, &(opline+1)->op1, execute_data, ZEND_ASSIGN_DIM, ((IS_CV == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 40755 Zend/zend_vm_execute.h (call->fbc = CACHED_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, call->called_scope)) == NULL) { literal 40763 Zend/zend_vm_execute.h call->fbc = Z_OBJ_HT_P(call->object)->get_method(&call->object, function_name_strval, function_name_strlen, ((IS_CV == IS_CONST) ? (opline->op2.literal + 1) : NULL) TSRMLS_CC); literal 40771 Zend/zend_vm_execute.h CACHE_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, call->called_scope, call->fbc); literal 41029 Zend/zend_vm_execute.h Z_OBJ_HT_P(*container)->unset_property(*container, offset, ((IS_CV == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 41123 Zend/zend_vm_execute.h result = Z_OBJ_HT_P(container)->has_property(container, offset, (opline->extended_value & ZEND_ISEMPTY) != 0, ((IS_CV == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC); literal 553 ext/opcache/Optimizer/zend_optimizer.c opline->op1.constant = opline->op1.literal - op_array->literals; literal 556 ext/opcache/Optimizer/zend_optimizer.c opline->op2.constant = opline->op2.literal - op_array->literals; literal 181 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c static sljit_si push_inst_with_literal(struct sljit_compiler *compiler, sljit_uw inst, sljit_uw literal) literal 196 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c if ((*cpool_ptr == literal) && !(*cpool_unique_ptr)) { literal 224 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c compiler->cpool[cpool_index] = literal; literal 231 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c static sljit_si push_inst_with_unique_literal(struct sljit_compiler *compiler, sljit_uw inst, sljit_uw literal) literal 243 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c compiler->cpool[compiler->cpool_fill] = literal; literal 686 ext/standard/scanf.c literal: literal 701 ext/standard/scanf.c goto literal; literal 40 sapi/phpdbg/phpdbg_info.c PHPDBG_INFO_COMMAND_D(literal, "show active literal constants", 'l', info_literal, NULL, 0), literal 207 sapi/phpdbg/phpdbg_info.c PHPDBG_INFO(literal) /* {{{ */ literal 211 sapi/phpdbg/phpdbg_info.c int literal = 0, count = ops->last_literal-1; literal 231 sapi/phpdbg/phpdbg_info.c while (literal < ops->last_literal) { literal 232 sapi/phpdbg/phpdbg_info.c if (Z_TYPE(ops->literals[literal].constant) != IS_NULL) { literal 233 sapi/phpdbg/phpdbg_info.c phpdbg_write("|-------- C%u -------> [", literal); literal 235 sapi/phpdbg/phpdbg_info.c &ops->literals[literal].constant, 0); literal 239 sapi/phpdbg/phpdbg_info.c literal++; literal 34 sapi/phpdbg/phpdbg_info.h PHPDBG_INFO(literal); literal 29 sapi/phpdbg/phpdbg_opcode.c static inline zend_uint phpdbg_decode_literal(zend_op_array *ops, zend_literal *literal TSRMLS_DC) /* {{{ */ literal 34 sapi/phpdbg/phpdbg_opcode.c if (literal == &ops->literals[iter]) { literal 68 sapi/phpdbg/phpdbg_opcode.c asprintf(&decode, "C%u", phpdbg_decode_literal(ops, op->literal TSRMLS_CC));