Searched defs:this_ptr (Results 1 – 8 of 8) sorted by relevance
/PHP-8.3/ext/soap/ |
H A D | php_http.c | 34 int proxy_authentication(zval* this_ptr, smart_str* soap_headers) in proxy_authentication() 59 int basic_authentication(zval* this_ptr, smart_str* soap_headers) in basic_authentication() 168 static php_stream* http_connect(zval* this_ptr, php_url *phpurl, int use_ssl, php_stream_context *c… in http_connect() 343 int make_http_soap_request(zval *this_ptr, in make_http_soap_request()
|
H A D | soap.c | 452 zval *this_ptr; in PHP_METHOD() local 478 zval *this_ptr; in PHP_METHOD() local 547 zval *details = NULL, *headerfault = NULL, *this_ptr; in PHP_METHOD() local 599 zval *this_ptr; in PHP_METHOD() local 638 zval *data, *this_ptr; in PHP_METHOD() local 1875 zval *this_ptr = ZEND_THIS; local 2161 zval* this_ptr, 2406 zval *this_ptr; local 2626 zval *this_ptr = ZEND_THIS; local 2691 zval *this_ptr = ZEND_THIS; local [all …]
|
H A D | php_packet_soap.c | 22 int parse_packet_soap(zval *this_ptr, char *buffer, int buffer_size, sdlFunctionPtr fn, char *fn_na… in parse_packet_soap()
|
H A D | php_sdl.c | 321 static void load_wsdl_ex(zval *this_ptr, char *struri, sdlCtx *ctx, int include) in load_wsdl_ex() 728 static sdlPtr load_wsdl(zval *this_ptr, char *struri) in load_wsdl() 3177 sdlPtr get_sdl(zval *this_ptr, char *uri, zend_long cache_wsdl) in get_sdl()
|
/PHP-8.3/Zend/ |
H A D | zend_closures.c | 34 zval this_ptr; member 720 …tion *func, zend_class_entry *scope, zend_class_entry *called_scope, zval *this_ptr, bool is_fake)… in zend_create_closure_ex() 824 …*res, zend_function *func, zend_class_entry *scope, zend_class_entry *called_scope, zval *this_ptr) in zend_create_closure() 830 …_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 | 1260 ZEND_API zend_result zend_parse_method_parameters(uint32_t num_args, zval *this_ptr, const char *ty… in zend_parse_method_parameters() 1300 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-8.3/ext/spl/ |
H A D | spl_directory.c | 1960 static zend_result spl_filesystem_file_read_line_ex(zval * this_ptr, spl_filesystem_object *intern,… in spl_filesystem_file_read_line_ex() 2002 static zend_result spl_filesystem_file_read_line(zval * this_ptr, spl_filesystem_object *intern, bo… in spl_filesystem_file_read_line() 2015 static void spl_filesystem_file_rewind(zval * this_ptr, spl_filesystem_object *intern) /* {{{ */ in spl_filesystem_file_rewind()
|
/PHP-8.3/ext/date/ |
H A D | php_date.c | 1856 static zend_object *date_object_clone_date(zend_object *this_ptr) /* {{{ */ in date_object_clone_date() 1996 static zend_object *date_object_clone_timezone(zend_object *this_ptr) /* {{{ */ in date_object_clone_timezone() 2160 static zend_object *date_object_clone_interval(zend_object *this_ptr) /* {{{ */ in date_object_clone_interval() 2251 static zend_object *date_object_clone_period(zend_object *this_ptr) /* {{{ */ in date_object_clone_period()
|
Completed in 66 milliseconds