This 361 Zend/zend_API.h #define getThis() (Z_OBJ(EX(This)) ? &EX(This) : NULL) This 2371 Zend/zend_builtin_functions.c object = Z_OBJ(call->This); This 2590 Zend/zend_builtin_functions.c object = call ? Z_OBJ(call->This) : NULL; This 435 Zend/zend_compile.h zval This; /* this + call_info + num_args */ This 459 Zend/zend_compile.h (Z_TYPE_INFO((call)->This) >> 24) This 468 Zend/zend_compile.h Z_TYPE_INFO((call)->This) = IS_OBJECT_EX | ((info) << 24); \ This 476 Zend/zend_compile.h ZEND_ADD_CALL_FLAG_EX(Z_TYPE_INFO((call)->This), flag); \ This 480 Zend/zend_compile.h (call)->This.u2.num_args This 545 Zend/zend_execute.c return &EX(This); This 552 Zend/zend_execute.c return &EX(This); This 561 Zend/zend_execute.c return &EX(This); This 570 Zend/zend_execute.c return &EX(This); This 2166 Zend/zend_execute.c if (check_this && op_array->this_var != (uint32_t)-1 && EXPECTED(Z_OBJ(EX(This)))) { This 2167 Zend/zend_execute.c ZVAL_OBJ(EX_VAR(op_array->this_var), Z_OBJ(EX(This))); This 2168 Zend/zend_execute.c GC_REFCOUNT(Z_OBJ(EX(This)))++; This 2191 Zend/zend_execute.c if (UNEXPECTED(op_array->this_var != (uint32_t)-1) && EXPECTED(Z_OBJ(EX(This)))) { This 2192 Zend/zend_execute.c GC_REFCOUNT(Z_OBJ(EX(This)))++; This 2193 Zend/zend_execute.c if (!zend_hash_str_add(EX(symbol_table), "this", sizeof("this")-1, &EX(This))) { This 2194 Zend/zend_execute.c GC_REFCOUNT(Z_OBJ(EX(This)))--; This 2221 Zend/zend_execute.c if (UNEXPECTED(op_array->this_var != (uint32_t)-1) && EXPECTED(Z_OBJ(EX(This)))) { This 2222 Zend/zend_execute.c GC_REFCOUNT(Z_OBJ(EX(This)))++; This 2223 Zend/zend_execute.c if (!zend_hash_str_add(EX(symbol_table), "this", sizeof("this")-1, &EX(This))) { This 2224 Zend/zend_execute.c GC_REFCOUNT(Z_OBJ(EX(This)))--; This 2281 Zend/zend_execute.c if (op_array->this_var != (uint32_t)-1 && EXPECTED(Z_OBJ(EX(This)))) { This 2282 Zend/zend_execute.c ZVAL_OBJ(EX_VAR(op_array->this_var), Z_OBJ(EX(This))); This 2283 Zend/zend_execute.c GC_REFCOUNT(Z_OBJ(EX(This)))++; This 2328 Zend/zend_execute.c if (Z_OBJ(call->This)) { This 2336 Zend/zend_execute.c Z_OBJ(call->This)); This 2535 Zend/zend_execute.c GC_REFCOUNT(Z_OBJ(call->This))--; This 2537 Zend/zend_execute.c if (GC_REFCOUNT(Z_OBJ(call->This)) == 1) { This 2538 Zend/zend_execute.c zend_object_store_ctor_failed(Z_OBJ(call->This)); This 2541 Zend/zend_execute.c OBJ_RELEASE(Z_OBJ(call->This)); This 187 Zend/zend_execute.h Z_OBJ(call->This) = object; This 846 Zend/zend_execute_API.c Z_OBJ(call->This) = fci->object; This 1088 Zend/zend_execute_API.c if (Z_OBJ(ex->This)) { This 1089 Zend/zend_execute_API.c return Z_OBJ(ex->This); This 1092 Zend/zend_execute_API.c return Z_OBJ(ex->This); This 72 Zend/zend_generators.c if (Z_OBJ(execute_data->This)) { This 73 Zend/zend_generators.c OBJ_RELEASE(Z_OBJ(execute_data->This)); This 244 Zend/zend_generators.c if (Z_OBJ(call->This)) { This 245 Zend/zend_generators.c Z_ADDREF(call->This); This 261 Zend/zend_generators.c Z_OBJ(generator->execute_fake.This) = (zend_object *) generator; This 275 Zend/zend_generators.c if (!ptr->func && Z_OBJ(ptr->This)) { This 276 Zend/zend_generators.c if (Z_OBJCE(ptr->This) == zend_ce_generator) { This 277 Zend/zend_generators.c zend_generator *generator = (zend_generator *) Z_OBJ(ptr->This); This 2363 Zend/zend_vm_def.h object = Z_OBJ(old_execute_data->This); This 3104 Zend/zend_vm_def.h if (Z_OBJ(EX(This)) && Z_OBJ(EX(This))->ce != ce->constructor->common.scope && (ce->constructor->common.fn_flags & ZEND_ACC_PRIVATE)) { This 3113 Zend/zend_vm_def.h if (Z_OBJ(EX(This)) && instanceof_function(Z_OBJCE(EX(This)), ce)) { This 3114 Zend/zend_vm_def.h object = Z_OBJ(EX(This)); This 3815 Zend/zend_vm_def.h object = Z_OBJ(call->This); This 3853 Zend/zend_vm_def.h object = Z_OBJ(call->This); This 4579 Zend/zend_vm_def.h if (Z_OBJ(EX(call)->This)) { This 4580 Zend/zend_vm_def.h OBJ_RELEASE(Z_OBJ(EX(call)->This)); This 4584 Zend/zend_vm_def.h Z_OBJ(EX(call)->This) = NULL; This 4626 Zend/zend_vm_def.h if (Z_OBJ(EX(call)->This)) { This 4627 Zend/zend_vm_def.h OBJ_RELEASE(Z_OBJ(EX(call)->This)); This 4631 Zend/zend_vm_def.h Z_OBJ(EX(call)->This) = NULL; This 4683 Zend/zend_vm_def.h if (Z_OBJ(EX(call)->This)) { This 4684 Zend/zend_vm_def.h OBJ_RELEASE(Z_OBJ(EX(call)->This)); This 4689 Zend/zend_vm_def.h Z_OBJ(EX(call)->This) = NULL; This 5482 Zend/zend_vm_def.h (zend_function*)new_op_array, 0, EX(called_scope), Z_OBJ(EX(This))); This 7277 Zend/zend_vm_def.h EG(scope), EX(called_scope), Z_OBJ(EX(This)) ? &EX(This) : NULL); This 7970 Zend/zend_vm_def.h zend_object *object = Z_OBJ(call->This); This 481 Zend/zend_vm_execute.h object = Z_OBJ(old_execute_data->This); This 868 Zend/zend_vm_execute.h object = Z_OBJ(call->This); This 906 Zend/zend_vm_execute.h object = Z_OBJ(call->This); This 1120 Zend/zend_vm_execute.h if (Z_OBJ(EX(call)->This)) { This 1121 Zend/zend_vm_execute.h OBJ_RELEASE(Z_OBJ(EX(call)->This)); This 1125 Zend/zend_vm_execute.h Z_OBJ(EX(call)->This) = NULL; This 1167 Zend/zend_vm_execute.h if (Z_OBJ(EX(call)->This)) { This 1168 Zend/zend_vm_execute.h OBJ_RELEASE(Z_OBJ(EX(call)->This)); This 1172 Zend/zend_vm_execute.h Z_OBJ(EX(call)->This) = NULL; This 1840 Zend/zend_vm_execute.h zend_object *object = Z_OBJ(call->This); This 3673 Zend/zend_vm_execute.h (zend_function*)new_op_array, 0, EX(called_scope), Z_OBJ(EX(This))); This 5698 Zend/zend_vm_execute.h if (Z_OBJ(EX(This)) && Z_OBJ(EX(This))->ce != ce->constructor->common.scope && (ce->constructor->common.fn_flags & ZEND_ACC_PRIVATE)) { This 5707 Zend/zend_vm_execute.h if (Z_OBJ(EX(This)) && instanceof_function(Z_OBJCE(EX(This)), ce)) { This 5708 Zend/zend_vm_execute.h object = Z_OBJ(EX(This)); This 7694 Zend/zend_vm_execute.h if (Z_OBJ(EX(This)) && Z_OBJ(EX(This))->ce != ce->constructor->common.scope && (ce->constructor->common.fn_flags & ZEND_ACC_PRIVATE)) { This 7703 Zend/zend_vm_execute.h if (Z_OBJ(EX(This)) && instanceof_function(Z_OBJCE(EX(This)), ce)) { This 7704 Zend/zend_vm_execute.h object = Z_OBJ(EX(This)); This 8127 Zend/zend_vm_execute.h EG(scope), EX(called_scope), Z_OBJ(EX(This)) ? &EX(This) : NULL); This 9444 Zend/zend_vm_execute.h if (Z_OBJ(EX(This)) && Z_OBJ(EX(This))->ce != ce->constructor->common.scope && (ce->constructor->common.fn_flags & ZEND_ACC_PRIVATE)) { This 9453 Zend/zend_vm_execute.h if (Z_OBJ(EX(This)) && instanceof_function(Z_OBJCE(EX(This)), ce)) { This 9454 Zend/zend_vm_execute.h object = Z_OBJ(EX(This)); This 11267 Zend/zend_vm_execute.h if (Z_OBJ(EX(This)) && Z_OBJ(EX(This))->ce != ce->constructor->common.scope && (ce->constructor->common.fn_flags & ZEND_ACC_PRIVATE)) { This 11276 Zend/zend_vm_execute.h if (Z_OBJ(EX(This)) && instanceof_function(Z_OBJCE(EX(This)), ce)) { This 11277 Zend/zend_vm_execute.h object = Z_OBJ(EX(This)); This 15371 Zend/zend_vm_execute.h if (Z_OBJ(EX(call)->This)) { This 15372 Zend/zend_vm_execute.h OBJ_RELEASE(Z_OBJ(EX(call)->This)); This 15377 Zend/zend_vm_execute.h Z_OBJ(EX(call)->This) = NULL; This 17619 Zend/zend_vm_execute.h if (Z_OBJ(EX(This)) && Z_OBJ(EX(This))->ce != ce->constructor->common.scope && (ce->constructor->common.fn_flags & ZEND_ACC_PRIVATE)) { This 17628 Zend/zend_vm_execute.h if (Z_OBJ(EX(This)) && instanceof_function(Z_OBJCE(EX(This)), ce)) { This 17629 Zend/zend_vm_execute.h object = Z_OBJ(EX(This)); This 19254 Zend/zend_vm_execute.h if (Z_OBJ(EX(This)) && Z_OBJ(EX(This))->ce != ce->constructor->common.scope && (ce->constructor->common.fn_flags & ZEND_ACC_PRIVATE)) { This 19263 Zend/zend_vm_execute.h if (Z_OBJ(EX(This)) && instanceof_function(Z_OBJCE(EX(This)), ce)) { This 19264 Zend/zend_vm_execute.h object = Z_OBJ(EX(This)); This 20882 Zend/zend_vm_execute.h if (Z_OBJ(EX(This)) && Z_OBJ(EX(This))->ce != ce->constructor->common.scope && (ce->constructor->common.fn_flags & ZEND_ACC_PRIVATE)) { This 20891 Zend/zend_vm_execute.h if (Z_OBJ(EX(This)) && instanceof_function(Z_OBJCE(EX(This)), ce)) { This 20892 Zend/zend_vm_execute.h object = Z_OBJ(EX(This)); This 22459 Zend/zend_vm_execute.h if (Z_OBJ(EX(This)) && Z_OBJ(EX(This))->ce != ce->constructor->common.scope && (ce->constructor->common.fn_flags & ZEND_ACC_PRIVATE)) { This 22468 Zend/zend_vm_execute.h if (Z_OBJ(EX(This)) && instanceof_function(Z_OBJCE(EX(This)), ce)) { This 22469 Zend/zend_vm_execute.h object = Z_OBJ(EX(This)); This 28912 Zend/zend_vm_execute.h if (Z_OBJ(EX(call)->This)) { This 28913 Zend/zend_vm_execute.h OBJ_RELEASE(Z_OBJ(EX(call)->This)); This 28918 Zend/zend_vm_execute.h Z_OBJ(EX(call)->This) = NULL; This 29244 Zend/zend_vm_execute.h (zend_function*)new_op_array, 0, EX(called_scope), Z_OBJ(EX(This))); This 40726 Zend/zend_vm_execute.h (zend_function*)new_op_array, 0, EX(called_scope), Z_OBJ(EX(This))); This 57 ext/com_dotnet/com_dotnet.c IAppDomain * This, This 62 ext/com_dotnet/com_dotnet.c IAppDomain * This); This 65 ext/com_dotnet/com_dotnet.c IAppDomain * This); This 68 ext/com_dotnet/com_dotnet.c #define DUMMY_METHOD(x) HRESULT ( STDMETHODCALLTYPE *dummy_##x )(IAppDomain *This) This 105 ext/com_dotnet/com_dotnet.c HRESULT ( STDMETHODCALLTYPE *CreateInstance )(IAppDomain * This, BSTR AssemblyName, BSTR typeName, IUnknown **pRetVal); This 106 ext/com_dotnet/com_dotnet.c HRESULT ( STDMETHODCALLTYPE *CreateInstanceFrom )(IAppDomain * This, BSTR AssemblyFile, BSTR typeName, IUnknown **pRetVal); This 57 ext/com_dotnet/com_persist.c php_istream *stm = (php_istream*)This; \ This 62 ext/com_dotnet/com_persist.c php_istream *stm = (php_istream*)This; \ This 67 ext/com_dotnet/com_persist.c IStream *This, This 75 ext/com_dotnet/com_persist.c *ppvObject = This; This 84 ext/com_dotnet/com_persist.c static ULONG STDMETHODCALLTYPE stm_addref(IStream *This) This 91 ext/com_dotnet/com_persist.c static ULONG STDMETHODCALLTYPE stm_release(IStream *This) This 105 ext/com_dotnet/com_persist.c static HRESULT STDMETHODCALLTYPE stm_read(IStream *This, void *pv, ULONG cb, ULONG *pcbRead) This 121 ext/com_dotnet/com_persist.c static HRESULT STDMETHODCALLTYPE stm_write(IStream *This, void const *pv, ULONG cb, ULONG *pcbWritten) This 137 ext/com_dotnet/com_persist.c static HRESULT STDMETHODCALLTYPE stm_seek(IStream *This, LARGE_INTEGER dlibMove, This 169 ext/com_dotnet/com_persist.c static HRESULT STDMETHODCALLTYPE stm_set_size(IStream *This, ULARGE_INTEGER libNewSize) This 188 ext/com_dotnet/com_persist.c static HRESULT STDMETHODCALLTYPE stm_copy_to(IStream *This, IStream *pstm, ULARGE_INTEGER cb, This 196 ext/com_dotnet/com_persist.c static HRESULT STDMETHODCALLTYPE stm_commit(IStream *This, DWORD grfCommitFlags) This 205 ext/com_dotnet/com_persist.c static HRESULT STDMETHODCALLTYPE stm_revert(IStream *This) This 211 ext/com_dotnet/com_persist.c static HRESULT STDMETHODCALLTYPE stm_lock_region(IStream *This, This 217 ext/com_dotnet/com_persist.c static HRESULT STDMETHODCALLTYPE stm_unlock_region(IStream *This, This 223 ext/com_dotnet/com_persist.c static HRESULT STDMETHODCALLTYPE stm_stat(IStream *This, This 229 ext/com_dotnet/com_persist.c static HRESULT STDMETHODCALLTYPE stm_clone(IStream *This, IStream **ppstm) This 90 ext/com_dotnet/com_wrapper.c php_dispatchex *disp = (php_dispatchex*)This; \ This 101 ext/com_dotnet/com_wrapper.c IDispatchEx *This, This 111 ext/com_dotnet/com_wrapper.c *ppvObject = This; This 120 ext/com_dotnet/com_wrapper.c static ULONG STDMETHODCALLTYPE disp_addref(IDispatchEx *This) This 127 ext/com_dotnet/com_wrapper.c static ULONG STDMETHODCALLTYPE disp_release(IDispatchEx *This) This 143 ext/com_dotnet/com_wrapper.c IDispatchEx *This, This 153 ext/com_dotnet/com_wrapper.c IDispatchEx *This, This 165 ext/com_dotnet/com_wrapper.c IDispatchEx *This, This 199 ext/com_dotnet/com_wrapper.c IDispatchEx *This, This 209 ext/com_dotnet/com_wrapper.c return This->lpVtbl->InvokeEx(This, dispIdMember, This 215 ext/com_dotnet/com_wrapper.c IDispatchEx *This, This 243 ext/com_dotnet/com_wrapper.c IDispatchEx *This, This 345 ext/com_dotnet/com_wrapper.c IDispatchEx *This, This 357 ext/com_dotnet/com_wrapper.c IDispatchEx *This, This 368 ext/com_dotnet/com_wrapper.c IDispatchEx *This, This 379 ext/com_dotnet/com_wrapper.c IDispatchEx *This, This 397 ext/com_dotnet/com_wrapper.c IDispatchEx *This, This 416 ext/com_dotnet/com_wrapper.c IDispatchEx *This, This 90 ext/reflection/php_reflection.c if (!Z_OBJ(EX(This)) || !instanceof_function(Z_OBJCE(EX(This)), ce)) { \ This 2284 ext/reflection/php_reflection.c if (Z_OBJ(ex->This)) { This 2285 ext/reflection/php_reflection.c ZVAL_COPY(return_value, &ex->This); This 81 ext/soap/soap.c Z_OBJ(SOAP_GLOBAL(error_object)) = Z_OBJ(EX(This)); This 100 ext/soap/soap.c Z_OBJ(SOAP_GLOBAL(error_object)) = Z_OBJ(EX(This));\ This 959 ext/soap/soap.c fci.object = Z_OBJ(EX(This)); This 826 ext/spl/spl_directory.c zend_call_method_with_0_params(&EX(This), Z_OBJCE(EX(This)), &intern->u.dir.func_rewind, "rewind", NULL); This 831 ext/spl/spl_directory.c zend_call_method_with_0_params(&EX(This), Z_OBJCE(EX(This)), &intern->u.dir.func_valid, "valid", &retval); This 840 ext/spl/spl_directory.c zend_call_method_with_0_params(&EX(This), Z_OBJCE(EX(This)), &intern->u.dir.func_next, "next", NULL); This 2162 ext/spl/spl_directory.c zend_call_method_with_0_params(this_ptr, Z_OBJCE(EX(This)), &intern->u.file.func_getCurr, "getCurrentLine", &retval); This 100 sapi/fpm/fpm/fpm_php_trace.c if (0 > fpm_trace_get_long(execute_data + offsetof(zend_execute_data, This.u1.type_info), &l)) { This 684 sapi/phpdbg/phpdbg_watch.c zend_hash_str_add(EG(current_execute_data)->symbol_table, ZEND_STRL("this"), &EG(current_execute_data)->This);