Home
last modified time | relevance | path

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

/PHP-8.0/ext/soap/
H A Dphp_http.c34 int proxy_authentication(zval* this_ptr, smart_str* soap_headers) in proxy_authentication()
62 int basic_authentication(zval* this_ptr, smart_str* soap_headers) in basic_authentication()
160 static php_stream* http_connect(zval* this_ptr, php_url *phpurl, int use_ssl, php_stream_context *c… in http_connect()
335 int make_http_soap_request(zval *this_ptr, in make_http_soap_request()
H A Dsoap.c523 zval *this_ptr; in PHP_METHOD() local
551 zval *this_ptr; in PHP_METHOD() local
651 zval *this_ptr; in PHP_METHOD() local
690 zval *data, *this_ptr; in PHP_METHOD() local
1974 zval *this_ptr = ZEND_THIS; local
2269 zval* this_ptr,
2516 zval *this_ptr; local
2759 zval *this_ptr = ZEND_THIS; local
2792 zval *this_ptr = ZEND_THIS; local
2846 zval *this_ptr = ZEND_THIS; local
[all …]
H A Dphp_packet_soap.c22 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.c318 static void load_wsdl_ex(zval *this_ptr, char *struri, sdlCtx *ctx, int include) in load_wsdl_ex()
725 static sdlPtr load_wsdl(zval *this_ptr, char *struri) in load_wsdl()
3162 sdlPtr get_sdl(zval *this_ptr, char *uri, zend_long cache_wsdl) in get_sdl()
/PHP-8.0/Zend/
H A Dzend_closures.c39 zval this_ptr; member
685 …_function *func, zend_class_entry *scope, zend_class_entry *called_scope, zval *this_ptr) /* {{{ */ in zend_create_closure()
779 …_function *func, zend_class_entry *scope, zend_class_entry *called_scope, zval *this_ptr) /* {{{ */ in zend_create_fake_closure()
H A Dzend_API.c1120 ZEND_API zend_result zend_parse_method_parameters(uint32_t num_args, zval *this_ptr, const char *ty… in zend_parse_method_parameters()
1160 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.0/ext/spl/
H A Dspl_directory.c1941 static int spl_filesystem_file_read_line_ex(zval * this_ptr, spl_filesystem_object *intern, int sil… in spl_filesystem_file_read_line_ex()
2015 static int spl_filesystem_file_read_line(zval * this_ptr, spl_filesystem_object *intern, int silent… in spl_filesystem_file_read_line()
2028 static void spl_filesystem_file_rewind(zval * this_ptr, spl_filesystem_object *intern) /* {{{ */ in spl_filesystem_file_rewind()
/PHP-8.0/ext/date/
H A Dphp_date.c1770 static zend_object *date_object_clone_date(zend_object *this_ptr) /* {{{ */ in date_object_clone_date()
1905 static zend_object *date_object_clone_timezone(zend_object *this_ptr) /* {{{ */ in date_object_clone_timezone()
2052 static zend_object *date_object_clone_interval(zend_object *this_ptr) /* {{{ */ in date_object_clone_interval()
2128 static zend_object *date_object_clone_period(zend_object *this_ptr) /* {{{ */ in date_object_clone_period()

Completed in 84 milliseconds