Searched defs:this_ptr (Results 1 – 9 of 9) sorted by relevance
/php-src/ext/soap/ |
H A D | php_http.c | 31 int proxy_authentication(zval* this_ptr, smart_str* soap_headers) in proxy_authentication() 56 int basic_authentication(zval* this_ptr, smart_str* soap_headers) in basic_authentication() 165 static php_stream* http_connect(zval* this_ptr, php_url *phpurl, int use_ssl, php_stream_context *c… in http_connect() 338 int make_http_soap_request(zval *this_ptr, in make_http_soap_request()
|
H A D | soap.c | 568 zval *this_ptr; in PHP_METHOD() local 594 zval *this_ptr; in PHP_METHOD() local 664 zval *details = NULL, *headerfault = NULL, *this_ptr; in PHP_METHOD() local 716 zval *this_ptr; in PHP_METHOD() local 755 zval *data, *this_ptr; in PHP_METHOD() local 1988 zval *this_ptr = ZEND_THIS; in PHP_METHOD() local 2278 zval* this_ptr, in do_soap_call() 2515 zval *this_ptr, in soap_client_call_common() 2779 zval *this_ptr = ZEND_THIS; in PHP_METHOD() local 2844 zval *this_ptr = ZEND_THIS; in PHP_METHOD() local [all …]
|
H A D | php_packet_soap.c | 22 bool parse_packet_soap(zval *this_ptr, char *buffer, int buffer_size, sdlFunctionPtr fn, char *fn_n… in parse_packet_soap()
|
H A D | php_sdl.c | 297 static void load_wsdl_ex(zval *this_ptr, char *struri, sdlCtx *ctx, bool include) in load_wsdl_ex() 692 static sdlPtr load_wsdl(zval *this_ptr, char *struri) in load_wsdl() 3143 sdlPtr get_sdl(zval *this_ptr, char *uri, zend_long cache_wsdl) in get_sdl()
|
/php-src/Zend/ |
H A D | zend_closures.c | 34 zval this_ptr; member 731 …tion *func, zend_class_entry *scope, zend_class_entry *called_scope, zval *this_ptr, bool is_fake)… in zend_create_closure_ex() 835 …*res, zend_function *func, zend_class_entry *scope, zend_class_entry *called_scope, zval *this_ptr) in zend_create_closure() 841 …_function *func, zend_class_entry *scope, zend_class_entry *called_scope, zval *this_ptr) /* {{{ */ in zend_create_fake_closure()
|
H A D | zend_API.c | 1313 ZEND_API zend_result zend_parse_method_parameters(uint32_t num_args, zval *this_ptr, const char *ty… in zend_parse_method_parameters() 1353 ZEND_API zend_result zend_parse_method_parameters_ex(int flags, uint32_t num_args, zval *this_ptr, … in zend_parse_method_parameters_ex()
|
/php-src/ext/spl/ |
H A D | spl_directory.c | 1948 static zend_result spl_filesystem_file_read_line_ex(zval * this_ptr, spl_filesystem_object *intern,… in spl_filesystem_file_read_line_ex() 1989 static zend_result spl_filesystem_file_read_line(zval * this_ptr, spl_filesystem_object *intern, bo… in spl_filesystem_file_read_line() 2002 static void spl_filesystem_file_rewind(zval * this_ptr, spl_filesystem_object *intern) /* {{{ */ in spl_filesystem_file_rewind()
|
/php-src/ext/date/ |
H A D | php_date.c | 1828 static zend_object *date_object_clone_date(zend_object *this_ptr) /* {{{ */ in date_object_clone_date() 1968 static zend_object *date_object_clone_timezone(zend_object *this_ptr) /* {{{ */ in date_object_clone_timezone() 2132 static zend_object *date_object_clone_interval(zend_object *this_ptr) /* {{{ */ in date_object_clone_interval() 2223 static zend_object *date_object_clone_period(zend_object *this_ptr) /* {{{ */ in date_object_clone_period()
|
/php-src/ext/opcache/jit/ |
H A D | zend_jit_ir.c | 8453 zval this_ptr; member
|
Completed in 146 milliseconds