Home
last modified time | relevance | path

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

/PHP-8.1/ext/soap/
H A Dsoap.c924 service->soap_functions.functions_all = FALSE; in PHP_METHOD()
925 service->soap_functions.ft = zend_new_array(0); in PHP_METHOD()
1105 if (service->soap_functions.ft == NULL) { in PHP_METHOD()
1142 if (service->soap_functions.ft == NULL) { in PHP_METHOD()
1152 if (service->soap_functions.ft != NULL) { in PHP_METHOD()
1154 efree(service->soap_functions.ft); in PHP_METHOD()
1155 service->soap_functions.ft = NULL; in PHP_METHOD()
1157 service->soap_functions.functions_all = TRUE; in PHP_METHOD()
1442 function_table = service->soap_functions.ft;
4420 if (service->soap_functions.ft) {
[all …]
H A Dphp_soap.h84 } soap_functions; member

Completed in 19 milliseconds