Home
last modified time | relevance | path

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

/PHP-7.3/ext/soap/
H A Dphp_soap.h86 } soap_functions; member
H A Dsoap.c448 soap_functions,
1208 service->soap_functions.functions_all = FALSE; in PHP_METHOD()
1209 service->soap_functions.ft = zend_new_array(0); in PHP_METHOD()
1398 if (service->soap_functions.ft == NULL) { in PHP_METHOD()
1435 if (service->soap_functions.ft == NULL) { in PHP_METHOD()
1445 if (service->soap_functions.ft != NULL) { in PHP_METHOD()
1447 efree(service->soap_functions.ft); in PHP_METHOD()
1448 service->soap_functions.ft = NULL; in PHP_METHOD()
1760 function_table = service->soap_functions.ft;
4818 if (service->soap_functions.ft) {
[all …]

Completed in 24 milliseconds