Home
last modified time | relevance | path

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

/PHP-5.6/ext/soap/
H A Dphp_soap.h95 int persistance; member
H A Dsoap.c1275 service->soap_class.persistance = value; in PHP_METHOD()
1316 service->soap_class.persistance = SOAP_PERSISTENCE_REQUEST; in PHP_METHOD()
1693 if (service->soap_class.persistance == SOAP_PERSISTENCE_SESSION) {
1776 if (service->soap_class.persistance == SOAP_PERSISTENCE_SESSION) {
1873 if (service->soap_class.persistance != SOAP_PERSISTENCE_SESSION) {
1898 if (soap_obj && service->soap_class.persistance != SOAP_PERSISTENCE_SESSION) {
1940 if (soap_obj && service->soap_class.persistance != SOAP_PERSISTENCE_SESSION) {

Completed in 23 milliseconds