this_ptr 290 Zend/zend.h #define INTERNAL_FUNCTION_PARAMETERS int ht, zval *return_value, zval **return_value_ptr, zval *this_ptr, int return_value_used TSRMLS_DC this_ptr 291 Zend/zend.h #define INTERNAL_FUNCTION_PARAM_PASSTHRU ht, return_value, return_value_ptr, this_ptr, return_value_used TSRMLS_CC this_ptr 931 Zend/zend_API.c ZEND_API int zend_parse_method_parameters(int num_args TSRMLS_DC, zval *this_ptr, const char *type_spec, ...) /* {{{ */ this_ptr 939 Zend/zend_API.c if (!this_ptr) { this_ptr 953 Zend/zend_API.c *object = this_ptr; this_ptr 955 Zend/zend_API.c if (ce && !instanceof_function(Z_OBJCE_P(this_ptr), ce TSRMLS_CC)) { this_ptr 957 Zend/zend_API.c ce->name, get_active_function_name(TSRMLS_C), Z_OBJCE_P(this_ptr)->name, get_active_function_name(TSRMLS_C)); this_ptr 967 Zend/zend_API.c ZEND_API int zend_parse_method_parameters_ex(int flags, int num_args TSRMLS_DC, zval *this_ptr, const char *type_spec, ...) /* {{{ */ this_ptr 976 Zend/zend_API.c if (!this_ptr) { this_ptr 990 Zend/zend_API.c *object = this_ptr; this_ptr 992 Zend/zend_API.c if (ce && !instanceof_function(Z_OBJCE_P(this_ptr), ce TSRMLS_CC)) { this_ptr 995 Zend/zend_API.c ce->name, get_active_function_name(TSRMLS_C), Z_OBJCE_P(this_ptr)->name, get_active_function_name(TSRMLS_C)); this_ptr 261 Zend/zend_API.h ZEND_API int zend_parse_method_parameters(int num_args TSRMLS_DC, zval *this_ptr, const char *type_spec, ...); this_ptr 262 Zend/zend_API.h ZEND_API int zend_parse_method_parameters_ex(int flags, int num_args TSRMLS_DC, zval *this_ptr, const char *type_spec, ...); this_ptr 350 Zend/zend_API.h #define getThis() (this_ptr) this_ptr 40 Zend/zend_closures.c zval *this_ptr; this_ptr 59 Zend/zend_closures.c } else if (call_user_function_ex(CG(function_table), NULL, this_ptr, &closure_result_ptr, ZEND_NUM_ARGS(), arguments, 1, NULL TSRMLS_CC) == FAILURE) { this_ptr 194 Zend/zend_closures.c return closure->this_ptr; this_ptr 274 Zend/zend_closures.c if (closure->this_ptr) { this_ptr 275 Zend/zend_closures.c zval_ptr_dtor(&closure->this_ptr); this_ptr 304 Zend/zend_closures.c zend_create_closure(&result, &closure->func, closure->func.common.scope, closure->this_ptr TSRMLS_CC); this_ptr 320 Zend/zend_closures.c if (closure->this_ptr) { this_ptr 322 Zend/zend_closures.c *zobj_ptr = closure->this_ptr; this_ptr 324 Zend/zend_closures.c *ce_ptr = Z_OBJCE_P(closure->this_ptr); this_ptr 356 Zend/zend_closures.c if (closure->this_ptr) { this_ptr 357 Zend/zend_closures.c Z_ADDREF_P(closure->this_ptr); this_ptr 358 Zend/zend_closures.c zend_symtable_update(closure->debug_info, "this", sizeof("this"), (void *) &closure->this_ptr, sizeof(zval *), NULL); this_ptr 397 Zend/zend_closures.c *table = closure->this_ptr ? &closure->this_ptr : NULL; this_ptr 398 Zend/zend_closures.c *n = closure->this_ptr ? 1 : 0; this_ptr 457 Zend/zend_closures.c ZEND_API void zend_create_closure(zval *res, zend_function *func, zend_class_entry *scope, zval *this_ptr TSRMLS_DC) /* {{{ */ this_ptr 469 Zend/zend_closures.c if ((scope == NULL) && (this_ptr != NULL)) { this_ptr 488 Zend/zend_closures.c this_ptr = NULL; this_ptr 493 Zend/zend_closures.c closure->this_ptr = NULL; this_ptr 500 Zend/zend_closures.c if (this_ptr && (closure->func.common.fn_flags & ZEND_ACC_STATIC) == 0) { this_ptr 501 Zend/zend_closures.c closure->this_ptr = this_ptr; this_ptr 502 Zend/zend_closures.c Z_ADDREF_P(this_ptr); this_ptr 31 Zend/zend_closures.h ZEND_API void zend_create_closure(zval *res, zend_function *op_array, zend_class_entry *scope, zval *this_ptr TSRMLS_DC); this_ptr 795 Zend/zend_execute_API.c zval *this_ptr; this_ptr 797 Zend/zend_execute_API.c ALLOC_ZVAL(this_ptr); this_ptr 798 Zend/zend_execute_API.c *this_ptr = *EG(This); this_ptr 799 Zend/zend_execute_API.c INIT_PZVAL(this_ptr); this_ptr 800 Zend/zend_execute_API.c zval_copy_ctor(this_ptr); this_ptr 801 Zend/zend_execute_API.c EG(This) = this_ptr; this_ptr 910 Zend/zend_object_handlers.c zend_class_entry *ce = Z_OBJCE_P(this_ptr); this_ptr 931 Zend/zend_object_handlers.c zend_call_method_with_2_params(&this_ptr, ce, &ce->__call, ZEND_CALL_FUNC_NAME, &method_result_ptr, method_name_ptr, method_args_ptr); this_ptr 2486 Zend/zend_vm_def.h zval *this_ptr; this_ptr 2487 Zend/zend_vm_def.h ALLOC_ZVAL(this_ptr); this_ptr 2488 Zend/zend_vm_def.h INIT_PZVAL_COPY(this_ptr, call->object); this_ptr 2489 Zend/zend_vm_def.h zval_copy_ctor(this_ptr); this_ptr 2490 Zend/zend_vm_def.h call->object = this_ptr; this_ptr 2758 Zend/zend_vm_def.h zval *this_ptr; this_ptr 2759 Zend/zend_vm_def.h ALLOC_ZVAL(this_ptr); this_ptr 2760 Zend/zend_vm_def.h INIT_PZVAL_COPY(this_ptr, call->object); this_ptr 2761 Zend/zend_vm_def.h zval_copy_ctor(this_ptr); this_ptr 2762 Zend/zend_vm_def.h call->object = this_ptr; this_ptr 1562 Zend/zend_vm_execute.h zval *this_ptr; this_ptr 1563 Zend/zend_vm_execute.h ALLOC_ZVAL(this_ptr); this_ptr 1564 Zend/zend_vm_execute.h INIT_PZVAL_COPY(this_ptr, call->object); this_ptr 1565 Zend/zend_vm_execute.h zval_copy_ctor(this_ptr); this_ptr 1566 Zend/zend_vm_execute.h call->object = this_ptr; this_ptr 1906 Zend/zend_vm_execute.h zval *this_ptr; this_ptr 1907 Zend/zend_vm_execute.h ALLOC_ZVAL(this_ptr); this_ptr 1908 Zend/zend_vm_execute.h INIT_PZVAL_COPY(this_ptr, call->object); this_ptr 1909 Zend/zend_vm_execute.h zval_copy_ctor(this_ptr); this_ptr 1910 Zend/zend_vm_execute.h call->object = this_ptr; this_ptr 2105 Zend/zend_vm_execute.h zval *this_ptr; this_ptr 2106 Zend/zend_vm_execute.h ALLOC_ZVAL(this_ptr); this_ptr 2107 Zend/zend_vm_execute.h INIT_PZVAL_COPY(this_ptr, call->object); this_ptr 2108 Zend/zend_vm_execute.h zval_copy_ctor(this_ptr); this_ptr 2109 Zend/zend_vm_execute.h call->object = this_ptr; this_ptr 2341 Zend/zend_vm_execute.h zval *this_ptr; this_ptr 2342 Zend/zend_vm_execute.h ALLOC_ZVAL(this_ptr); this_ptr 2343 Zend/zend_vm_execute.h INIT_PZVAL_COPY(this_ptr, call->object); this_ptr 2344 Zend/zend_vm_execute.h zval_copy_ctor(this_ptr); this_ptr 2345 Zend/zend_vm_execute.h call->object = this_ptr; this_ptr 9347 Zend/zend_vm_execute.h zval *this_ptr; this_ptr 9348 Zend/zend_vm_execute.h ALLOC_ZVAL(this_ptr); this_ptr 9349 Zend/zend_vm_execute.h INIT_PZVAL_COPY(this_ptr, call->object); this_ptr 9350 Zend/zend_vm_execute.h zval_copy_ctor(this_ptr); this_ptr 9351 Zend/zend_vm_execute.h call->object = this_ptr; this_ptr 10212 Zend/zend_vm_execute.h zval *this_ptr; this_ptr 10213 Zend/zend_vm_execute.h ALLOC_ZVAL(this_ptr); this_ptr 10214 Zend/zend_vm_execute.h INIT_PZVAL_COPY(this_ptr, call->object); this_ptr 10215 Zend/zend_vm_execute.h zval_copy_ctor(this_ptr); this_ptr 10216 Zend/zend_vm_execute.h call->object = this_ptr; this_ptr 11078 Zend/zend_vm_execute.h zval *this_ptr; this_ptr 11079 Zend/zend_vm_execute.h ALLOC_ZVAL(this_ptr); this_ptr 11080 Zend/zend_vm_execute.h INIT_PZVAL_COPY(this_ptr, call->object); this_ptr 11081 Zend/zend_vm_execute.h zval_copy_ctor(this_ptr); this_ptr 11082 Zend/zend_vm_execute.h call->object = this_ptr; this_ptr 12524 Zend/zend_vm_execute.h zval *this_ptr; this_ptr 12525 Zend/zend_vm_execute.h ALLOC_ZVAL(this_ptr); this_ptr 12526 Zend/zend_vm_execute.h INIT_PZVAL_COPY(this_ptr, call->object); this_ptr 12527 Zend/zend_vm_execute.h zval_copy_ctor(this_ptr); this_ptr 12528 Zend/zend_vm_execute.h call->object = this_ptr; this_ptr 15772 Zend/zend_vm_execute.h zval *this_ptr; this_ptr 15773 Zend/zend_vm_execute.h ALLOC_ZVAL(this_ptr); this_ptr 15774 Zend/zend_vm_execute.h INIT_PZVAL_COPY(this_ptr, call->object); this_ptr 15775 Zend/zend_vm_execute.h zval_copy_ctor(this_ptr); this_ptr 15776 Zend/zend_vm_execute.h call->object = this_ptr; this_ptr 18125 Zend/zend_vm_execute.h zval *this_ptr; this_ptr 18126 Zend/zend_vm_execute.h ALLOC_ZVAL(this_ptr); this_ptr 18127 Zend/zend_vm_execute.h INIT_PZVAL_COPY(this_ptr, call->object); this_ptr 18128 Zend/zend_vm_execute.h zval_copy_ctor(this_ptr); this_ptr 18129 Zend/zend_vm_execute.h call->object = this_ptr; this_ptr 20443 Zend/zend_vm_execute.h zval *this_ptr; this_ptr 20444 Zend/zend_vm_execute.h ALLOC_ZVAL(this_ptr); this_ptr 20445 Zend/zend_vm_execute.h INIT_PZVAL_COPY(this_ptr, call->object); this_ptr 20446 Zend/zend_vm_execute.h zval_copy_ctor(this_ptr); this_ptr 20447 Zend/zend_vm_execute.h call->object = this_ptr; this_ptr 23913 Zend/zend_vm_execute.h zval *this_ptr; this_ptr 23914 Zend/zend_vm_execute.h ALLOC_ZVAL(this_ptr); this_ptr 23915 Zend/zend_vm_execute.h INIT_PZVAL_COPY(this_ptr, call->object); this_ptr 23916 Zend/zend_vm_execute.h zval_copy_ctor(this_ptr); this_ptr 23917 Zend/zend_vm_execute.h call->object = this_ptr; this_ptr 25563 Zend/zend_vm_execute.h zval *this_ptr; this_ptr 25564 Zend/zend_vm_execute.h ALLOC_ZVAL(this_ptr); this_ptr 25565 Zend/zend_vm_execute.h INIT_PZVAL_COPY(this_ptr, call->object); this_ptr 25566 Zend/zend_vm_execute.h zval_copy_ctor(this_ptr); this_ptr 25567 Zend/zend_vm_execute.h call->object = this_ptr; this_ptr 26976 Zend/zend_vm_execute.h zval *this_ptr; this_ptr 26977 Zend/zend_vm_execute.h ALLOC_ZVAL(this_ptr); this_ptr 26978 Zend/zend_vm_execute.h INIT_PZVAL_COPY(this_ptr, call->object); this_ptr 26979 Zend/zend_vm_execute.h zval_copy_ctor(this_ptr); this_ptr 26980 Zend/zend_vm_execute.h call->object = this_ptr; this_ptr 28298 Zend/zend_vm_execute.h zval *this_ptr; this_ptr 28299 Zend/zend_vm_execute.h ALLOC_ZVAL(this_ptr); this_ptr 28300 Zend/zend_vm_execute.h INIT_PZVAL_COPY(this_ptr, call->object); this_ptr 28301 Zend/zend_vm_execute.h zval_copy_ctor(this_ptr); this_ptr 28302 Zend/zend_vm_execute.h call->object = this_ptr; this_ptr 30050 Zend/zend_vm_execute.h zval *this_ptr; this_ptr 30051 Zend/zend_vm_execute.h ALLOC_ZVAL(this_ptr); this_ptr 30052 Zend/zend_vm_execute.h INIT_PZVAL_COPY(this_ptr, call->object); this_ptr 30053 Zend/zend_vm_execute.h zval_copy_ctor(this_ptr); this_ptr 30054 Zend/zend_vm_execute.h call->object = this_ptr; this_ptr 33301 Zend/zend_vm_execute.h zval *this_ptr; this_ptr 33302 Zend/zend_vm_execute.h ALLOC_ZVAL(this_ptr); this_ptr 33303 Zend/zend_vm_execute.h INIT_PZVAL_COPY(this_ptr, call->object); this_ptr 33304 Zend/zend_vm_execute.h zval_copy_ctor(this_ptr); this_ptr 33305 Zend/zend_vm_execute.h call->object = this_ptr; this_ptr 35425 Zend/zend_vm_execute.h zval *this_ptr; this_ptr 35426 Zend/zend_vm_execute.h ALLOC_ZVAL(this_ptr); this_ptr 35427 Zend/zend_vm_execute.h INIT_PZVAL_COPY(this_ptr, call->object); this_ptr 35428 Zend/zend_vm_execute.h zval_copy_ctor(this_ptr); this_ptr 35429 Zend/zend_vm_execute.h call->object = this_ptr; this_ptr 37605 Zend/zend_vm_execute.h zval *this_ptr; this_ptr 37606 Zend/zend_vm_execute.h ALLOC_ZVAL(this_ptr); this_ptr 37607 Zend/zend_vm_execute.h INIT_PZVAL_COPY(this_ptr, call->object); this_ptr 37608 Zend/zend_vm_execute.h zval_copy_ctor(this_ptr); this_ptr 37609 Zend/zend_vm_execute.h call->object = this_ptr; this_ptr 40788 Zend/zend_vm_execute.h zval *this_ptr; this_ptr 40789 Zend/zend_vm_execute.h ALLOC_ZVAL(this_ptr); this_ptr 40790 Zend/zend_vm_execute.h INIT_PZVAL_COPY(this_ptr, call->object); this_ptr 40791 Zend/zend_vm_execute.h zval_copy_ctor(this_ptr); this_ptr 40792 Zend/zend_vm_execute.h call->object = this_ptr; this_ptr 635 ext/date/php_date.c static zend_object_value date_object_clone_date(zval *this_ptr TSRMLS_DC); this_ptr 636 ext/date/php_date.c static zend_object_value date_object_clone_timezone(zval *this_ptr TSRMLS_DC); this_ptr 637 ext/date/php_date.c static zend_object_value date_object_clone_interval(zval *this_ptr TSRMLS_DC); this_ptr 638 ext/date/php_date.c static zend_object_value date_object_clone_period(zval *this_ptr TSRMLS_DC); this_ptr 2146 ext/date/php_date.c static zend_object_value date_object_clone_date(zval *this_ptr TSRMLS_DC) this_ptr 2149 ext/date/php_date.c php_date_obj *old_obj = (php_date_obj *) zend_object_store_get_object(this_ptr TSRMLS_CC); this_ptr 2152 ext/date/php_date.c zend_objects_clone_members(&new_obj->std, new_ov, &old_obj->std, Z_OBJ_HANDLE_P(this_ptr) TSRMLS_CC); this_ptr 2295 ext/date/php_date.c static zend_object_value date_object_clone_timezone(zval *this_ptr TSRMLS_DC) this_ptr 2298 ext/date/php_date.c php_timezone_obj *old_obj = (php_timezone_obj *) zend_object_store_get_object(this_ptr TSRMLS_CC); this_ptr 2301 ext/date/php_date.c zend_objects_clone_members(&new_obj->std, new_ov, &old_obj->std, Z_OBJ_HANDLE_P(this_ptr) TSRMLS_CC); this_ptr 2394 ext/date/php_date.c static zend_object_value date_object_clone_interval(zval *this_ptr TSRMLS_DC) this_ptr 2397 ext/date/php_date.c php_interval_obj *old_obj = (php_interval_obj *) zend_object_store_get_object(this_ptr TSRMLS_CC); this_ptr 2400 ext/date/php_date.c zend_objects_clone_members(&new_obj->std, new_ov, &old_obj->std, Z_OBJ_HANDLE_P(this_ptr) TSRMLS_CC); this_ptr 2483 ext/date/php_date.c static zend_object_value date_object_clone_period(zval *this_ptr TSRMLS_DC) this_ptr 2486 ext/date/php_date.c php_period_obj *old_obj = (php_period_obj *) zend_object_store_get_object(this_ptr TSRMLS_CC); this_ptr 2489 ext/date/php_date.c zend_objects_clone_members(&new_obj->std, new_ov, &old_obj->std, Z_OBJ_HANDLE_P(this_ptr) TSRMLS_CC); this_ptr 559 ext/opcache/zend_accelerator_module.c (void)ht; (void)return_value_ptr; (void)this_ptr; (void)return_value_used; this_ptr 645 ext/opcache/zend_accelerator_module.c (void)ht; (void)return_value_ptr; (void)this_ptr; (void)return_value_used; this_ptr 713 ext/opcache/zend_accelerator_module.c (void)ht; (void)return_value_ptr; (void)this_ptr; (void)return_value_used; this_ptr 87 ext/reflection/php_reflection.c if (!this_ptr || !instanceof_function(Z_OBJCE_P(this_ptr), ce TSRMLS_CC)) { \ this_ptr 35 ext/soap/php_http.c int proxy_authentication(zval* this_ptr, smart_str* soap_headers TSRMLS_DC) this_ptr 39 ext/soap/php_http.c if (zend_hash_find(Z_OBJPROP_P(this_ptr), "_proxy_login", sizeof("_proxy_login"), (void **)&login) == SUCCESS && this_ptr 47 ext/soap/php_http.c if (zend_hash_find(Z_OBJPROP_P(this_ptr), "_proxy_password", sizeof("_proxy_password"), (void **)&password) == SUCCESS && this_ptr 64 ext/soap/php_http.c int basic_authentication(zval* this_ptr, smart_str* soap_headers TSRMLS_DC) this_ptr 68 ext/soap/php_http.c if (zend_hash_find(Z_OBJPROP_P(this_ptr), "_login", sizeof("_login"), (void **)&login) == SUCCESS && this_ptr 70 ext/soap/php_http.c !zend_hash_exists(Z_OBJPROP_P(this_ptr), "_digest", sizeof("_digest"))) { this_ptr 77 ext/soap/php_http.c if (zend_hash_find(Z_OBJPROP_P(this_ptr), "_password", sizeof("_password"), (void **)&password) == SUCCESS && this_ptr 163 ext/soap/php_http.c static php_stream* http_connect(zval* this_ptr, php_url *phpurl, int use_ssl, php_stream_context *context, int *use_proxy TSRMLS_DC) this_ptr 176 ext/soap/php_http.c if (zend_hash_find(Z_OBJPROP_P(this_ptr), "_proxy_host", sizeof("_proxy_host"), (void **) &proxy_host) == SUCCESS && this_ptr 178 ext/soap/php_http.c zend_hash_find(Z_OBJPROP_P(this_ptr), "_proxy_port", sizeof("_proxy_port"), (void **) &proxy_port) == SUCCESS && this_ptr 187 ext/soap/php_http.c if (zend_hash_find(Z_OBJPROP_P(this_ptr), "_connection_timeout", sizeof("_connection_timeout"), (void **) &tmp) == SUCCESS && this_ptr 199 ext/soap/php_http.c if (zend_hash_find(Z_OBJPROP_P(this_ptr), "_ssl_method", sizeof("_ssl_method"), (void **) &tmp) == SUCCESS && this_ptr 260 ext/soap/php_http.c proxy_authentication(this_ptr, &soap_headers TSRMLS_CC); this_ptr 282 ext/soap/php_http.c if (zend_hash_find(Z_OBJPROP_P(this_ptr), "_ssl_method", sizeof("_ssl_method"), (void **) &tmp) == SUCCESS && this_ptr 333 ext/soap/php_http.c int make_http_soap_request(zval *this_ptr, this_ptr 366 ext/soap/php_http.c if (this_ptr == NULL || Z_TYPE_P(this_ptr) != IS_OBJECT) { this_ptr 373 ext/soap/php_http.c if (zend_hash_find(Z_OBJPROP_P(this_ptr), "compression", sizeof("compression"), (void **)&tmp) == SUCCESS && Z_TYPE_PP(tmp) == IS_LONG) { this_ptr 419 ext/soap/php_http.c if (zend_hash_find(Z_OBJPROP_P(this_ptr), "httpsocket", sizeof("httpsocket"), (void **)&tmp) == SUCCESS) { this_ptr 421 ext/soap/php_http.c if (zend_hash_find(Z_OBJPROP_P(this_ptr), "_use_proxy", sizeof("_use_proxy"), (void **)&tmp) == SUCCESS && Z_TYPE_PP(tmp) == IS_LONG) { this_ptr 432 ext/soap/php_http.c if (SUCCESS == zend_hash_find(Z_OBJPROP_P(this_ptr), this_ptr 449 ext/soap/php_http.c add_soap_fault(this_ptr, "HTTP", "Unable to parse URL", NULL, NULL TSRMLS_CC); this_ptr 460 ext/soap/php_http.c add_soap_fault(this_ptr, "HTTP", "Unknown protocol. Only http and https are allowed.", NULL, NULL TSRMLS_CC); this_ptr 470 ext/soap/php_http.c add_soap_fault(this_ptr, "HTTP", "SSL support is not available in this build", NULL, NULL TSRMLS_CC); this_ptr 483 ext/soap/php_http.c if (zend_hash_find(Z_OBJPROP_P(this_ptr), "httpurl", sizeof("httpurl"), (void **)&tmp) == SUCCESS && this_ptr 493 ext/soap/php_http.c zend_hash_del(Z_OBJPROP_P(this_ptr), "httpurl", sizeof("httpurl")); this_ptr 494 ext/soap/php_http.c zend_hash_del(Z_OBJPROP_P(this_ptr), "httpsocket", sizeof("httpsocket")); this_ptr 495 ext/soap/php_http.c zend_hash_del(Z_OBJPROP_P(this_ptr), "_use_proxy", sizeof("_use_proxy")); this_ptr 504 ext/soap/php_http.c zend_hash_del(Z_OBJPROP_P(this_ptr), "httpurl", sizeof("httpurl")); this_ptr 505 ext/soap/php_http.c zend_hash_del(Z_OBJPROP_P(this_ptr), "httpsocket", sizeof("httpsocket")); this_ptr 506 ext/soap/php_http.c zend_hash_del(Z_OBJPROP_P(this_ptr), "_use_proxy", sizeof("_use_proxy")); this_ptr 512 ext/soap/php_http.c stream = http_connect(this_ptr, phpurl, use_ssl, context, &use_proxy TSRMLS_CC); this_ptr 515 ext/soap/php_http.c add_property_resource(this_ptr, "httpsocket", php_stream_get_resource_id(stream)); this_ptr 516 ext/soap/php_http.c add_property_long(this_ptr, "_use_proxy", use_proxy); this_ptr 520 ext/soap/php_http.c add_soap_fault(this_ptr, "HTTP", "Could not connect to host", NULL, NULL TSRMLS_CC); this_ptr 532 ext/soap/php_http.c add_property_resource(this_ptr, "httpurl", ret); this_ptr 577 ext/soap/php_http.c (zend_hash_find(Z_OBJPROP_P(this_ptr), "_keep_alive", sizeof("_keep_alive"), (void **)&tmp) == SUCCESS && this_ptr 586 ext/soap/php_http.c if (zend_hash_find(Z_OBJPROP_P(this_ptr), "_user_agent", sizeof("_user_agent"), (void **)&tmp) == SUCCESS && this_ptr 632 ext/soap/php_http.c if (zend_hash_find(Z_OBJPROP_P(this_ptr), "_login", sizeof("_login"), (void **)&login) == SUCCESS && this_ptr 637 ext/soap/php_http.c if (zend_hash_find(Z_OBJPROP_P(this_ptr), "_digest", sizeof("_digest"), (void **)&digest) == SUCCESS) { this_ptr 666 ext/soap/php_http.c if (zend_hash_find(Z_OBJPROP_P(this_ptr), "_password", sizeof("_password"), (void **)&password) == SUCCESS && this_ptr 792 ext/soap/php_http.c if (zend_hash_find(Z_OBJPROP_P(this_ptr), "_password", sizeof("_password"), (void **)&password) == SUCCESS && this_ptr 808 ext/soap/php_http.c has_proxy_authorization = proxy_authentication(this_ptr, &soap_headers TSRMLS_CC); this_ptr 812 ext/soap/php_http.c if (zend_hash_find(Z_OBJPROP_P(this_ptr), "_cookies", sizeof("_cookies"), (void **)&cookies) == SUCCESS && this_ptr 859 ext/soap/php_http.c if (zend_hash_find(Z_OBJPROP_P(this_ptr), "trace", sizeof("trace"), (void **) &trace) == SUCCESS && this_ptr 861 ext/soap/php_http.c add_property_stringl(this_ptr, "__last_request_headers", soap_headers.c, soap_headers.len, 1); this_ptr 870 ext/soap/php_http.c zend_hash_del(Z_OBJPROP_P(this_ptr), "httpurl", sizeof("httpurl")); this_ptr 871 ext/soap/php_http.c zend_hash_del(Z_OBJPROP_P(this_ptr), "httpsocket", sizeof("httpsocket")); this_ptr 872 ext/soap/php_http.c zend_hash_del(Z_OBJPROP_P(this_ptr), "_use_proxy", sizeof("_use_proxy")); this_ptr 873 ext/soap/php_http.c add_soap_fault(this_ptr, "HTTP", "Failed Sending HTTP SOAP request", NULL, NULL TSRMLS_CC); this_ptr 879 ext/soap/php_http.c add_soap_fault(this_ptr, "HTTP", "Failed to create stream??", NULL, NULL TSRMLS_CC); this_ptr 886 ext/soap/php_http.c zend_hash_del(Z_OBJPROP_P(this_ptr), "httpsocket", sizeof("httpsocket")); this_ptr 887 ext/soap/php_http.c zend_hash_del(Z_OBJPROP_P(this_ptr), "_use_proxy", sizeof("_use_proxy")); this_ptr 897 ext/soap/php_http.c zend_hash_del(Z_OBJPROP_P(this_ptr), "httpsocket", sizeof("httpsocket")); this_ptr 898 ext/soap/php_http.c zend_hash_del(Z_OBJPROP_P(this_ptr), "_use_proxy", sizeof("_use_proxy")); this_ptr 899 ext/soap/php_http.c add_soap_fault(this_ptr, "HTTP", "Error Fetching http headers", NULL, NULL TSRMLS_CC); this_ptr 904 ext/soap/php_http.c if (zend_hash_find(Z_OBJPROP_P(this_ptr), "trace", sizeof("trace"), (void **) &trace) == SUCCESS && this_ptr 906 ext/soap/php_http.c add_property_stringl(this_ptr, "__last_response_headers", http_headers, http_header_size, 1); this_ptr 954 ext/soap/php_http.c if (zend_hash_find(Z_OBJPROP_P(this_ptr), "_cookies", sizeof("_cookies"), (void **)&cookies) == FAILURE || this_ptr 959 ext/soap/php_http.c zend_hash_update(Z_OBJPROP_P(this_ptr), "_cookies", sizeof("_cookies"), &tmp_cookies, sizeof(zval *), (void **)&cookies); this_ptr 1072 ext/soap/php_http.c zend_hash_del(Z_OBJPROP_P(this_ptr), "httpsocket", sizeof("httpsocket")); this_ptr 1073 ext/soap/php_http.c zend_hash_del(Z_OBJPROP_P(this_ptr), "_use_proxy", sizeof("_use_proxy")); this_ptr 1074 ext/soap/php_http.c add_soap_fault(this_ptr, "HTTP", "Error Fetching http body, No Content-Length, connection closed or chunked data", NULL, NULL TSRMLS_CC); this_ptr 1086 ext/soap/php_http.c zend_hash_del(Z_OBJPROP_P(this_ptr), "httpsocket", sizeof("httpsocket")); this_ptr 1087 ext/soap/php_http.c zend_hash_del(Z_OBJPROP_P(this_ptr), "_use_proxy", sizeof("_use_proxy")); this_ptr 1130 ext/soap/php_http.c add_soap_fault(this_ptr, "HTTP", "Redirection limit reached, aborting", NULL, NULL TSRMLS_CC); this_ptr 1145 ext/soap/php_http.c (zend_hash_find(Z_OBJPROP_P(this_ptr), "_digest", sizeof("_digest"), (void **)&digest) == FAILURE || this_ptr 1147 ext/soap/php_http.c zend_hash_find(Z_OBJPROP_P(this_ptr), "_login", sizeof("_login"), (void **)&login) == SUCCESS && this_ptr 1149 ext/soap/php_http.c zend_hash_find(Z_OBJPROP_P(this_ptr), "_password", sizeof("_password"), (void **)&password) == SUCCESS && this_ptr 1194 ext/soap/php_http.c add_property_zval_ex(this_ptr, "_digest", sizeof("_digest"), digest TSRMLS_CC); this_ptr 1275 ext/soap/php_http.c add_soap_fault(this_ptr, "HTTP", "Unknown Content-Encoding", NULL, NULL TSRMLS_CC); this_ptr 1287 ext/soap/php_http.c add_soap_fault(this_ptr, "HTTP", "Can't uncompress compressed response", NULL, NULL TSRMLS_CC); this_ptr 1321 ext/soap/php_http.c add_soap_fault(this_ptr, "HTTP", http_msg, NULL, NULL TSRMLS_CC); this_ptr 25 ext/soap/php_http.h int make_http_soap_request(zval *this_ptr, this_ptr 34 ext/soap/php_http.h int proxy_authentication(zval* this_ptr, smart_str* soap_headers TSRMLS_DC); this_ptr 35 ext/soap/php_http.h int basic_authentication(zval* this_ptr, smart_str* soap_headers TSRMLS_DC); this_ptr 25 ext/soap/php_packet_soap.c int parse_packet_soap(zval *this_ptr, char *buffer, int buffer_size, sdlFunctionPtr fn, char *fn_name, zval *return_value, zval *soap_headers TSRMLS_DC) this_ptr 46 ext/soap/php_packet_soap.c add_soap_fault(this_ptr, "Client", "looks like we got no XML document", NULL, NULL TSRMLS_CC); this_ptr 50 ext/soap/php_packet_soap.c add_soap_fault(this_ptr, "Client", "DTD are not supported by SOAP", NULL, NULL TSRMLS_CC); this_ptr 69 ext/soap/php_packet_soap.c add_soap_fault(this_ptr, "VersionMismatch", "Wrong Version", NULL, NULL TSRMLS_CC); this_ptr 77 ext/soap/php_packet_soap.c add_soap_fault(this_ptr, "Client", "looks like we got XML without \"Envelope\" element", NULL, NULL TSRMLS_CC); this_ptr 85 ext/soap/php_packet_soap.c add_soap_fault(this_ptr, "Client", "A SOAP Envelope element cannot have non Namespace qualified attributes", NULL, NULL TSRMLS_CC); this_ptr 90 ext/soap/php_packet_soap.c add_soap_fault(this_ptr, "Client", "encodingStyle cannot be specified on the Envelope", NULL, NULL TSRMLS_CC); this_ptr 94 ext/soap/php_packet_soap.c add_soap_fault(this_ptr, "Client", "Unknown data encoding style", NULL, NULL TSRMLS_CC); this_ptr 126 ext/soap/php_packet_soap.c add_soap_fault(this_ptr, "Client", "Body must be present in a SOAP envelope", NULL, NULL TSRMLS_CC); this_ptr 134 ext/soap/php_packet_soap.c add_soap_fault(this_ptr, "Client", "A SOAP Body element cannot have non Namespace qualified attributes", NULL, NULL TSRMLS_CC); this_ptr 140 ext/soap/php_packet_soap.c add_soap_fault(this_ptr, "Client", "encodingStyle cannot be specified on the Body", NULL, NULL TSRMLS_CC); this_ptr 144 ext/soap/php_packet_soap.c add_soap_fault(this_ptr, "Client", "Unknown data encoding style", NULL, NULL TSRMLS_CC); this_ptr 152 ext/soap/php_packet_soap.c add_soap_fault(this_ptr, "Client", "A SOAP 1.2 envelope can contain only Header and Body", NULL, NULL TSRMLS_CC); this_ptr 161 ext/soap/php_packet_soap.c add_soap_fault(this_ptr, "Client", "A SOAP Header element cannot have non Namespace qualified attributes", NULL, NULL TSRMLS_CC); this_ptr 166 ext/soap/php_packet_soap.c add_soap_fault(this_ptr, "Client", "encodingStyle cannot be specified on the Header", NULL, NULL TSRMLS_CC); this_ptr 170 ext/soap/php_packet_soap.c add_soap_fault(this_ptr, "Client", "Unknown data encoding style", NULL, NULL TSRMLS_CC); this_ptr 235 ext/soap/php_packet_soap.c add_soap_fault(this_ptr, faultcode, faultstring, faultactor, details TSRMLS_CC); this_ptr 25 ext/soap/php_packet_soap.h int parse_packet_soap(zval *this_ptr, char *buffer, int buffer_size, sdlFunctionPtr fn, char *fn_name, zval *return_value, zval *soap_headers TSRMLS_DC); this_ptr 321 ext/soap/php_sdl.c static void load_wsdl_ex(zval *this_ptr, char *struri, sdlCtx *ctx, int include TSRMLS_DC) this_ptr 399 ext/soap/php_sdl.c load_wsdl_ex(this_ptr, (char*)uri, ctx, 1 TSRMLS_CC); this_ptr 731 ext/soap/php_sdl.c static sdlPtr load_wsdl(zval *this_ptr, char *struri TSRMLS_DC) this_ptr 748 ext/soap/php_sdl.c load_wsdl_ex(this_ptr, struri,&ctx, 0 TSRMLS_CC); this_ptr 3191 ext/soap/php_sdl.c sdlPtr get_sdl(zval *this_ptr, char *uri, long cache_wsdl TSRMLS_DC) this_ptr 3260 ext/soap/php_sdl.c if (SUCCESS == zend_hash_find(Z_OBJPROP_P(this_ptr), this_ptr 3267 ext/soap/php_sdl.c if (zend_hash_find(Z_OBJPROP_P(this_ptr), "_user_agent", sizeof("_user_agent"), (void **) &tmp) == SUCCESS && this_ptr 3274 ext/soap/php_sdl.c if (zend_hash_find(Z_OBJPROP_P(this_ptr), "_proxy_host", sizeof("_proxy_host"), (void **) &proxy_host) == SUCCESS && this_ptr 3276 ext/soap/php_sdl.c zend_hash_find(Z_OBJPROP_P(this_ptr), "_proxy_port", sizeof("_proxy_port"), (void **) &proxy_port) == SUCCESS && this_ptr 3307 ext/soap/php_sdl.c has_proxy_authorization = proxy_authentication(this_ptr, &headers TSRMLS_CC); this_ptr 3310 ext/soap/php_sdl.c has_authorization = basic_authentication(this_ptr, &headers TSRMLS_CC); this_ptr 3347 ext/soap/php_sdl.c sdl = load_wsdl(this_ptr, uri TSRMLS_CC); this_ptr 257 ext/soap/php_sdl.h sdlPtr get_sdl(zval *this_ptr, char *uri, long cache_wsdl TSRMLS_DC); this_ptr 63 ext/soap/soap.c static xmlDocPtr serialize_function_call(zval *this_ptr, sdlFunctionPtr function, char *function_name, char *uri, zval **arguments, int arg_count, int version, HashTable *soap_headers TSRMLS_DC); this_ptr 80 ext/soap/soap.c SOAP_GLOBAL(error_object) = this_ptr; this_ptr 100 ext/soap/soap.c SOAP_GLOBAL(error_object) = this_ptr;\ this_ptr 135 ext/soap/soap.c if(FIND_SDL_PROPERTY(this_ptr,__tmp) != FAILURE) { \ this_ptr 151 ext/soap/soap.c if (zend_hash_find(Z_OBJPROP_P(this_ptr),"service", sizeof("service"), (void **)&tmp) != FAILURE) { \ this_ptr 801 ext/soap/soap.c add_property_stringl(this_ptr, "param_name", name, name_length, 1); this_ptr 802 ext/soap/soap.c add_property_zval(this_ptr, "param_data", data); this_ptr 828 ext/soap/soap.c add_property_stringl(this_ptr, "namespace", ns, ns_len, 1); this_ptr 829 ext/soap/soap.c add_property_stringl(this_ptr, "name", name, name_len, 1); this_ptr 831 ext/soap/soap.c add_property_zval(this_ptr, "data", data); this_ptr 833 ext/soap/soap.c add_property_bool(this_ptr, "mustUnderstand", must_understand); this_ptr 839 ext/soap/soap.c add_property_long(this_ptr, "actor", Z_LVAL_P(actor)); this_ptr 841 ext/soap/soap.c add_property_stringl(this_ptr, "actor", Z_STRVAL_P(actor), Z_STRLEN_P(actor), 1); this_ptr 894 ext/soap/soap.c set_soap_fault(this_ptr, fault_code_ns, fault_code, fault_string, fault_actor, details, name TSRMLS_CC); this_ptr 896 ext/soap/soap.c add_property_zval(this_ptr, "headerfault", headerfault); this_ptr 916 ext/soap/soap.c faultcode = zend_read_property(soap_fault_class_entry, this_ptr, "faultcode", sizeof("faultcode")-1, 1 TSRMLS_CC); this_ptr 917 ext/soap/soap.c faultstring = zend_read_property(soap_fault_class_entry, this_ptr, "faultstring", sizeof("faultstring")-1, 1 TSRMLS_CC); this_ptr 918 ext/soap/soap.c file = zend_read_property(soap_fault_class_entry, this_ptr, "file", sizeof("file")-1, 1 TSRMLS_CC); this_ptr 919 ext/soap/soap.c line = zend_read_property(soap_fault_class_entry, this_ptr, "line", sizeof("line")-1, 1 TSRMLS_CC); this_ptr 964 ext/soap/soap.c add_property_long(this_ptr, "enc_type", UNKNOWN_TYPE); this_ptr 967 ext/soap/soap.c add_property_long(this_ptr, "enc_type", Z_LVAL_P(type)); this_ptr 975 ext/soap/soap.c add_property_zval(this_ptr, "enc_value", data); this_ptr 979 ext/soap/soap.c add_property_stringl(this_ptr, "enc_stype", stype, stype_len, 1); this_ptr 982 ext/soap/soap.c add_property_stringl(this_ptr, "enc_ns", ns, ns_len, 1); this_ptr 985 ext/soap/soap.c add_property_stringl(this_ptr, "enc_name", name, name_len, 1); this_ptr 988 ext/soap/soap.c add_property_stringl(this_ptr, "enc_namens", namens, namens_len, 1); this_ptr 1216 ext/soap/soap.c service->sdl = get_sdl(this_ptr, Z_STRVAL_P(wsdl), cache_wsdl TSRMLS_CC); this_ptr 1232 ext/soap/soap.c add_property_resource(this_ptr, "service", ret); this_ptr 2358 ext/soap/soap.c add_property_stringl(this_ptr, "uri", Z_STRVAL_PP(tmp), Z_STRLEN_PP(tmp), 1); this_ptr 2366 ext/soap/soap.c add_property_long(this_ptr, "style", Z_LVAL_PP(tmp)); this_ptr 2372 ext/soap/soap.c add_property_long(this_ptr, "use", Z_LVAL_PP(tmp)); this_ptr 2384 ext/soap/soap.c add_property_stringl(this_ptr, "location", Z_STRVAL_PP(tmp), Z_STRLEN_PP(tmp), 1); this_ptr 2397 ext/soap/soap.c add_property_stringl(this_ptr, "_login", Z_STRVAL_PP(tmp), Z_STRLEN_PP(tmp), 1); this_ptr 2400 ext/soap/soap.c add_property_stringl(this_ptr, "_password", Z_STRVAL_PP(tmp), Z_STRLEN_PP(tmp), 1); this_ptr 2405 ext/soap/soap.c add_property_null(this_ptr, "_digest"); this_ptr 2410 ext/soap/soap.c add_property_stringl(this_ptr, "_proxy_host", Z_STRVAL_PP(tmp), Z_STRLEN_PP(tmp), 1); this_ptr 2413 ext/soap/soap.c add_property_long(this_ptr, "_proxy_port", Z_LVAL_PP(tmp)); this_ptr 2417 ext/soap/soap.c add_property_stringl(this_ptr, "_proxy_login", Z_STRVAL_PP(tmp), Z_STRLEN_PP(tmp), 1); this_ptr 2420 ext/soap/soap.c add_property_stringl(this_ptr, "_proxy_password", Z_STRVAL_PP(tmp), Z_STRLEN_PP(tmp), 1); this_ptr 2438 ext/soap/soap.c add_property_long(this_ptr, "trace", 1); this_ptr 2444 ext/soap/soap.c add_property_bool(this_ptr, "_exceptions", 0); this_ptr 2454 ext/soap/soap.c add_property_long(this_ptr, "compression", Z_LVAL_PP(tmp)); this_ptr 2465 ext/soap/soap.c add_property_stringl(this_ptr, "_encoding", Z_STRVAL_PP(tmp), Z_STRLEN_PP(tmp), 1); this_ptr 2476 ext/soap/soap.c add_property_zval(this_ptr, "_classmap", class_map); this_ptr 2487 ext/soap/soap.c add_property_long(this_ptr, "_features", Z_LVAL_PP(tmp)); this_ptr 2493 ext/soap/soap.c add_property_long(this_ptr, "_connection_timeout", Z_LVAL_PP(tmp)); this_ptr 2498 ext/soap/soap.c add_property_resource(this_ptr, "_stream_context", context->rsrc_id); this_ptr 2508 ext/soap/soap.c add_property_stringl(this_ptr, "_user_agent", Z_STRVAL_PP(tmp), Z_STRLEN_PP(tmp), 1); this_ptr 2513 ext/soap/soap.c add_property_long(this_ptr, "_keep_alive", 0); this_ptr 2518 ext/soap/soap.c add_property_long(this_ptr, "_ssl_method", Z_LVAL_PP(tmp)); this_ptr 2524 ext/soap/soap.c add_property_long(this_ptr, "_soap_version", soap_version); this_ptr 2532 ext/soap/soap.c sdl = get_sdl(this_ptr, Z_STRVAL_P(wsdl), cache_wsdl TSRMLS_CC); this_ptr 2535 ext/soap/soap.c add_property_resource(this_ptr, "sdl", ret); this_ptr 2546 ext/soap/soap.c add_property_resource(this_ptr, "typemap", ret); this_ptr 2553 ext/soap/soap.c static int do_request(zval *this_ptr, xmlDoc *request, char *location, char *action, int version, int one_way, zval *response TSRMLS_DC) this_ptr 2567 ext/soap/soap.c add_soap_fault(this_ptr, "HTTP", "Error build soap request", NULL, NULL TSRMLS_CC); this_ptr 2571 ext/soap/soap.c if (zend_hash_find(Z_OBJPROP_P(this_ptr), "trace", sizeof("trace"), (void **) &trace) == SUCCESS && this_ptr 2573 ext/soap/soap.c add_property_stringl(this_ptr, "__last_request", buf, buf_size, 1); this_ptr 2598 ext/soap/soap.c if (call_user_function(NULL, &this_ptr, &func, response, 5, params TSRMLS_CC) != SUCCESS) { this_ptr 2599 ext/soap/soap.c add_soap_fault(this_ptr, "Client", "SoapClient::__doRequest() failed", NULL, NULL TSRMLS_CC); this_ptr 2602 ext/soap/soap.c if (zend_hash_find(Z_OBJPROP_P(this_ptr), "__soap_fault", sizeof("__soap_fault"), (void **) &fault) == FAILURE) { this_ptr 2603 ext/soap/soap.c add_soap_fault(this_ptr, "Client", "SoapClient::__doRequest() returned non string value", NULL, NULL TSRMLS_CC); this_ptr 2606 ext/soap/soap.c } else if (zend_hash_find(Z_OBJPROP_P(this_ptr), "trace", sizeof("trace"), (void **) &trace) == SUCCESS && this_ptr 2608 ext/soap/soap.c add_property_stringl(this_ptr, "__last_response", Z_STRVAL_P(response), Z_STRLEN_P(response), 1); this_ptr 2616 ext/soap/soap.c if (ret && zend_hash_find(Z_OBJPROP_P(this_ptr), "__soap_fault", sizeof("__soap_fault"), (void **) &fault) == SUCCESS) { this_ptr 2622 ext/soap/soap.c static void do_soap_call(zval* this_ptr, this_ptr 2651 ext/soap/soap.c if (zend_hash_find(Z_OBJPROP_P(this_ptr), "trace", sizeof("trace"), (void **) &trace) == SUCCESS && this_ptr 2653 ext/soap/soap.c zend_hash_del(Z_OBJPROP_P(this_ptr), "__last_request", sizeof("__last_request")); this_ptr 2654 ext/soap/soap.c zend_hash_del(Z_OBJPROP_P(this_ptr), "__last_response", sizeof("__last_response")); this_ptr 2656 ext/soap/soap.c if (zend_hash_find(Z_OBJPROP_P(this_ptr), "_soap_version", sizeof("_soap_version"), (void **) &tmp) == SUCCESS && this_ptr 2664 ext/soap/soap.c if (zend_hash_find(Z_OBJPROP_P(this_ptr), "location", sizeof("location"),(void **) &tmp) == SUCCESS && this_ptr 2670 ext/soap/soap.c if (FIND_SDL_PROPERTY(this_ptr,tmp) != FAILURE) { this_ptr 2673 ext/soap/soap.c if (FIND_TYPEMAP_PROPERTY(this_ptr,tmp) != FAILURE) { this_ptr 2677 ext/soap/soap.c clear_soap_fault(this_ptr TSRMLS_CC); this_ptr 2683 ext/soap/soap.c if (zend_hash_find(Z_OBJPROP_P(this_ptr), "_encoding", sizeof("_encoding"), (void **) &tmp) == SUCCESS && this_ptr 2690 ext/soap/soap.c if (zend_hash_find(Z_OBJPROP_P(this_ptr), "_classmap", sizeof("_classmap"), (void **) &tmp) == SUCCESS && this_ptr 2699 ext/soap/soap.c if (zend_hash_find(Z_OBJPROP_P(this_ptr), "_features", sizeof("_features"), (void **) &tmp) == SUCCESS && this_ptr 2724 ext/soap/soap.c request = serialize_function_call(this_ptr, fn, NULL, fnb->input.ns, real_args, arg_count, soap_version, soap_headers TSRMLS_CC); this_ptr 2725 ext/soap/soap.c ret = do_request(this_ptr, request, location, fnb->soapAction, soap_version, one_way, &response TSRMLS_CC); this_ptr 2727 ext/soap/soap.c request = serialize_function_call(this_ptr, fn, NULL, sdl->target_ns, real_args, arg_count, soap_version, soap_headers TSRMLS_CC); this_ptr 2728 ext/soap/soap.c ret = do_request(this_ptr, request, location, NULL, soap_version, one_way, &response TSRMLS_CC); this_ptr 2735 ext/soap/soap.c ret = parse_packet_soap(this_ptr, Z_STRVAL(response), Z_STRLEN(response), fn, NULL, return_value, output_headers TSRMLS_CC); this_ptr 2747 ext/soap/soap.c add_soap_fault(this_ptr, "Client", error.c, NULL, NULL TSRMLS_CC); this_ptr 2754 ext/soap/soap.c if (zend_hash_find(Z_OBJPROP_P(this_ptr), "uri", sizeof("uri"), (void *)&uri) == FAILURE || Z_TYPE_PP(uri) != IS_STRING) { this_ptr 2755 ext/soap/soap.c add_soap_fault(this_ptr, "Client", "Error finding \"uri\" property", NULL, NULL TSRMLS_CC); this_ptr 2757 ext/soap/soap.c add_soap_fault(this_ptr, "Client", "Error could not find \"location\" property", NULL, NULL TSRMLS_CC); this_ptr 2762 ext/soap/soap.c request = serialize_function_call(this_ptr, NULL, function, call_uri, real_args, arg_count, soap_version, soap_headers TSRMLS_CC); this_ptr 2773 ext/soap/soap.c ret = do_request(this_ptr, request, location, action.c, soap_version, 0, &response TSRMLS_CC); this_ptr 2780 ext/soap/soap.c ret = parse_packet_soap(this_ptr, Z_STRVAL(response), Z_STRLEN(response), NULL, function, return_value, output_headers TSRMLS_CC); this_ptr 2790 ext/soap/soap.c if (zend_hash_find(Z_OBJPROP_P(this_ptr), "__soap_fault", sizeof("__soap_fault"), (void **) &fault) == SUCCESS) { this_ptr 2794 ext/soap/soap.c *return_value = *add_soap_fault(this_ptr, "Client", "Unknown Error", NULL, NULL TSRMLS_CC); this_ptr 2799 ext/soap/soap.c if (zend_hash_find(Z_OBJPROP_P(this_ptr), "__soap_fault", sizeof("__soap_fault"), (void **) &fault) == SUCCESS) { this_ptr 2808 ext/soap/soap.c (zend_hash_find(Z_OBJPROP_P(this_ptr), "_exceptions", sizeof("_exceptions"), (void **) &tmp) != SUCCESS || this_ptr 2912 ext/soap/soap.c if (zend_hash_find(Z_OBJPROP_P(this_ptr), "__default_headers", sizeof("__default_headers"), (void **) &tmp) == SUCCESS && Z_TYPE_PP(tmp) == IS_ARRAY) { this_ptr 2950 ext/soap/soap.c do_soap_call(this_ptr, function, function_len, arg_count, real_args, return_value, location, soap_action, uri, soap_headers, output_headers TSRMLS_CC); this_ptr 3035 ext/soap/soap.c if (zend_hash_find(Z_OBJPROP_P(this_ptr), "__last_request", sizeof("__last_request"), (void **)&tmp) == SUCCESS && this_ptr 3054 ext/soap/soap.c if (zend_hash_find(Z_OBJPROP_P(this_ptr), "__last_response", sizeof("__last_response"), (void **)&tmp) == SUCCESS && this_ptr 3073 ext/soap/soap.c if (zend_hash_find(Z_OBJPROP_P(this_ptr), "__last_request_headers", sizeof("__last_request_headers"), (void **)&tmp) == SUCCESS && this_ptr 3092 ext/soap/soap.c if (zend_hash_find(Z_OBJPROP_P(this_ptr), "__last_response_headers", sizeof("__last_response_headers"), (void **)&tmp) == SUCCESS && this_ptr 3121 ext/soap/soap.c if (make_http_soap_request(this_ptr, buf, buf_size, location, action, version, NULL, NULL TSRMLS_CC)) { this_ptr 3124 ext/soap/soap.c } else if (make_http_soap_request(this_ptr, buf, buf_size, location, action, version, this_ptr 3149 ext/soap/soap.c if (zend_hash_find(Z_OBJPROP_P(this_ptr), "_cookies", sizeof("_cookies"), (void **)&cookies) == SUCCESS && this_ptr 3156 ext/soap/soap.c if (zend_hash_find(Z_OBJPROP_P(this_ptr), "_cookies", sizeof("_cookies"), (void **)&cookies) == FAILURE || this_ptr 3162 ext/soap/soap.c zend_hash_update(Z_OBJPROP_P(this_ptr), "_cookies", sizeof("_cookies"), &tmp_cookies, sizeof(zval *), (void **)&cookies); this_ptr 3185 ext/soap/soap.c if (zend_hash_find(Z_OBJPROP_P(this_ptr), "_cookies", sizeof("_cookies"), (void **)&cookies) != FAILURE && this_ptr 3205 ext/soap/soap.c zend_hash_del(Z_OBJPROP_P(this_ptr), "__default_headers", sizeof("__default_headers")); this_ptr 3210 ext/soap/soap.c if (zend_hash_find(Z_OBJPROP_P(this_ptr), "__default_headers", sizeof("__default_headers"), (void **) &default_headers)==FAILURE) { this_ptr 3211 ext/soap/soap.c add_property_zval(this_ptr, "__default_headers", headers); this_ptr 3221 ext/soap/soap.c add_property_zval(this_ptr, "__default_headers", default_headers); this_ptr 3247 ext/soap/soap.c if (zend_hash_find(Z_OBJPROP_P(this_ptr), "location", sizeof("location"),(void **) &tmp) == SUCCESS && Z_TYPE_PP(tmp) == IS_STRING) { this_ptr 3254 ext/soap/soap.c add_property_stringl(this_ptr, "location", location, location_len, 1); this_ptr 3256 ext/soap/soap.c zend_hash_del(Z_OBJPROP_P(this_ptr), "location", sizeof("location")); this_ptr 4225 ext/soap/soap.c static xmlDocPtr serialize_function_call(zval *this_ptr, sdlFunctionPtr function, char *function_name, char *uri, zval **arguments, int arg_count, int version, HashTable *soap_headers TSRMLS_DC) this_ptr 4275 ext/soap/soap.c if (zend_hash_find(Z_OBJPROP_P(this_ptr), "style", sizeof("style"), (void **)&zstyle) == SUCCESS && this_ptr 4298 ext/soap/soap.c if (zend_hash_find(Z_OBJPROP_P(this_ptr), "use", sizeof("use"), (void **)&zuse) == SUCCESS && this_ptr 832 ext/spl/spl_directory.c zend_call_method_with_0_params(&this_ptr, Z_OBJCE_P(getThis()), &intern->u.dir.func_rewind, "rewind", &retval); this_ptr 841 ext/spl/spl_directory.c zend_call_method_with_0_params(&this_ptr, Z_OBJCE_P(getThis()), &intern->u.dir.func_valid, "valid", &retval); this_ptr 851 ext/spl/spl_directory.c zend_call_method_with_0_params(&this_ptr, Z_OBJCE_P(getThis()), &intern->u.dir.func_next, "next", &retval); this_ptr 2190 ext/spl/spl_directory.c static int spl_filesystem_file_read_line_ex(zval * this_ptr, spl_filesystem_object *intern, int silent TSRMLS_DC) /* {{{ */ this_ptr 2205 ext/spl/spl_directory.c zend_call_method_with_0_params(&this_ptr, Z_OBJCE_P(getThis()), &intern->u.file.func_getCurr, "getCurrentLine", &retval); this_ptr 2256 ext/spl/spl_directory.c static int spl_filesystem_file_read_line(zval * this_ptr, spl_filesystem_object *intern, int silent TSRMLS_DC) /* {{{ */ this_ptr 2258 ext/spl/spl_directory.c int ret = spl_filesystem_file_read_line_ex(this_ptr, intern, silent TSRMLS_CC); this_ptr 2262 ext/spl/spl_directory.c ret = spl_filesystem_file_read_line_ex(this_ptr, intern, silent TSRMLS_CC); this_ptr 2269 ext/spl/spl_directory.c static void spl_filesystem_file_rewind(zval * this_ptr, spl_filesystem_object *intern TSRMLS_DC) /* {{{ */ this_ptr 2282 ext/spl/spl_directory.c spl_filesystem_file_read_line(this_ptr, intern, 1 TSRMLS_CC); this_ptr 45 ext/standard/user_filters.c if (FAILURE == zend_hash_index_find(Z_OBJPROP_P(this_ptr), 0, (void**)&tmp)) { \