Home
last modified time | relevance | path

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

/PHP-5.3/ext/soap/
H A Dphp_soap.h95 int persistance; member
H A Dsoap.c1357 service->soap_class.persistance = value; in PHP_METHOD()
1409 service->soap_class.persistance = SOAP_PERSISTENCE_REQUEST; in PHP_METHOD()
1791 if (service->soap_class.persistance == SOAP_PERSISTENCE_SESSION) {
1878 if (service->soap_class.persistance == SOAP_PERSISTENCE_SESSION) {
1977 if (service->soap_class.persistance != SOAP_PERSISTENCE_SESSION) {
2003 if (soap_obj && service->soap_class.persistance != SOAP_PERSISTENCE_SESSION) {
2046 if (soap_obj && service->soap_class.persistance != SOAP_PERSISTENCE_SESSION) {

Completed in 25 milliseconds