Home
last modified time | relevance | path

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

/php-src/ext/soap/tests/bugs/
H A Dgh11941_errors.phpt13 $server->setPersistence(SOAP_PERSISTENCE_SESSION);
H A Dbug51561.phpt33 $server->setPersistence(SOAP_PERSISTENCE_SESSION);
/php-src/ext/soap/tests/
H A Dserver009.phpt2 SOAP Server 9: setclass and setpersistence(SOAP_PERSISTENCE_SESSION)
21 $server->setpersistence(SOAP_PERSISTENCE_SESSION);
/php-src/ext/soap/
H A Dphp_soap.h114 #define SOAP_PERSISTENCE_SESSION 1 macro
H A Dsoap.stub.php38 const SOAP_PERSISTENCE_SESSION = UNKNOWN; define
H A Dsoap.c1038 if (value == SOAP_PERSISTENCE_SESSION || in PHP_METHOD()
1040 …if (value == SOAP_PERSISTENCE_SESSION && !zend_hash_str_exists(&module_registry, "session", sizeof… in PHP_METHOD()
1453 if (service->soap_class.persistence == SOAP_PERSISTENCE_SESSION) { in PHP_METHOD()
1492 if (service->soap_class.persistence == SOAP_PERSISTENCE_SESSION) { in PHP_METHOD()
1568 if (service->soap_class.persistence != SOAP_PERSISTENCE_SESSION) { in PHP_METHOD()
1585 if (soap_obj && service->soap_class.persistence != SOAP_PERSISTENCE_SESSION) { in PHP_METHOD()
1625 if (soap_obj && service->soap_class.persistence != SOAP_PERSISTENCE_SESSION) { in PHP_METHOD()
H A Dsoap_arginfo.h237 REGISTER_LONG_CONSTANT("SOAP_PERSISTENCE_SESSION", SOAP_PERSISTENCE_SESSION, CONST_PERSISTENT); in register_soap_symbols()

Completed in 25 milliseconds