This 2700 Zend/zend_API.c fcc->object_ptr = EG(This); This 2714 Zend/zend_API.c fcc->object_ptr = EG(This); This 2727 Zend/zend_API.c fcc->object_ptr = EG(This); This 2736 Zend/zend_API.c if (scope && !fcc->object_ptr && EG(This) && This 2737 Zend/zend_API.c instanceof_function(Z_OBJCE_P(EG(This)), scope TSRMLS_CC) && This 2739 Zend/zend_API.c fcc->object_ptr = EG(This); This 2919 Zend/zend_API.c if (call_via_handler && !fcc->object_ptr && EG(This) && This 2920 Zend/zend_API.c Z_OBJ_HT_P(EG(This))->get_class_entry && This 2921 Zend/zend_API.c instanceof_function(Z_OBJCE_P(EG(This)), fcc->calling_scope TSRMLS_CC)) { This 2922 Zend/zend_API.c fcc->object_ptr = EG(This); This 2951 Zend/zend_API.c if (EG(This) && instanceof_function(Z_OBJCE_P(EG(This)), fcc->calling_scope TSRMLS_CC)) { This 2952 Zend/zend_API.c fcc->object_ptr = EG(This); This 2954 Zend/zend_API.c zend_spprintf(error, 0, "non-static method %s::%s() %s be called statically, assuming $this from compatible context %s", fcc->calling_scope->name, fcc->function_handler->common.function_name, verb, Z_OBJCE_P(EG(This))->name); This 2959 Zend/zend_API.c zend_error(severity, "Non-static method %s::%s() %s be called statically, assuming $this from compatible context %s", fcc->calling_scope->name, fcc->function_handler->common.function_name, verb, Z_OBJCE_P(EG(This))->name); This 474 Zend/zend_execute.c if (EXPECTED(EG(This) != NULL)) { This 475 Zend/zend_execute.c return EG(This); This 485 Zend/zend_execute.c if (EXPECTED(EG(This) != NULL)) { This 489 Zend/zend_execute.c return &EG(This); This 499 Zend/zend_execute.c if (EXPECTED(EG(This) != NULL)) { This 500 Zend/zend_execute.c return &EG(This); This 510 Zend/zend_execute.c if (EXPECTED(EG(This) != NULL)) { This 512 Zend/zend_execute.c return EG(This); This 1701 Zend/zend_execute.c if (op_array->this_var != -1 && EG(This)) { This 1702 Zend/zend_execute.c Z_ADDREF_P(EG(This)); /* For $this pointer */ This 1705 Zend/zend_execute.c *EX_CV(op_array->this_var) = EG(This); This 1707 Zend/zend_execute.c if (zend_hash_add(EG(active_symbol_table), "this", sizeof("this"), &EG(This), sizeof(zval *), (void **) EX_CV_NUM(execute_data, op_array->this_var))==FAILURE) { This 1708 Zend/zend_execute.c Z_DELREF_P(EG(This)); This 189 Zend/zend_execute_API.c EG(This) = NULL; This 777 Zend/zend_execute_API.c current_this = EG(This); This 788 Zend/zend_execute_API.c EG(This) = NULL; This 790 Zend/zend_execute_API.c EG(This) = fci->object_ptr; This 792 Zend/zend_execute_API.c if (!PZVAL_IS_REF(EG(This))) { This 793 Zend/zend_execute_API.c Z_ADDREF_P(EG(This)); /* For $this pointer */ This 798 Zend/zend_execute_API.c *this_ptr = *EG(This); This 801 Zend/zend_execute_API.c EG(This) = this_ptr; This 805 Zend/zend_execute_API.c EG(This) = NULL; This 888 Zend/zend_execute_API.c if (EG(This)) { This 889 Zend/zend_execute_API.c zval_ptr_dtor(&EG(This)); This 893 Zend/zend_execute_API.c EG(This) = current_this; This 304 Zend/zend_generators.c if (EG(This)) { This 305 Zend/zend_generators.c Z_ADDREF_P(EG(This)); This 312 Zend/zend_generators.c execute_data->current_this = EG(This); This 353 Zend/zend_generators.c zval *original_This = EG(This); This 367 Zend/zend_generators.c EG(This) = generator->execute_data->current_this; This 391 Zend/zend_generators.c EG(This) = original_This; This 204 Zend/zend_globals.h zval *This; This 1213 Zend/zend_object_handlers.c EG(This) && This 1214 Zend/zend_object_handlers.c Z_OBJ_HT_P(EG(This))->get_class_entry && This 1215 Zend/zend_object_handlers.c instanceof_function(Z_OBJCE_P(EG(This)), ce TSRMLS_CC)) { This 1876 Zend/zend_vm_def.h if (EG(This)) { This 1879 Zend/zend_vm_def.h Z_DELREF_P(EG(This)); This 1881 Zend/zend_vm_def.h if (Z_REFCOUNT_P(EG(This)) == 1) { This 1882 Zend/zend_vm_def.h zend_object_store_ctor_failed(EG(This) TSRMLS_CC); This 1885 Zend/zend_vm_def.h zval_ptr_dtor(&EG(This)); This 1887 Zend/zend_vm_def.h EG(This) = EX(current_this); This 1952 Zend/zend_vm_def.h EX(current_this) = EG(This); This 1955 Zend/zend_vm_def.h EG(This) = EX(object); This 2063 Zend/zend_vm_def.h if (EG(This)) { This 2066 Zend/zend_vm_def.h Z_DELREF_P(EG(This)); This 2068 Zend/zend_vm_def.h if (Z_REFCOUNT_P(EG(This)) == 1) { This 2069 Zend/zend_vm_def.h zend_object_store_ctor_failed(EG(This) TSRMLS_CC); This 2072 Zend/zend_vm_def.h zval_ptr_dtor(&EG(This)); This 2074 Zend/zend_vm_def.h EG(This) = EX(current_this); This 2595 Zend/zend_vm_def.h if (EG(This) && Z_OBJCE_P(EG(This)) != ce->constructor->common.scope && (ce->constructor->common.fn_flags & ZEND_ACC_PRIVATE)) { This 2604 Zend/zend_vm_def.h if (EG(This) && This 2605 Zend/zend_vm_def.h Z_OBJ_HT_P(EG(This))->get_class_entry && This 2606 Zend/zend_vm_def.h !instanceof_function(Z_OBJCE_P(EG(This)), ce TSRMLS_CC)) { This 2616 Zend/zend_vm_def.h if ((call->object = EG(This))) { This 5444 Zend/zend_vm_def.h zend_create_closure(&EX_T(opline->result.var).tmp_var, (zend_function *) op_array, EG(scope), EG(This) TSRMLS_CC); This 445 Zend/zend_vm_execute.h if (EG(This)) { This 448 Zend/zend_vm_execute.h Z_DELREF_P(EG(This)); This 450 Zend/zend_vm_execute.h if (Z_REFCOUNT_P(EG(This)) == 1) { This 451 Zend/zend_vm_execute.h zend_object_store_ctor_failed(EG(This) TSRMLS_CC); This 454 Zend/zend_vm_execute.h zval_ptr_dtor(&EG(This)); This 456 Zend/zend_vm_execute.h EG(This) = EX(current_this); This 521 Zend/zend_vm_execute.h EX(current_this) = EG(This); This 524 Zend/zend_vm_execute.h EG(This) = EX(object); This 632 Zend/zend_vm_execute.h if (EG(This)) { This 635 Zend/zend_vm_execute.h Z_DELREF_P(EG(This)); This 637 Zend/zend_vm_execute.h if (Z_REFCOUNT_P(EG(This)) == 1) { This 638 Zend/zend_vm_execute.h zend_object_store_ctor_failed(EG(This) TSRMLS_CC); This 641 Zend/zend_vm_execute.h zval_ptr_dtor(&EG(This)); This 643 Zend/zend_vm_execute.h EG(This) = EX(current_this); This 3909 Zend/zend_vm_execute.h if (EG(This) && Z_OBJCE_P(EG(This)) != ce->constructor->common.scope && (ce->constructor->common.fn_flags & ZEND_ACC_PRIVATE)) { This 3918 Zend/zend_vm_execute.h if (EG(This) && This 3919 Zend/zend_vm_execute.h Z_OBJ_HT_P(EG(This))->get_class_entry && This 3920 Zend/zend_vm_execute.h !instanceof_function(Z_OBJCE_P(EG(This)), ce TSRMLS_CC)) { This 3930 Zend/zend_vm_execute.h if ((call->object = EG(This))) { This 4911 Zend/zend_vm_execute.h if (EG(This) && Z_OBJCE_P(EG(This)) != ce->constructor->common.scope && (ce->constructor->common.fn_flags & ZEND_ACC_PRIVATE)) { This 4920 Zend/zend_vm_execute.h if (EG(This) && This 4921 Zend/zend_vm_execute.h Z_OBJ_HT_P(EG(This))->get_class_entry && This 4922 Zend/zend_vm_execute.h !instanceof_function(Z_OBJCE_P(EG(This)), ce TSRMLS_CC)) { This 4932 Zend/zend_vm_execute.h if ((call->object = EG(This))) { This 5775 Zend/zend_vm_execute.h if (EG(This) && Z_OBJCE_P(EG(This)) != ce->constructor->common.scope && (ce->constructor->common.fn_flags & ZEND_ACC_PRIVATE)) { This 5784 Zend/zend_vm_execute.h if (EG(This) && This 5785 Zend/zend_vm_execute.h Z_OBJ_HT_P(EG(This))->get_class_entry && This 5786 Zend/zend_vm_execute.h !instanceof_function(Z_OBJCE_P(EG(This)), ce TSRMLS_CC)) { This 5796 Zend/zend_vm_execute.h if ((call->object = EG(This))) { This 6510 Zend/zend_vm_execute.h if (EG(This) && Z_OBJCE_P(EG(This)) != ce->constructor->common.scope && (ce->constructor->common.fn_flags & ZEND_ACC_PRIVATE)) { This 6519 Zend/zend_vm_execute.h if (EG(This) && This 6520 Zend/zend_vm_execute.h Z_OBJ_HT_P(EG(This))->get_class_entry && This 6521 Zend/zend_vm_execute.h !instanceof_function(Z_OBJCE_P(EG(This)), ce TSRMLS_CC)) { This 6531 Zend/zend_vm_execute.h if ((call->object = EG(This))) { This 6820 Zend/zend_vm_execute.h zend_create_closure(&EX_T(opline->result.var).tmp_var, (zend_function *) op_array, EG(scope), EG(This) TSRMLS_CC); This 7369 Zend/zend_vm_execute.h if (EG(This) && Z_OBJCE_P(EG(This)) != ce->constructor->common.scope && (ce->constructor->common.fn_flags & ZEND_ACC_PRIVATE)) { This 7378 Zend/zend_vm_execute.h if (EG(This) && This 7379 Zend/zend_vm_execute.h Z_OBJ_HT_P(EG(This))->get_class_entry && This 7380 Zend/zend_vm_execute.h !instanceof_function(Z_OBJCE_P(EG(This)), ce TSRMLS_CC)) { This 7390 Zend/zend_vm_execute.h if ((call->object = EG(This))) { This 15880 Zend/zend_vm_execute.h if (EG(This) && Z_OBJCE_P(EG(This)) != ce->constructor->common.scope && (ce->constructor->common.fn_flags & ZEND_ACC_PRIVATE)) { This 15889 Zend/zend_vm_execute.h if (EG(This) && This 15890 Zend/zend_vm_execute.h Z_OBJ_HT_P(EG(This))->get_class_entry && This 15891 Zend/zend_vm_execute.h !instanceof_function(Z_OBJCE_P(EG(This)), ce TSRMLS_CC)) { This 15901 Zend/zend_vm_execute.h if ((call->object = EG(This))) { This 18234 Zend/zend_vm_execute.h if (EG(This) && Z_OBJCE_P(EG(This)) != ce->constructor->common.scope && (ce->constructor->common.fn_flags & ZEND_ACC_PRIVATE)) { This 18243 Zend/zend_vm_execute.h if (EG(This) && This 18244 Zend/zend_vm_execute.h Z_OBJ_HT_P(EG(This))->get_class_entry && This 18245 Zend/zend_vm_execute.h !instanceof_function(Z_OBJCE_P(EG(This)), ce TSRMLS_CC)) { This 18255 Zend/zend_vm_execute.h if ((call->object = EG(This))) { This 20552 Zend/zend_vm_execute.h if (EG(This) && Z_OBJCE_P(EG(This)) != ce->constructor->common.scope && (ce->constructor->common.fn_flags & ZEND_ACC_PRIVATE)) { This 20561 Zend/zend_vm_execute.h if (EG(This) && This 20562 Zend/zend_vm_execute.h Z_OBJ_HT_P(EG(This))->get_class_entry && This 20563 Zend/zend_vm_execute.h !instanceof_function(Z_OBJCE_P(EG(This)), ce TSRMLS_CC)) { This 20573 Zend/zend_vm_execute.h if ((call->object = EG(This))) { This 22000 Zend/zend_vm_execute.h if (EG(This) && Z_OBJCE_P(EG(This)) != ce->constructor->common.scope && (ce->constructor->common.fn_flags & ZEND_ACC_PRIVATE)) { This 22009 Zend/zend_vm_execute.h if (EG(This) && This 22010 Zend/zend_vm_execute.h Z_OBJ_HT_P(EG(This))->get_class_entry && This 22011 Zend/zend_vm_execute.h !instanceof_function(Z_OBJCE_P(EG(This)), ce TSRMLS_CC)) { This 22021 Zend/zend_vm_execute.h if ((call->object = EG(This))) { This 24021 Zend/zend_vm_execute.h if (EG(This) && Z_OBJCE_P(EG(This)) != ce->constructor->common.scope && (ce->constructor->common.fn_flags & ZEND_ACC_PRIVATE)) { This 24030 Zend/zend_vm_execute.h if (EG(This) && This 24031 Zend/zend_vm_execute.h Z_OBJ_HT_P(EG(This))->get_class_entry && This 24032 Zend/zend_vm_execute.h !instanceof_function(Z_OBJCE_P(EG(This)), ce TSRMLS_CC)) { This 24042 Zend/zend_vm_execute.h if ((call->object = EG(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 63 ext/com_dotnet/com_persist.c php_istream *stm = (php_istream*)This; \ This 68 ext/com_dotnet/com_persist.c IStream *This, This 76 ext/com_dotnet/com_persist.c *ppvObject = This; This 85 ext/com_dotnet/com_persist.c static ULONG STDMETHODCALLTYPE stm_addref(IStream *This) This 92 ext/com_dotnet/com_persist.c static ULONG STDMETHODCALLTYPE stm_release(IStream *This) This 106 ext/com_dotnet/com_persist.c static HRESULT STDMETHODCALLTYPE stm_read(IStream *This, void *pv, ULONG cb, ULONG *pcbRead) This 122 ext/com_dotnet/com_persist.c static HRESULT STDMETHODCALLTYPE stm_write(IStream *This, void const *pv, ULONG cb, ULONG *pcbWritten) This 138 ext/com_dotnet/com_persist.c static HRESULT STDMETHODCALLTYPE stm_seek(IStream *This, LARGE_INTEGER dlibMove, This 170 ext/com_dotnet/com_persist.c static HRESULT STDMETHODCALLTYPE stm_set_size(IStream *This, ULARGE_INTEGER libNewSize) This 189 ext/com_dotnet/com_persist.c static HRESULT STDMETHODCALLTYPE stm_copy_to(IStream *This, IStream *pstm, ULARGE_INTEGER cb, This 197 ext/com_dotnet/com_persist.c static HRESULT STDMETHODCALLTYPE stm_commit(IStream *This, DWORD grfCommitFlags) This 206 ext/com_dotnet/com_persist.c static HRESULT STDMETHODCALLTYPE stm_revert(IStream *This) This 212 ext/com_dotnet/com_persist.c static HRESULT STDMETHODCALLTYPE stm_lock_region(IStream *This, This 218 ext/com_dotnet/com_persist.c static HRESULT STDMETHODCALLTYPE stm_unlock_region(IStream *This, This 224 ext/com_dotnet/com_persist.c static HRESULT STDMETHODCALLTYPE stm_stat(IStream *This, This 230 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 102 ext/com_dotnet/com_wrapper.c IDispatchEx *This, This 112 ext/com_dotnet/com_wrapper.c *ppvObject = This; This 121 ext/com_dotnet/com_wrapper.c static ULONG STDMETHODCALLTYPE disp_addref(IDispatchEx *This) This 128 ext/com_dotnet/com_wrapper.c static ULONG STDMETHODCALLTYPE disp_release(IDispatchEx *This) This 144 ext/com_dotnet/com_wrapper.c IDispatchEx *This, This 154 ext/com_dotnet/com_wrapper.c IDispatchEx *This, This 166 ext/com_dotnet/com_wrapper.c IDispatchEx *This, This 200 ext/com_dotnet/com_wrapper.c IDispatchEx *This, This 210 ext/com_dotnet/com_wrapper.c return This->lpVtbl->InvokeEx(This, dispIdMember, This 216 ext/com_dotnet/com_wrapper.c IDispatchEx *This, This 244 ext/com_dotnet/com_wrapper.c IDispatchEx *This, This 350 ext/com_dotnet/com_wrapper.c IDispatchEx *This, This 362 ext/com_dotnet/com_wrapper.c IDispatchEx *This, This 373 ext/com_dotnet/com_wrapper.c IDispatchEx *This, This 384 ext/com_dotnet/com_wrapper.c IDispatchEx *This, This 402 ext/com_dotnet/com_wrapper.c IDispatchEx *This, This 421 ext/com_dotnet/com_wrapper.c IDispatchEx *This, This 44 sapi/phpdbg/phpdbg_frame.c EG(This) = PHPDBG_EX(current_this); This 88 sapi/phpdbg/phpdbg_frame.c EG(This) = PHPDBG_EX(current_this); This 1125 sapi/phpdbg/phpdbg_prompt.c if (op_array->this_var != -1 && EG(This)) { This 1126 sapi/phpdbg/phpdbg_prompt.c Z_ADDREF_P(EG(This)); /* For $this pointer */ This 1129 sapi/phpdbg/phpdbg_prompt.c *EX_CV(op_array->this_var) = EG(This); This 1131 sapi/phpdbg/phpdbg_prompt.c if (zend_hash_add(EG(active_symbol_table), "this", sizeof("this"), &EG(This), sizeof(zval *), (void**)&EX_CV(op_array->this_var))==FAILURE) { This 1132 sapi/phpdbg/phpdbg_prompt.c Z_DELREF_P(EG(This)); This 399 sapi/phpdbg/phpdbg_watch.c if (EG(This) && len >= 5 && !memcmp("$this", input, 5)) { This 400 sapi/phpdbg/phpdbg_watch.c zend_hash_add(EG(active_symbol_table), "this", sizeof("this"), &EG(This), sizeof(zval *), NULL);