object_ptr 2699 Zend/zend_API.c if (!fcc->object_ptr) { object_ptr 2700 Zend/zend_API.c fcc->object_ptr = EG(This); object_ptr 2713 Zend/zend_API.c if (!fcc->object_ptr) { object_ptr 2714 Zend/zend_API.c fcc->object_ptr = EG(This); object_ptr 2726 Zend/zend_API.c if (!fcc->object_ptr) { object_ptr 2727 Zend/zend_API.c fcc->object_ptr = EG(This); object_ptr 2736 Zend/zend_API.c if (scope && !fcc->object_ptr && EG(This) && object_ptr 2739 Zend/zend_API.c fcc->object_ptr = EG(This); object_ptr 2740 Zend/zend_API.c fcc->called_scope = Z_OBJCE_P(fcc->object_ptr); object_ptr 2742 Zend/zend_API.c fcc->called_scope = fcc->object_ptr ? Z_OBJCE_P(fcc->object_ptr) : fcc->calling_scope; object_ptr 2861 Zend/zend_API.c ((fcc->object_ptr && fcc->calling_scope->__call) || object_ptr 2862 Zend/zend_API.c (!fcc->object_ptr && fcc->calling_scope->__callstatic)))) { object_ptr 2864 Zend/zend_API.c if (!zend_check_private(fcc->function_handler, fcc->object_ptr ? Z_OBJCE_P(fcc->object_ptr) : EG(scope), lmname, mlen TSRMLS_CC)) { object_ptr 2879 Zend/zend_API.c if (fcc->object_ptr && fcc->calling_scope == ce_org) { object_ptr 2892 Zend/zend_API.c } else if (Z_OBJ_HT_P(fcc->object_ptr)->get_method) { object_ptr 2893 Zend/zend_API.c fcc->function_handler = Z_OBJ_HT_P(fcc->object_ptr)->get_method(&fcc->object_ptr, mname, mlen, NULL TSRMLS_CC); object_ptr 2919 Zend/zend_API.c if (call_via_handler && !fcc->object_ptr && EG(This) && object_ptr 2922 Zend/zend_API.c fcc->object_ptr = EG(This); object_ptr 2930 Zend/zend_API.c if (!fcc->object_ptr && (fcc->function_handler->common.fn_flags & ZEND_ACC_ABSTRACT)) { object_ptr 2937 Zend/zend_API.c } else if (!fcc->object_ptr && !(fcc->function_handler->common.fn_flags & ZEND_ACC_STATIC)) { object_ptr 2952 Zend/zend_API.c fcc->object_ptr = EG(This); object_ptr 2974 Zend/zend_API.c if (!zend_check_private(fcc->function_handler, fcc->object_ptr ? Z_OBJCE_P(fcc->object_ptr) : EG(scope), lmname, mlen TSRMLS_CC)) { object_ptr 3005 Zend/zend_API.c if (fcc->object_ptr) { object_ptr 3006 Zend/zend_API.c fcc->called_scope = Z_OBJCE_P(fcc->object_ptr); object_ptr 3015 Zend/zend_API.c ZEND_API zend_bool zend_is_callable_ex(zval *callable, zval *object_ptr, uint check_flags, char **callable_name, int *callable_name_len, zend_fcall_info_cache *fcc, char **error TSRMLS_DC) /* {{{ */ object_ptr 3039 Zend/zend_API.c fcc->object_ptr = NULL; object_ptr 3041 Zend/zend_API.c if (object_ptr && Z_TYPE_P(object_ptr) != IS_OBJECT) { object_ptr 3042 Zend/zend_API.c object_ptr = NULL; object_ptr 3044 Zend/zend_API.c if (object_ptr && object_ptr 3046 Zend/zend_API.c !EG(objects_store).object_buckets[Z_OBJ_HANDLE_P(object_ptr)].valid)) { object_ptr 3052 Zend/zend_API.c if (object_ptr) { object_ptr 3053 Zend/zend_API.c fcc->object_ptr = object_ptr; object_ptr 3054 Zend/zend_API.c fcc->calling_scope = Z_OBJCE_P(object_ptr); object_ptr 3133 Zend/zend_API.c fcc->object_ptr = *obj; object_ptr 3186 Zend/zend_API.c if (Z_OBJ_HANDLER_P(callable, get_closure) && Z_OBJ_HANDLER_P(callable, get_closure)(callable, &fcc->calling_scope, &fcc->function_handler, &fcc->object_ptr TSRMLS_CC) == SUCCESS) { object_ptr 3257 Zend/zend_API.c fci->object_ptr = fcc->object_ptr; object_ptr 51 Zend/zend_API.h zval *object_ptr; object_ptr 60 Zend/zend_API.h zval *object_ptr; object_ptr 303 Zend/zend_API.h ZEND_API zend_bool zend_is_callable_ex(zval *callable, zval *object_ptr, uint check_flags, char **callable_name, int *callable_name_len, zend_fcall_info_cache *fcc, char **error TSRMLS_DC); object_ptr 198 Zend/zend_closures.c static zend_function *zend_closure_get_method(zval **object_ptr, char *method_name, int method_len, const zend_literal *key TSRMLS_DC) /* {{{ */ object_ptr 209 Zend/zend_closures.c return zend_get_closure_invoke_method(*object_ptr TSRMLS_CC); object_ptr 212 Zend/zend_closures.c return std_object_handlers.get_method(object_ptr, method_name, method_len, key TSRMLS_CC); object_ptr 701 Zend/zend_exceptions.c fci.object_ptr = exception; object_ptr 563 Zend/zend_execute.c static inline void make_real_object(zval **object_ptr TSRMLS_DC) object_ptr 565 Zend/zend_execute.c if (Z_TYPE_PP(object_ptr) == IS_NULL object_ptr 566 Zend/zend_execute.c || (Z_TYPE_PP(object_ptr) == IS_BOOL && Z_LVAL_PP(object_ptr) == 0) object_ptr 567 Zend/zend_execute.c || (Z_TYPE_PP(object_ptr) == IS_STRING && Z_STRLEN_PP(object_ptr) == 0) object_ptr 569 Zend/zend_execute.c SEPARATE_ZVAL_IF_NOT_REF(object_ptr); object_ptr 570 Zend/zend_execute.c zval_dtor(*object_ptr); object_ptr 571 Zend/zend_execute.c object_init(*object_ptr); object_ptr 688 Zend/zend_execute.c static inline void zend_assign_to_object(zval **retval, zval **object_ptr, zval *property_name, int value_type, znode_op *value_op, const zend_execute_data *execute_data, int opcode, const zend_literal *key TSRMLS_DC) object_ptr 690 Zend/zend_execute.c zval *object = *object_ptr; object_ptr 706 Zend/zend_execute.c SEPARATE_ZVAL_IF_NOT_REF(object_ptr); object_ptr 707 Zend/zend_execute.c object = *object_ptr; object_ptr 1523 Zend/zend_execute.c fci->object_ptr, 1 TSRMLS_CC object_ptr 609 Zend/zend_execute_API.c fci.object_ptr = object_pp ? *object_pp : NULL; object_ptr 676 Zend/zend_execute_API.c if (!zend_is_callable_ex(fci->function_name, fci->object_ptr, IS_CALLABLE_CHECK_SILENT, &callable_name, NULL, fci_cache, &error TSRMLS_CC)) { object_ptr 699 Zend/zend_execute_API.c fci->object_ptr = fci_cache->object_ptr; object_ptr 700 Zend/zend_execute_API.c EX(object) = fci->object_ptr; object_ptr 701 Zend/zend_execute_API.c if (fci->object_ptr && Z_TYPE_P(fci->object_ptr) == IS_OBJECT && object_ptr 702 Zend/zend_execute_API.c (!EG(objects_store).object_buckets || !EG(objects_store).object_buckets[Z_OBJ_HANDLE_P(fci->object_ptr)].valid)) { object_ptr 786 Zend/zend_execute_API.c if (fci->object_ptr) { object_ptr 790 Zend/zend_execute_API.c EG(This) = fci->object_ptr; object_ptr 847 Zend/zend_execute_API.c EX(function_state).function->internal_function.handler(fci->param_count, *fci->retval_ptr_ptr, fci->retval_ptr_ptr, fci->object_ptr, 1 TSRMLS_CC); object_ptr 870 Zend/zend_execute_API.c if (fci->object_ptr) { object_ptr 871 Zend/zend_execute_API.c Z_OBJ_HT_P(fci->object_ptr)->call_method(EX(function_state).function->common.function_name, fci->param_count, *fci->retval_ptr_ptr, fci->retval_ptr_ptr, fci->object_ptr, 1 TSRMLS_CC); object_ptr 995 Zend/zend_execute_API.c fcall_info.object_ptr = NULL; object_ptr 1002 Zend/zend_execute_API.c fcall_cache.object_ptr = NULL; object_ptr 49 Zend/zend_interfaces.c fci.object_ptr = object_pp ? *object_pp : NULL; object_ptr 96 Zend/zend_interfaces.c fcic.object_ptr = object_pp ? *object_pp : NULL; object_ptr 1037 Zend/zend_object_handlers.c static union _zend_function *zend_std_get_method(zval **object_ptr, char *method_name, int method_len, const zend_literal *key TSRMLS_DC) /* {{{ */ object_ptr 1040 Zend/zend_object_handlers.c zval *object = *object_ptr; object_ptr 91 Zend/zend_object_handlers.h typedef union _zend_function *(*zend_object_get_method_t)(zval **object_ptr, char *method, int method_len, const struct _zend_literal *key TSRMLS_DC); object_ptr 334 Zend/zend_vm_def.h zval **object_ptr = GET_OP1_OBJ_ZVAL_PTR_PTR(BP_VAR_RW); object_ptr 340 Zend/zend_vm_def.h if (OP1_TYPE == IS_VAR && UNEXPECTED(object_ptr == NULL)) { object_ptr 344 Zend/zend_vm_def.h make_real_object(object_ptr TSRMLS_CC); object_ptr 345 Zend/zend_vm_def.h object = *object_ptr; object_ptr 589 Zend/zend_vm_def.h zval **object_ptr; object_ptr 596 Zend/zend_vm_def.h object_ptr = GET_OP1_OBJ_ZVAL_PTR_PTR(BP_VAR_RW); object_ptr 600 Zend/zend_vm_def.h if (OP1_TYPE == IS_VAR && UNEXPECTED(object_ptr == NULL)) { object_ptr 604 Zend/zend_vm_def.h make_real_object(object_ptr TSRMLS_CC); /* this should modify object only if it's empty */ object_ptr 605 Zend/zend_vm_def.h object = *object_ptr; object_ptr 697 Zend/zend_vm_def.h zval **object_ptr; object_ptr 704 Zend/zend_vm_def.h object_ptr = GET_OP1_OBJ_ZVAL_PTR_PTR(BP_VAR_RW); object_ptr 708 Zend/zend_vm_def.h if (OP1_TYPE == IS_VAR && UNEXPECTED(object_ptr == NULL)) { object_ptr 712 Zend/zend_vm_def.h make_real_object(object_ptr TSRMLS_CC); /* this should modify object only if it's empty */ object_ptr 713 Zend/zend_vm_def.h object = *object_ptr; object_ptr 1602 Zend/zend_vm_def.h zval **object_ptr; object_ptr 1606 Zend/zend_vm_def.h object_ptr = GET_OP1_OBJ_ZVAL_PTR_PTR(BP_VAR_W); object_ptr 1612 Zend/zend_vm_def.h if (OP1_TYPE == IS_VAR && UNEXPECTED(object_ptr == NULL)) { object_ptr 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); object_ptr 1632 Zend/zend_vm_def.h zval **object_ptr; object_ptr 1635 Zend/zend_vm_def.h object_ptr = GET_OP1_ZVAL_PTR_PTR(BP_VAR_W); object_ptr 1637 Zend/zend_vm_def.h if (OP1_TYPE == IS_VAR && UNEXPECTED(object_ptr == NULL)) { object_ptr 1640 Zend/zend_vm_def.h if (Z_TYPE_PP(object_ptr) == IS_OBJECT) { object_ptr 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); object_ptr 1659 Zend/zend_vm_def.h zend_fetch_dimension_address(&EX_T((opline+1)->op2.var), object_ptr, dim, OP2_TYPE, BP_VAR_W TSRMLS_CC); object_ptr 14510 Zend/zend_vm_execute.h zval **object_ptr = _get_zval_ptr_ptr_var(opline->op1.var, execute_data, &free_op1 TSRMLS_CC); object_ptr 14516 Zend/zend_vm_execute.h if (IS_VAR == IS_VAR && UNEXPECTED(object_ptr == NULL)) { object_ptr 14520 Zend/zend_vm_execute.h make_real_object(object_ptr TSRMLS_CC); object_ptr 14521 Zend/zend_vm_execute.h object = *object_ptr; object_ptr 14764 Zend/zend_vm_execute.h zval **object_ptr; object_ptr 14771 Zend/zend_vm_execute.h object_ptr = _get_zval_ptr_ptr_var(opline->op1.var, execute_data, &free_op1 TSRMLS_CC); object_ptr 14775 Zend/zend_vm_execute.h if (IS_VAR == IS_VAR && UNEXPECTED(object_ptr == NULL)) { object_ptr 14779 Zend/zend_vm_execute.h make_real_object(object_ptr TSRMLS_CC); /* this should modify object only if it's empty */ object_ptr 14780 Zend/zend_vm_execute.h object = *object_ptr; object_ptr 14872 Zend/zend_vm_execute.h zval **object_ptr; object_ptr 14879 Zend/zend_vm_execute.h object_ptr = _get_zval_ptr_ptr_var(opline->op1.var, execute_data, &free_op1 TSRMLS_CC); object_ptr 14883 Zend/zend_vm_execute.h if (IS_VAR == IS_VAR && UNEXPECTED(object_ptr == NULL)) { object_ptr 14887 Zend/zend_vm_execute.h make_real_object(object_ptr TSRMLS_CC); /* this should modify object only if it's empty */ object_ptr 14888 Zend/zend_vm_execute.h object = *object_ptr; object_ptr 15545 Zend/zend_vm_execute.h zval **object_ptr; object_ptr 15549 Zend/zend_vm_execute.h object_ptr = _get_zval_ptr_ptr_var(opline->op1.var, execute_data, &free_op1 TSRMLS_CC); object_ptr 15555 Zend/zend_vm_execute.h if (IS_VAR == IS_VAR && UNEXPECTED(object_ptr == NULL)) { object_ptr 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); object_ptr 15575 Zend/zend_vm_execute.h zval **object_ptr; object_ptr 15578 Zend/zend_vm_execute.h object_ptr = _get_zval_ptr_ptr_var(opline->op1.var, execute_data, &free_op1 TSRMLS_CC); object_ptr 15580 Zend/zend_vm_execute.h if (IS_VAR == IS_VAR && UNEXPECTED(object_ptr == NULL)) { object_ptr 15583 Zend/zend_vm_execute.h if (Z_TYPE_PP(object_ptr) == IS_OBJECT) { object_ptr 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); object_ptr 15602 Zend/zend_vm_execute.h zend_fetch_dimension_address(&EX_T((opline+1)->op2.var), object_ptr, dim, IS_CONST, BP_VAR_W TSRMLS_CC); object_ptr 17023 Zend/zend_vm_execute.h zval **object_ptr = _get_zval_ptr_ptr_var(opline->op1.var, execute_data, &free_op1 TSRMLS_CC); object_ptr 17029 Zend/zend_vm_execute.h if (IS_VAR == IS_VAR && UNEXPECTED(object_ptr == NULL)) { object_ptr 17033 Zend/zend_vm_execute.h make_real_object(object_ptr TSRMLS_CC); object_ptr 17034 Zend/zend_vm_execute.h object = *object_ptr; object_ptr 17278 Zend/zend_vm_execute.h zval **object_ptr; object_ptr 17285 Zend/zend_vm_execute.h object_ptr = _get_zval_ptr_ptr_var(opline->op1.var, execute_data, &free_op1 TSRMLS_CC); object_ptr 17289 Zend/zend_vm_execute.h if (IS_VAR == IS_VAR && UNEXPECTED(object_ptr == NULL)) { object_ptr 17293 Zend/zend_vm_execute.h make_real_object(object_ptr TSRMLS_CC); /* this should modify object only if it's empty */ object_ptr 17294 Zend/zend_vm_execute.h object = *object_ptr; object_ptr 17386 Zend/zend_vm_execute.h zval **object_ptr; object_ptr 17393 Zend/zend_vm_execute.h object_ptr = _get_zval_ptr_ptr_var(opline->op1.var, execute_data, &free_op1 TSRMLS_CC); object_ptr 17397 Zend/zend_vm_execute.h if (IS_VAR == IS_VAR && UNEXPECTED(object_ptr == NULL)) { object_ptr 17401 Zend/zend_vm_execute.h make_real_object(object_ptr TSRMLS_CC); /* this should modify object only if it's empty */ object_ptr 17402 Zend/zend_vm_execute.h object = *object_ptr; object_ptr 17897 Zend/zend_vm_execute.h zval **object_ptr; object_ptr 17901 Zend/zend_vm_execute.h object_ptr = _get_zval_ptr_ptr_var(opline->op1.var, execute_data, &free_op1 TSRMLS_CC); object_ptr 17907 Zend/zend_vm_execute.h if (IS_VAR == IS_VAR && UNEXPECTED(object_ptr == NULL)) { object_ptr 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); object_ptr 17927 Zend/zend_vm_execute.h zval **object_ptr; object_ptr 17930 Zend/zend_vm_execute.h object_ptr = _get_zval_ptr_ptr_var(opline->op1.var, execute_data, &free_op1 TSRMLS_CC); object_ptr 17932 Zend/zend_vm_execute.h if (IS_VAR == IS_VAR && UNEXPECTED(object_ptr == NULL)) { object_ptr 17935 Zend/zend_vm_execute.h if (Z_TYPE_PP(object_ptr) == IS_OBJECT) { object_ptr 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); object_ptr 17954 Zend/zend_vm_execute.h zend_fetch_dimension_address(&EX_T((opline+1)->op2.var), object_ptr, dim, IS_TMP_VAR, BP_VAR_W TSRMLS_CC); object_ptr 19123 Zend/zend_vm_execute.h zval **object_ptr = _get_zval_ptr_ptr_var(opline->op1.var, execute_data, &free_op1 TSRMLS_CC); object_ptr 19129 Zend/zend_vm_execute.h if (IS_VAR == IS_VAR && UNEXPECTED(object_ptr == NULL)) { object_ptr 19133 Zend/zend_vm_execute.h make_real_object(object_ptr TSRMLS_CC); object_ptr 19134 Zend/zend_vm_execute.h object = *object_ptr; object_ptr 19378 Zend/zend_vm_execute.h zval **object_ptr; object_ptr 19385 Zend/zend_vm_execute.h object_ptr = _get_zval_ptr_ptr_var(opline->op1.var, execute_data, &free_op1 TSRMLS_CC); object_ptr 19389 Zend/zend_vm_execute.h if (IS_VAR == IS_VAR && UNEXPECTED(object_ptr == NULL)) { object_ptr 19393 Zend/zend_vm_execute.h make_real_object(object_ptr TSRMLS_CC); /* this should modify object only if it's empty */ object_ptr 19394 Zend/zend_vm_execute.h object = *object_ptr; object_ptr 19486 Zend/zend_vm_execute.h zval **object_ptr; object_ptr 19493 Zend/zend_vm_execute.h object_ptr = _get_zval_ptr_ptr_var(opline->op1.var, execute_data, &free_op1 TSRMLS_CC); object_ptr 19497 Zend/zend_vm_execute.h if (IS_VAR == IS_VAR && UNEXPECTED(object_ptr == NULL)) { object_ptr 19501 Zend/zend_vm_execute.h make_real_object(object_ptr TSRMLS_CC); /* this should modify object only if it's empty */ object_ptr 19502 Zend/zend_vm_execute.h object = *object_ptr; object_ptr 20159 Zend/zend_vm_execute.h zval **object_ptr; object_ptr 20163 Zend/zend_vm_execute.h object_ptr = _get_zval_ptr_ptr_var(opline->op1.var, execute_data, &free_op1 TSRMLS_CC); object_ptr 20169 Zend/zend_vm_execute.h if (IS_VAR == IS_VAR && UNEXPECTED(object_ptr == NULL)) { object_ptr 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); object_ptr 20189 Zend/zend_vm_execute.h zval **object_ptr; object_ptr 20192 Zend/zend_vm_execute.h object_ptr = _get_zval_ptr_ptr_var(opline->op1.var, execute_data, &free_op1 TSRMLS_CC); object_ptr 20194 Zend/zend_vm_execute.h if (IS_VAR == IS_VAR && UNEXPECTED(object_ptr == NULL)) { object_ptr 20197 Zend/zend_vm_execute.h if (Z_TYPE_PP(object_ptr) == IS_OBJECT) { object_ptr 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); object_ptr 20216 Zend/zend_vm_execute.h zend_fetch_dimension_address(&EX_T((opline+1)->op2.var), object_ptr, dim, IS_VAR, BP_VAR_W TSRMLS_CC); object_ptr 21329 Zend/zend_vm_execute.h zval **object_ptr = _get_zval_ptr_ptr_var(opline->op1.var, execute_data, &free_op1 TSRMLS_CC); object_ptr 21335 Zend/zend_vm_execute.h if (IS_VAR == IS_VAR && UNEXPECTED(object_ptr == NULL)) { object_ptr 21339 Zend/zend_vm_execute.h make_real_object(object_ptr TSRMLS_CC); object_ptr 21340 Zend/zend_vm_execute.h object = *object_ptr; object_ptr 21834 Zend/zend_vm_execute.h zval **object_ptr; object_ptr 21837 Zend/zend_vm_execute.h object_ptr = _get_zval_ptr_ptr_var(opline->op1.var, execute_data, &free_op1 TSRMLS_CC); object_ptr 21839 Zend/zend_vm_execute.h if (IS_VAR == IS_VAR && UNEXPECTED(object_ptr == NULL)) { object_ptr 21842 Zend/zend_vm_execute.h if (Z_TYPE_PP(object_ptr) == IS_OBJECT) { object_ptr 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); object_ptr 21861 Zend/zend_vm_execute.h zend_fetch_dimension_address(&EX_T((opline+1)->op2.var), object_ptr, dim, IS_UNUSED, BP_VAR_W TSRMLS_CC); object_ptr 22759 Zend/zend_vm_execute.h zval **object_ptr = _get_zval_ptr_ptr_var(opline->op1.var, execute_data, &free_op1 TSRMLS_CC); object_ptr 22765 Zend/zend_vm_execute.h if (IS_VAR == IS_VAR && UNEXPECTED(object_ptr == NULL)) { object_ptr 22769 Zend/zend_vm_execute.h make_real_object(object_ptr TSRMLS_CC); object_ptr 22770 Zend/zend_vm_execute.h object = *object_ptr; object_ptr 23013 Zend/zend_vm_execute.h zval **object_ptr; object_ptr 23020 Zend/zend_vm_execute.h object_ptr = _get_zval_ptr_ptr_var(opline->op1.var, execute_data, &free_op1 TSRMLS_CC); object_ptr 23024 Zend/zend_vm_execute.h if (IS_VAR == IS_VAR && UNEXPECTED(object_ptr == NULL)) { object_ptr 23028 Zend/zend_vm_execute.h make_real_object(object_ptr TSRMLS_CC); /* this should modify object only if it's empty */ object_ptr 23029 Zend/zend_vm_execute.h object = *object_ptr; object_ptr 23121 Zend/zend_vm_execute.h zval **object_ptr; object_ptr 23128 Zend/zend_vm_execute.h object_ptr = _get_zval_ptr_ptr_var(opline->op1.var, execute_data, &free_op1 TSRMLS_CC); object_ptr 23132 Zend/zend_vm_execute.h if (IS_VAR == IS_VAR && UNEXPECTED(object_ptr == NULL)) { object_ptr 23136 Zend/zend_vm_execute.h make_real_object(object_ptr TSRMLS_CC); /* this should modify object only if it's empty */ object_ptr 23137 Zend/zend_vm_execute.h object = *object_ptr; object_ptr 23632 Zend/zend_vm_execute.h zval **object_ptr; object_ptr 23636 Zend/zend_vm_execute.h object_ptr = _get_zval_ptr_ptr_var(opline->op1.var, execute_data, &free_op1 TSRMLS_CC); object_ptr 23642 Zend/zend_vm_execute.h if (IS_VAR == IS_VAR && UNEXPECTED(object_ptr == NULL)) { object_ptr 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); object_ptr 23662 Zend/zend_vm_execute.h zval **object_ptr; object_ptr 23665 Zend/zend_vm_execute.h object_ptr = _get_zval_ptr_ptr_var(opline->op1.var, execute_data, &free_op1 TSRMLS_CC); object_ptr 23667 Zend/zend_vm_execute.h if (IS_VAR == IS_VAR && UNEXPECTED(object_ptr == NULL)) { object_ptr 23670 Zend/zend_vm_execute.h if (Z_TYPE_PP(object_ptr) == IS_OBJECT) { object_ptr 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); object_ptr 23689 Zend/zend_vm_execute.h zend_fetch_dimension_address(&EX_T((opline+1)->op2.var), object_ptr, dim, IS_CV, BP_VAR_W TSRMLS_CC); object_ptr 24721 Zend/zend_vm_execute.h zval **object_ptr = _get_obj_zval_ptr_ptr_unused(TSRMLS_C); object_ptr 24727 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && UNEXPECTED(object_ptr == NULL)) { object_ptr 24731 Zend/zend_vm_execute.h make_real_object(object_ptr TSRMLS_CC); object_ptr 24732 Zend/zend_vm_execute.h object = *object_ptr; object_ptr 24974 Zend/zend_vm_execute.h zval **object_ptr; object_ptr 24981 Zend/zend_vm_execute.h object_ptr = _get_obj_zval_ptr_ptr_unused(TSRMLS_C); object_ptr 24985 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && UNEXPECTED(object_ptr == NULL)) { object_ptr 24989 Zend/zend_vm_execute.h make_real_object(object_ptr TSRMLS_CC); /* this should modify object only if it's empty */ object_ptr 24990 Zend/zend_vm_execute.h object = *object_ptr; object_ptr 25082 Zend/zend_vm_execute.h zval **object_ptr; object_ptr 25089 Zend/zend_vm_execute.h object_ptr = _get_obj_zval_ptr_ptr_unused(TSRMLS_C); object_ptr 25093 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && UNEXPECTED(object_ptr == NULL)) { object_ptr 25097 Zend/zend_vm_execute.h make_real_object(object_ptr TSRMLS_CC); /* this should modify object only if it's empty */ object_ptr 25098 Zend/zend_vm_execute.h object = *object_ptr; object_ptr 25427 Zend/zend_vm_execute.h zval **object_ptr; object_ptr 25431 Zend/zend_vm_execute.h object_ptr = _get_obj_zval_ptr_ptr_unused(TSRMLS_C); object_ptr 25437 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && UNEXPECTED(object_ptr == NULL)) { object_ptr 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); object_ptr 26134 Zend/zend_vm_execute.h zval **object_ptr = _get_obj_zval_ptr_ptr_unused(TSRMLS_C); object_ptr 26140 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && UNEXPECTED(object_ptr == NULL)) { object_ptr 26144 Zend/zend_vm_execute.h make_real_object(object_ptr TSRMLS_CC); object_ptr 26145 Zend/zend_vm_execute.h object = *object_ptr; object_ptr 26388 Zend/zend_vm_execute.h zval **object_ptr; object_ptr 26395 Zend/zend_vm_execute.h object_ptr = _get_obj_zval_ptr_ptr_unused(TSRMLS_C); object_ptr 26399 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && UNEXPECTED(object_ptr == NULL)) { object_ptr 26403 Zend/zend_vm_execute.h make_real_object(object_ptr TSRMLS_CC); /* this should modify object only if it's empty */ object_ptr 26404 Zend/zend_vm_execute.h object = *object_ptr; object_ptr 26496 Zend/zend_vm_execute.h zval **object_ptr; object_ptr 26503 Zend/zend_vm_execute.h object_ptr = _get_obj_zval_ptr_ptr_unused(TSRMLS_C); object_ptr 26507 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && UNEXPECTED(object_ptr == NULL)) { object_ptr 26511 Zend/zend_vm_execute.h make_real_object(object_ptr TSRMLS_CC); /* this should modify object only if it's empty */ object_ptr 26512 Zend/zend_vm_execute.h object = *object_ptr; object_ptr 26841 Zend/zend_vm_execute.h zval **object_ptr; object_ptr 26845 Zend/zend_vm_execute.h object_ptr = _get_obj_zval_ptr_ptr_unused(TSRMLS_C); object_ptr 26851 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && UNEXPECTED(object_ptr == NULL)) { object_ptr 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); object_ptr 27456 Zend/zend_vm_execute.h zval **object_ptr = _get_obj_zval_ptr_ptr_unused(TSRMLS_C); object_ptr 27462 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && UNEXPECTED(object_ptr == NULL)) { object_ptr 27466 Zend/zend_vm_execute.h make_real_object(object_ptr TSRMLS_CC); object_ptr 27467 Zend/zend_vm_execute.h object = *object_ptr; object_ptr 27710 Zend/zend_vm_execute.h zval **object_ptr; object_ptr 27717 Zend/zend_vm_execute.h object_ptr = _get_obj_zval_ptr_ptr_unused(TSRMLS_C); object_ptr 27721 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && UNEXPECTED(object_ptr == NULL)) { object_ptr 27725 Zend/zend_vm_execute.h make_real_object(object_ptr TSRMLS_CC); /* this should modify object only if it's empty */ object_ptr 27726 Zend/zend_vm_execute.h object = *object_ptr; object_ptr 27818 Zend/zend_vm_execute.h zval **object_ptr; object_ptr 27825 Zend/zend_vm_execute.h object_ptr = _get_obj_zval_ptr_ptr_unused(TSRMLS_C); object_ptr 27829 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && UNEXPECTED(object_ptr == NULL)) { object_ptr 27833 Zend/zend_vm_execute.h make_real_object(object_ptr TSRMLS_CC); /* this should modify object only if it's empty */ object_ptr 27834 Zend/zend_vm_execute.h object = *object_ptr; object_ptr 28163 Zend/zend_vm_execute.h zval **object_ptr; object_ptr 28167 Zend/zend_vm_execute.h object_ptr = _get_obj_zval_ptr_ptr_unused(TSRMLS_C); object_ptr 28173 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && UNEXPECTED(object_ptr == NULL)) { object_ptr 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); object_ptr 28779 Zend/zend_vm_execute.h zval **object_ptr = _get_obj_zval_ptr_ptr_unused(TSRMLS_C); object_ptr 28785 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && UNEXPECTED(object_ptr == NULL)) { object_ptr 28789 Zend/zend_vm_execute.h make_real_object(object_ptr TSRMLS_CC); object_ptr 28790 Zend/zend_vm_execute.h object = *object_ptr; object_ptr 29210 Zend/zend_vm_execute.h zval **object_ptr = _get_obj_zval_ptr_ptr_unused(TSRMLS_C); object_ptr 29216 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && UNEXPECTED(object_ptr == NULL)) { object_ptr 29220 Zend/zend_vm_execute.h make_real_object(object_ptr TSRMLS_CC); object_ptr 29221 Zend/zend_vm_execute.h object = *object_ptr; object_ptr 29463 Zend/zend_vm_execute.h zval **object_ptr; object_ptr 29470 Zend/zend_vm_execute.h object_ptr = _get_obj_zval_ptr_ptr_unused(TSRMLS_C); object_ptr 29474 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && UNEXPECTED(object_ptr == NULL)) { object_ptr 29478 Zend/zend_vm_execute.h make_real_object(object_ptr TSRMLS_CC); /* this should modify object only if it's empty */ object_ptr 29479 Zend/zend_vm_execute.h object = *object_ptr; object_ptr 29571 Zend/zend_vm_execute.h zval **object_ptr; object_ptr 29578 Zend/zend_vm_execute.h object_ptr = _get_obj_zval_ptr_ptr_unused(TSRMLS_C); object_ptr 29582 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && UNEXPECTED(object_ptr == NULL)) { object_ptr 29586 Zend/zend_vm_execute.h make_real_object(object_ptr TSRMLS_CC); /* this should modify object only if it's empty */ object_ptr 29587 Zend/zend_vm_execute.h object = *object_ptr; object_ptr 29916 Zend/zend_vm_execute.h zval **object_ptr; object_ptr 29920 Zend/zend_vm_execute.h object_ptr = _get_obj_zval_ptr_ptr_unused(TSRMLS_C); object_ptr 29926 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && UNEXPECTED(object_ptr == NULL)) { object_ptr 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); object_ptr 32045 Zend/zend_vm_execute.h zval **object_ptr = _get_zval_ptr_ptr_cv_BP_VAR_RW(execute_data, opline->op1.var TSRMLS_CC); object_ptr 32051 Zend/zend_vm_execute.h if (IS_CV == IS_VAR && UNEXPECTED(object_ptr == NULL)) { object_ptr 32055 Zend/zend_vm_execute.h make_real_object(object_ptr TSRMLS_CC); object_ptr 32056 Zend/zend_vm_execute.h object = *object_ptr; object_ptr 32298 Zend/zend_vm_execute.h zval **object_ptr; object_ptr 32305 Zend/zend_vm_execute.h object_ptr = _get_zval_ptr_ptr_cv_BP_VAR_RW(execute_data, opline->op1.var TSRMLS_CC); object_ptr 32309 Zend/zend_vm_execute.h if (IS_CV == IS_VAR && UNEXPECTED(object_ptr == NULL)) { object_ptr 32313 Zend/zend_vm_execute.h make_real_object(object_ptr TSRMLS_CC); /* this should modify object only if it's empty */ object_ptr 32314 Zend/zend_vm_execute.h object = *object_ptr; object_ptr 32406 Zend/zend_vm_execute.h zval **object_ptr; object_ptr 32413 Zend/zend_vm_execute.h object_ptr = _get_zval_ptr_ptr_cv_BP_VAR_RW(execute_data, opline->op1.var TSRMLS_CC); object_ptr 32417 Zend/zend_vm_execute.h if (IS_CV == IS_VAR && UNEXPECTED(object_ptr == NULL)) { object_ptr 32421 Zend/zend_vm_execute.h make_real_object(object_ptr TSRMLS_CC); /* this should modify object only if it's empty */ object_ptr 32422 Zend/zend_vm_execute.h object = *object_ptr; object_ptr 33074 Zend/zend_vm_execute.h zval **object_ptr; object_ptr 33078 Zend/zend_vm_execute.h object_ptr = _get_zval_ptr_ptr_cv_BP_VAR_W(execute_data, opline->op1.var TSRMLS_CC); object_ptr 33084 Zend/zend_vm_execute.h if (IS_CV == IS_VAR && UNEXPECTED(object_ptr == NULL)) { object_ptr 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); object_ptr 33104 Zend/zend_vm_execute.h zval **object_ptr; object_ptr 33107 Zend/zend_vm_execute.h object_ptr = _get_zval_ptr_ptr_cv_BP_VAR_W(execute_data, opline->op1.var TSRMLS_CC); object_ptr 33109 Zend/zend_vm_execute.h if (IS_CV == IS_VAR && UNEXPECTED(object_ptr == NULL)) { object_ptr 33112 Zend/zend_vm_execute.h if (Z_TYPE_PP(object_ptr) == IS_OBJECT) { object_ptr 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); object_ptr 33131 Zend/zend_vm_execute.h zend_fetch_dimension_address(&EX_T((opline+1)->op2.var), object_ptr, dim, IS_CONST, BP_VAR_W TSRMLS_CC); object_ptr 34329 Zend/zend_vm_execute.h zval **object_ptr = _get_zval_ptr_ptr_cv_BP_VAR_RW(execute_data, opline->op1.var TSRMLS_CC); object_ptr 34335 Zend/zend_vm_execute.h if (IS_CV == IS_VAR && UNEXPECTED(object_ptr == NULL)) { object_ptr 34339 Zend/zend_vm_execute.h make_real_object(object_ptr TSRMLS_CC); object_ptr 34340 Zend/zend_vm_execute.h object = *object_ptr; object_ptr 34583 Zend/zend_vm_execute.h zval **object_ptr; object_ptr 34590 Zend/zend_vm_execute.h object_ptr = _get_zval_ptr_ptr_cv_BP_VAR_RW(execute_data, opline->op1.var TSRMLS_CC); object_ptr 34594 Zend/zend_vm_execute.h if (IS_CV == IS_VAR && UNEXPECTED(object_ptr == NULL)) { object_ptr 34598 Zend/zend_vm_execute.h make_real_object(object_ptr TSRMLS_CC); /* this should modify object only if it's empty */ object_ptr 34599 Zend/zend_vm_execute.h object = *object_ptr; object_ptr 34691 Zend/zend_vm_execute.h zval **object_ptr; object_ptr 34698 Zend/zend_vm_execute.h object_ptr = _get_zval_ptr_ptr_cv_BP_VAR_RW(execute_data, opline->op1.var TSRMLS_CC); object_ptr 34702 Zend/zend_vm_execute.h if (IS_CV == IS_VAR && UNEXPECTED(object_ptr == NULL)) { object_ptr 34706 Zend/zend_vm_execute.h make_real_object(object_ptr TSRMLS_CC); /* this should modify object only if it's empty */ object_ptr 34707 Zend/zend_vm_execute.h object = *object_ptr; object_ptr 35197 Zend/zend_vm_execute.h zval **object_ptr; object_ptr 35201 Zend/zend_vm_execute.h object_ptr = _get_zval_ptr_ptr_cv_BP_VAR_W(execute_data, opline->op1.var TSRMLS_CC); object_ptr 35207 Zend/zend_vm_execute.h if (IS_CV == IS_VAR && UNEXPECTED(object_ptr == NULL)) { object_ptr 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); object_ptr 35227 Zend/zend_vm_execute.h zval **object_ptr; object_ptr 35230 Zend/zend_vm_execute.h object_ptr = _get_zval_ptr_ptr_cv_BP_VAR_W(execute_data, opline->op1.var TSRMLS_CC); object_ptr 35232 Zend/zend_vm_execute.h if (IS_CV == IS_VAR && UNEXPECTED(object_ptr == NULL)) { object_ptr 35235 Zend/zend_vm_execute.h if (Z_TYPE_PP(object_ptr) == IS_OBJECT) { object_ptr 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); object_ptr 35254 Zend/zend_vm_execute.h zend_fetch_dimension_address(&EX_T((opline+1)->op2.var), object_ptr, dim, IS_TMP_VAR, BP_VAR_W TSRMLS_CC); object_ptr 36292 Zend/zend_vm_execute.h zval **object_ptr = _get_zval_ptr_ptr_cv_BP_VAR_RW(execute_data, opline->op1.var TSRMLS_CC); object_ptr 36298 Zend/zend_vm_execute.h if (IS_CV == IS_VAR && UNEXPECTED(object_ptr == NULL)) { object_ptr 36302 Zend/zend_vm_execute.h make_real_object(object_ptr TSRMLS_CC); object_ptr 36303 Zend/zend_vm_execute.h object = *object_ptr; object_ptr 36546 Zend/zend_vm_execute.h zval **object_ptr; object_ptr 36553 Zend/zend_vm_execute.h object_ptr = _get_zval_ptr_ptr_cv_BP_VAR_RW(execute_data, opline->op1.var TSRMLS_CC); object_ptr 36557 Zend/zend_vm_execute.h if (IS_CV == IS_VAR && UNEXPECTED(object_ptr == NULL)) { object_ptr 36561 Zend/zend_vm_execute.h make_real_object(object_ptr TSRMLS_CC); /* this should modify object only if it's empty */ object_ptr 36562 Zend/zend_vm_execute.h object = *object_ptr; object_ptr 36654 Zend/zend_vm_execute.h zval **object_ptr; object_ptr 36661 Zend/zend_vm_execute.h object_ptr = _get_zval_ptr_ptr_cv_BP_VAR_RW(execute_data, opline->op1.var TSRMLS_CC); object_ptr 36665 Zend/zend_vm_execute.h if (IS_CV == IS_VAR && UNEXPECTED(object_ptr == NULL)) { object_ptr 36669 Zend/zend_vm_execute.h make_real_object(object_ptr TSRMLS_CC); /* this should modify object only if it's empty */ object_ptr 36670 Zend/zend_vm_execute.h object = *object_ptr; object_ptr 37322 Zend/zend_vm_execute.h zval **object_ptr; object_ptr 37326 Zend/zend_vm_execute.h object_ptr = _get_zval_ptr_ptr_cv_BP_VAR_W(execute_data, opline->op1.var TSRMLS_CC); object_ptr 37332 Zend/zend_vm_execute.h if (IS_CV == IS_VAR && UNEXPECTED(object_ptr == NULL)) { object_ptr 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); object_ptr 37352 Zend/zend_vm_execute.h zval **object_ptr; object_ptr 37355 Zend/zend_vm_execute.h object_ptr = _get_zval_ptr_ptr_cv_BP_VAR_W(execute_data, opline->op1.var TSRMLS_CC); object_ptr 37357 Zend/zend_vm_execute.h if (IS_CV == IS_VAR && UNEXPECTED(object_ptr == NULL)) { object_ptr 37360 Zend/zend_vm_execute.h if (Z_TYPE_PP(object_ptr) == IS_OBJECT) { object_ptr 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); object_ptr 37379 Zend/zend_vm_execute.h zend_fetch_dimension_address(&EX_T((opline+1)->op2.var), object_ptr, dim, IS_VAR, BP_VAR_W TSRMLS_CC); object_ptr 38360 Zend/zend_vm_execute.h zval **object_ptr = _get_zval_ptr_ptr_cv_BP_VAR_RW(execute_data, opline->op1.var TSRMLS_CC); object_ptr 38366 Zend/zend_vm_execute.h if (IS_CV == IS_VAR && UNEXPECTED(object_ptr == NULL)) { object_ptr 38370 Zend/zend_vm_execute.h make_real_object(object_ptr TSRMLS_CC); object_ptr 38371 Zend/zend_vm_execute.h object = *object_ptr; object_ptr 38863 Zend/zend_vm_execute.h zval **object_ptr; object_ptr 38866 Zend/zend_vm_execute.h object_ptr = _get_zval_ptr_ptr_cv_BP_VAR_W(execute_data, opline->op1.var TSRMLS_CC); object_ptr 38868 Zend/zend_vm_execute.h if (IS_CV == IS_VAR && UNEXPECTED(object_ptr == NULL)) { object_ptr 38871 Zend/zend_vm_execute.h if (Z_TYPE_PP(object_ptr) == IS_OBJECT) { object_ptr 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); object_ptr 38890 Zend/zend_vm_execute.h zend_fetch_dimension_address(&EX_T((opline+1)->op2.var), object_ptr, dim, IS_UNUSED, BP_VAR_W TSRMLS_CC); object_ptr 39641 Zend/zend_vm_execute.h zval **object_ptr = _get_zval_ptr_ptr_cv_BP_VAR_RW(execute_data, opline->op1.var TSRMLS_CC); object_ptr 39647 Zend/zend_vm_execute.h if (IS_CV == IS_VAR && UNEXPECTED(object_ptr == NULL)) { object_ptr 39651 Zend/zend_vm_execute.h make_real_object(object_ptr TSRMLS_CC); object_ptr 39652 Zend/zend_vm_execute.h object = *object_ptr; object_ptr 39894 Zend/zend_vm_execute.h zval **object_ptr; object_ptr 39901 Zend/zend_vm_execute.h object_ptr = _get_zval_ptr_ptr_cv_BP_VAR_RW(execute_data, opline->op1.var TSRMLS_CC); object_ptr 39905 Zend/zend_vm_execute.h if (IS_CV == IS_VAR && UNEXPECTED(object_ptr == NULL)) { object_ptr 39909 Zend/zend_vm_execute.h make_real_object(object_ptr TSRMLS_CC); /* this should modify object only if it's empty */ object_ptr 39910 Zend/zend_vm_execute.h object = *object_ptr; object_ptr 40002 Zend/zend_vm_execute.h zval **object_ptr; object_ptr 40009 Zend/zend_vm_execute.h object_ptr = _get_zval_ptr_ptr_cv_BP_VAR_RW(execute_data, opline->op1.var TSRMLS_CC); object_ptr 40013 Zend/zend_vm_execute.h if (IS_CV == IS_VAR && UNEXPECTED(object_ptr == NULL)) { object_ptr 40017 Zend/zend_vm_execute.h make_real_object(object_ptr TSRMLS_CC); /* this should modify object only if it's empty */ object_ptr 40018 Zend/zend_vm_execute.h object = *object_ptr; object_ptr 40508 Zend/zend_vm_execute.h zval **object_ptr; object_ptr 40512 Zend/zend_vm_execute.h object_ptr = _get_zval_ptr_ptr_cv_BP_VAR_W(execute_data, opline->op1.var TSRMLS_CC); object_ptr 40518 Zend/zend_vm_execute.h if (IS_CV == IS_VAR && UNEXPECTED(object_ptr == NULL)) { object_ptr 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); object_ptr 40538 Zend/zend_vm_execute.h zval **object_ptr; object_ptr 40541 Zend/zend_vm_execute.h object_ptr = _get_zval_ptr_ptr_cv_BP_VAR_W(execute_data, opline->op1.var TSRMLS_CC); object_ptr 40543 Zend/zend_vm_execute.h if (IS_CV == IS_VAR && UNEXPECTED(object_ptr == NULL)) { object_ptr 40546 Zend/zend_vm_execute.h if (Z_TYPE_PP(object_ptr) == IS_OBJECT) { object_ptr 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); object_ptr 40565 Zend/zend_vm_execute.h zend_fetch_dimension_address(&EX_T((opline+1)->op2.var), object_ptr, dim, IS_CV, BP_VAR_W TSRMLS_CC); object_ptr 262 ext/com_dotnet/com_handlers.c static union _zend_function *com_method_get(zval **object_ptr, char *name, int len, const zend_literal *key TSRMLS_DC) object_ptr 268 ext/com_dotnet/com_handlers.c zval *object = *object_ptr; object_ptr 1337 ext/curl/interface.c fci.object_ptr = NULL; object_ptr 1405 ext/curl/interface.c fci.object_ptr = NULL; object_ptr 1484 ext/curl/interface.c fci.object_ptr = NULL; object_ptr 1559 ext/curl/interface.c fci.object_ptr = NULL; object_ptr 1637 ext/curl/interface.c fci.object_ptr = NULL; object_ptr 202 ext/dom/xpath.c fci.object_ptr = NULL; object_ptr 281 ext/libxml/libxml.c if (fci->object_ptr != NULL) { object_ptr 282 ext/libxml/libxml.c zval_ptr_dtor(&fci->object_ptr); object_ptr 1121 ext/libxml/libxml.c if (fci.object_ptr != NULL) { object_ptr 1122 ext/libxml/libxml.c Z_ADDREF_P(fci.object_ptr); object_ptr 2176 ext/mysql/php_mysql.c fci.object_ptr = return_value; object_ptr 2199 ext/mysql/php_mysql.c fcc.object_ptr = return_value; object_ptr 1307 ext/mysqli/mysqli.c fci.object_ptr = return_value; object_ptr 1330 ext/mysqli/mysqli.c fcc.object_ptr = return_value; object_ptr 474 ext/pdo/pdo_dbh.c fci.object_ptr = object; object_ptr 486 ext/pdo/pdo_dbh.c fcc.object_ptr = object; object_ptr 966 ext/pdo/pdo_stmt.c stmt->fetch.cls.fci.object_ptr = return_value; object_ptr 967 ext/pdo/pdo_stmt.c stmt->fetch.cls.fcc.object_ptr = return_value; object_ptr 1164 ext/pdo/pdo_stmt.c stmt->fetch.cls.fci.object_ptr = return_value; object_ptr 1165 ext/pdo/pdo_stmt.c stmt->fetch.cls.fcc.object_ptr = return_value; object_ptr 332 ext/pdo_sqlite/sqlite_driver.c fc->fci.object_ptr = NULL; object_ptr 496 ext/pdo_sqlite/sqlite_driver.c collation->fc.fci.object_ptr = NULL; object_ptr 2796 ext/pgsql/pgsql.c fci.object_ptr = return_value; object_ptr 2819 ext/pgsql/pgsql.c fcc.object_ptr = return_value; object_ptr 1434 ext/reflection/php_reflection.c fci.object_ptr = reflector_ptr; object_ptr 1444 ext/reflection/php_reflection.c fcc.object_ptr = reflector_ptr; object_ptr 1469 ext/reflection/php_reflection.c fci.object_ptr = NULL; object_ptr 1950 ext/reflection/php_reflection.c fci.object_ptr = NULL; object_ptr 1960 ext/reflection/php_reflection.c fcc.object_ptr = NULL; object_ptr 2017 ext/reflection/php_reflection.c fci.object_ptr = NULL; object_ptr 2027 ext/reflection/php_reflection.c fcc.object_ptr = NULL; object_ptr 2883 ext/reflection/php_reflection.c zval *object_ptr; object_ptr 2924 ext/reflection/php_reflection.c object_ptr = NULL; object_ptr 2943 ext/reflection/php_reflection.c object_ptr = *params[0]; object_ptr 2950 ext/reflection/php_reflection.c fci.object_ptr = object_ptr; object_ptr 2960 ext/reflection/php_reflection.c fcc.object_ptr = object_ptr; object_ptr 3059 ext/reflection/php_reflection.c fci.object_ptr = object; object_ptr 3069 ext/reflection/php_reflection.c fcc.object_ptr = object; object_ptr 4303 ext/reflection/php_reflection.c fci.object_ptr = return_value; object_ptr 4313 ext/reflection/php_reflection.c fcc.object_ptr = return_value; object_ptr 4408 ext/reflection/php_reflection.c fci.object_ptr = return_value; object_ptr 4418 ext/reflection/php_reflection.c fcc.object_ptr = return_value; object_ptr 927 ext/soap/soap.c fci.object_ptr = getThis(); object_ptr 498 ext/spl/php_spl.c obj_ptr = fcc.object_ptr; object_ptr 541 ext/spl/php_spl.c obj_ptr = fcc.object_ptr; object_ptr 652 ext/spl/php_spl.c obj_ptr = fcc.object_ptr; object_ptr 665 ext/spl/spl_directory.c zend_function *spl_filesystem_object_get_method_check(zval **object_ptr, char *method, int method_len, const struct _zend_literal *key TSRMLS_DC) /* {{{ */ object_ptr 667 ext/spl/spl_directory.c spl_filesystem_object *fsobj = zend_object_store_get_object(*object_ptr TSRMLS_CC); object_ptr 675 ext/spl/spl_directory.c return zend_get_std_object_handlers()->get_method(object_ptr, method, method_len, key TSRMLS_CC); object_ptr 2122 ext/spl/spl_directory.c fci.object_ptr = NULL; object_ptr 2134 ext/spl/spl_directory.c fcic.object_ptr = NULL; object_ptr 68 ext/spl/spl_engine.h fci.object_ptr = *retval; object_ptr 79 ext/spl/spl_engine.h fcc.object_ptr = *retval; object_ptr 872 ext/spl/spl_iterators.c static union _zend_function *spl_recursive_it_get_method(zval **object_ptr, char *method, int method_len, const zend_literal *key TSRMLS_DC) object_ptr 875 ext/spl/spl_iterators.c spl_recursive_it_object *object = (spl_recursive_it_object*)zend_object_store_get_object(*object_ptr TSRMLS_CC); object_ptr 880 ext/spl/spl_iterators.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "The %s instance wasn't initialized properly", Z_OBJCE_PP(object_ptr)->name); object_ptr 884 ext/spl/spl_iterators.c function_handler = std_object_handlers.get_method(object_ptr, method, method_len, key TSRMLS_CC); object_ptr 888 ext/spl/spl_iterators.c *object_ptr = zobj; object_ptr 889 ext/spl/spl_iterators.c function_handler = Z_OBJ_HT_P(*object_ptr)->get_method(object_ptr, method, method_len, key TSRMLS_CC); object_ptr 892 ext/spl/spl_iterators.c *object_ptr = zobj; object_ptr 1350 ext/spl/spl_iterators.c static union _zend_function *spl_dual_it_get_method(zval **object_ptr, char *method, int method_len, const zend_literal *key TSRMLS_DC) object_ptr 1355 ext/spl/spl_iterators.c intern = (spl_dual_it_object*)zend_object_store_get_object(*object_ptr TSRMLS_CC); object_ptr 1357 ext/spl/spl_iterators.c function_handler = std_object_handlers.get_method(object_ptr, method, method_len, key TSRMLS_CC); object_ptr 1361 ext/spl/spl_iterators.c *object_ptr = intern->inner.zobject; object_ptr 1362 ext/spl/spl_iterators.c function_handler = Z_OBJ_HT_P(*object_ptr)->get_method(object_ptr, method, method_len, key TSRMLS_CC); object_ptr 1365 ext/spl/spl_iterators.c *object_ptr = intern->inner.zobject; object_ptr 1586 ext/spl/spl_iterators.c if (cfi->fci.object_ptr) { object_ptr 1587 ext/spl/spl_iterators.c Z_ADDREF_P(cfi->fci.object_ptr); object_ptr 2388 ext/spl/spl_iterators.c if (object->u.cbfilter->fci.object_ptr) { object_ptr 2389 ext/spl/spl_iterators.c zval_ptr_dtor(&object->u.cbfilter->fci.object_ptr); object_ptr 719 ext/sqlite3/sqlite3.c fc->fci.object_ptr = NULL; object_ptr 892 ext/sqlite3/sqlite3.c collation->fci.fci.object_ptr = NULL; object_ptr 524 ext/xml/xml.c fci.object_ptr = parser->object; object_ptr 332 ext/xsl/xsltprocessor.c fci.object_ptr = NULL; object_ptr 309 main/streams/userspace.c fci.object_ptr = object; object_ptr 319 main/streams/userspace.c fcc.object_ptr = object; object_ptr 97 sapi/phpdbg/phpdbg_prompt.c fci.object_ptr = NULL; object_ptr 554 sapi/phpdbg/phpdbg_prompt.c fci.object_ptr = &exception;