Searched refs:SOAP_PERSISTENCE_SESSION (Results 1 – 7 of 7) sorted by relevance
13 $server->setPersistence(SOAP_PERSISTENCE_SESSION);
33 $server->setPersistence(SOAP_PERSISTENCE_SESSION);
2 SOAP Server 9: setclass and setpersistence(SOAP_PERSISTENCE_SESSION)21 $server->setpersistence(SOAP_PERSISTENCE_SESSION);
114 #define SOAP_PERSISTENCE_SESSION 1 macro
38 const SOAP_PERSISTENCE_SESSION = UNKNOWN; define
1041 if (value == SOAP_PERSISTENCE_SESSION || in PHP_METHOD()1043 …if (value == SOAP_PERSISTENCE_SESSION && !zend_hash_str_exists(&module_registry, "session", sizeof… in PHP_METHOD()1456 if (service->soap_class.persistence == SOAP_PERSISTENCE_SESSION) { in PHP_METHOD()1495 if (service->soap_class.persistence == SOAP_PERSISTENCE_SESSION) { in PHP_METHOD()1571 if (service->soap_class.persistence != SOAP_PERSISTENCE_SESSION) { in PHP_METHOD()1588 if (soap_obj && service->soap_class.persistence != SOAP_PERSISTENCE_SESSION) { in PHP_METHOD()1628 if (soap_obj && service->soap_class.persistence != SOAP_PERSISTENCE_SESSION) { in PHP_METHOD()
237 REGISTER_LONG_CONSTANT("SOAP_PERSISTENCE_SESSION", SOAP_PERSISTENCE_SESSION, CONST_PERSISTENT); in register_soap_symbols()
Completed in 31 milliseconds