Home
last modified time | relevance | path

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

/PHP-7.4/ext/soap/
H A Dphp_soap.h86 } soap_functions; member
H A Dsoap.c448 soap_functions,
1206 service->soap_functions.functions_all = FALSE; in PHP_METHOD()
1207 service->soap_functions.ft = zend_new_array(0); in PHP_METHOD()
1397 if (service->soap_functions.ft == NULL) { in PHP_METHOD()
1434 if (service->soap_functions.ft == NULL) { in PHP_METHOD()
1444 if (service->soap_functions.ft != NULL) { in PHP_METHOD()
1446 efree(service->soap_functions.ft); in PHP_METHOD()
1447 service->soap_functions.ft = NULL; in PHP_METHOD()
1767 function_table = service->soap_functions.ft;
4858 if (service->soap_functions.ft) {
[all …]

Completed in 16 milliseconds