Home
last modified time | relevance | path

Searched refs:soap_url_class_entry (Results 1 – 3 of 3) sorted by relevance

/PHP-8.4/ext/soap/
H A Dphp_soap.h195 extern zend_class_entry* soap_url_class_entry;
H A Dphp_http.c499 if (Z_TYPE_P(tmp) == IS_OBJECT && instanceof_function(Z_OBJCE_P(tmp), soap_url_class_entry) && in make_http_soap_request()
558 object_init_ex(url_zval, soap_url_class_entry); in make_http_soap_request()
H A Dsoap.c185 zend_class_entry *soap_url_class_entry; variable
521 soap_url_class_entry = register_class_Soap_Url(); in PHP_MINIT_FUNCTION()
522 soap_url_class_entry->create_object = soap_url_object_create; in PHP_MINIT_FUNCTION()
523 soap_url_class_entry->default_object_handlers = &soap_url_object_handlers; in PHP_MINIT_FUNCTION()

Completed in 20 milliseconds