Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_closures.c34 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 Dzend_API.c1313 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/soap/
H A Dphp_http.c31 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 Dsoap.c567 zval *this_ptr; in PHP_METHOD() local
593 zval *this_ptr; in PHP_METHOD() local
663 zval *details = NULL, *headerfault = NULL, *this_ptr; in PHP_METHOD() local
715 zval *this_ptr; in PHP_METHOD() local
754 zval *data, *this_ptr; in PHP_METHOD() local
1984 zval *this_ptr = ZEND_THIS; in PHP_METHOD() local
2271 zval* this_ptr, in do_soap_call()
2508 zval *this_ptr, in soap_client_call_common()
2772 zval *this_ptr = ZEND_THIS; in PHP_METHOD() local
2837 zval *this_ptr = ZEND_THIS; in PHP_METHOD() local
[all …]
H A Dphp_packet_soap.c22 bool parse_packet_soap(zval *this_ptr, char *buffer, int buffer_size, sdlFunctionPtr fn, char *fn_n… in parse_packet_soap()
H A Dphp_sdl.c297 static void load_wsdl_ex(zval *this_ptr, char *struri, sdlCtx *ctx, int include) in load_wsdl_ex()
696 static sdlPtr load_wsdl(zval *this_ptr, char *struri) in load_wsdl()
3152 sdlPtr get_sdl(zval *this_ptr, char *uri, zend_long cache_wsdl) in get_sdl()
/php-src/ext/spl/
H A Dspl_directory.c1938 static zend_result spl_filesystem_file_read_line_ex(zval * this_ptr, spl_filesystem_object *intern,… in spl_filesystem_file_read_line_ex()
1979 static zend_result spl_filesystem_file_read_line(zval * this_ptr, spl_filesystem_object *intern, bo… in spl_filesystem_file_read_line()
1992 static void spl_filesystem_file_rewind(zval * this_ptr, spl_filesystem_object *intern) /* {{{ */ in spl_filesystem_file_rewind()
/php-src/ext/date/
H A Dphp_date.c1828 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 Dzend_jit_ir.c8315 zval this_ptr; member

Completed in 144 milliseconds