Home
last modified time | relevance | path

Searched refs:SOAP_PERSISTENCE_SESSION (Results 1 – 5 of 5) sorted by relevance

/PHP-8.2/ext/soap/tests/
H A Dserver009.phpt2 SOAP Server 9: setclass and setpersistence(SOAP_PERSISTENCE_SESSION)
21 $server->setpersistence(SOAP_PERSISTENCE_SESSION);
/PHP-8.2/ext/soap/
H A Dphp_soap.h115 #define SOAP_PERSISTENCE_SESSION 1 macro
H A Dsoap.stub.php19 const SOAP_PERSISTENCE_SESSION = UNKNOWN; define
H A Dsoap.c910 if (value == SOAP_PERSISTENCE_SESSION || in PHP_METHOD()
1333 if (service->soap_class.persistence == SOAP_PERSISTENCE_SESSION) {
1371 if (service->soap_class.persistence == SOAP_PERSISTENCE_SESSION) {
1451 if (service->soap_class.persistence != SOAP_PERSISTENCE_SESSION) {
1473 if (soap_obj && service->soap_class.persistence != SOAP_PERSISTENCE_SESSION) {
1513 if (soap_obj && service->soap_class.persistence != SOAP_PERSISTENCE_SESSION) {
H A Dsoap_arginfo.h240 REGISTER_LONG_CONSTANT("SOAP_PERSISTENCE_SESSION", SOAP_PERSISTENCE_SESSION, CONST_PERSISTENT); in register_soap_symbols()

Completed in 46 milliseconds