Home
last modified time | relevance | path

Searched refs:soap_functions (Results 1 – 2 of 2) sorted by relevance

/PHP-8.3/ext/soap/
H A Dsoap.c875 service->soap_functions.functions_all = FALSE; in PHP_METHOD()
876 service->soap_functions.ft = zend_new_array(0); in PHP_METHOD()
1057 if (service->soap_functions.ft == NULL) { in PHP_METHOD()
1099 if (service->soap_functions.ft == NULL) { in PHP_METHOD()
1109 if (service->soap_functions.ft != NULL) { in PHP_METHOD()
1111 efree(service->soap_functions.ft); in PHP_METHOD()
1112 service->soap_functions.ft = NULL; in PHP_METHOD()
1114 service->soap_functions.functions_all = TRUE; in PHP_METHOD()
1401 function_table = service->soap_functions.ft;
4384 if (service->soap_functions.ft) {
[all …]
H A Dphp_soap.h84 } soap_functions; member

Completed in 16 milliseconds