Home
last modified time | relevance | path

Searched defs:this_ptr (Results 1 – 8 of 8) sorted by relevance

/PHP-7.4/ext/soap/
H A Dphp_http.c35 int proxy_authentication(zval* this_ptr, smart_str* soap_headers) in proxy_authentication()
63 int basic_authentication(zval* this_ptr, smart_str* soap_headers) in basic_authentication()
161 static php_stream* http_connect(zval* this_ptr, php_url *phpurl, int use_ssl, php_stream_context *c… in http_connect()
336 int make_http_soap_request(zval *this_ptr, in make_http_soap_request()
H A Dsoap.c795 zval *this_ptr; in PHP_METHOD() local
820 zval *this_ptr; in PHP_METHOD() local
913 zval *this_ptr; in PHP_METHOD() local
962 zval *data, *type, *this_ptr; in PHP_METHOD() local
2285 zval *this_ptr = ZEND_THIS; local
2588 zval* this_ptr,
2835 zval *this_ptr; local
3070 zval *this_ptr = ZEND_THIS; local
3104 zval *this_ptr = ZEND_THIS; local
3160 zval *this_ptr = ZEND_THIS; local
[all …]
H A Dphp_packet_soap.c24 int parse_packet_soap(zval *this_ptr, char *buffer, int buffer_size, sdlFunctionPtr fn, char *fn_na… in parse_packet_soap()
H A Dphp_sdl.c320 static void load_wsdl_ex(zval *this_ptr, char *struri, sdlCtx *ctx, int include) in load_wsdl_ex()
727 static sdlPtr load_wsdl(zval *this_ptr, char *struri) in load_wsdl()
3164 sdlPtr get_sdl(zval *this_ptr, char *uri, zend_long cache_wsdl) in get_sdl()
/PHP-7.4/Zend/
H A Dzend_closures.c38 zval this_ptr; member
687 …_function *func, zend_class_entry *scope, zend_class_entry *called_scope, zval *this_ptr) /* {{{ */ in zend_create_closure()
781 …_function *func, zend_class_entry *scope, zend_class_entry *called_scope, zval *this_ptr) /* {{{ */ in zend_create_fake_closure()
H A Dzend_API.c1090 ZEND_API int zend_parse_method_parameters(int num_args, zval *this_ptr, const char *type_spec, ...)… in zend_parse_method_parameters()
1130 ZEND_API int zend_parse_method_parameters_ex(int flags, int num_args, zval *this_ptr, const char *t… in zend_parse_method_parameters_ex()
/PHP-7.4/ext/spl/
H A Dspl_directory.c2156 static int spl_filesystem_file_read_line_ex(zval * this_ptr, spl_filesystem_object *intern, int sil… in spl_filesystem_file_read_line_ex()
2229 static int spl_filesystem_file_read_line(zval * this_ptr, spl_filesystem_object *intern, int silent… in spl_filesystem_file_read_line()
2242 static void spl_filesystem_file_rewind(zval * this_ptr, spl_filesystem_object *intern) /* {{{ */ in spl_filesystem_file_rewind()
/PHP-7.4/ext/date/
H A Dphp_date.c2234 static zend_object *date_object_clone_date(zval *this_ptr) /* {{{ */ in date_object_clone_date()
2364 static zend_object *date_object_clone_timezone(zval *this_ptr) /* {{{ */ in date_object_clone_timezone()
2509 static zend_object *date_object_clone_interval(zval *this_ptr) /* {{{ */ in date_object_clone_interval()
2585 static zend_object *date_object_clone_period(zval *this_ptr) /* {{{ */ in date_object_clone_period()

Completed in 76 milliseconds