Home
last modified time | relevance | path

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

/PHP-5.5/ext/soap/
H A Dphp_soap.h95 int persistance; member
H A Dsoap.c1252 service->soap_class.persistance = value; in PHP_METHOD()
1293 service->soap_class.persistance = SOAP_PERSISTENCE_REQUEST; in PHP_METHOD()
1673 if (service->soap_class.persistance == SOAP_PERSISTENCE_SESSION) {
1756 if (service->soap_class.persistance == SOAP_PERSISTENCE_SESSION) {
1853 if (service->soap_class.persistance != SOAP_PERSISTENCE_SESSION) {
1878 if (soap_obj && service->soap_class.persistance != SOAP_PERSISTENCE_SESSION) {
1920 if (soap_obj && service->soap_class.persistance != SOAP_PERSISTENCE_SESSION) {

Completed in 31 milliseconds