--TEST-- SOAP Server 3: all functions --EXTENSIONS-- soap --FILE-- "http://testuri.org")); $server->addfunction(SOAP_FUNCTIONS_ALL); $HTTP_RAW_POST_DATA = << Hello World EOF; $server->handle($HTTP_RAW_POST_DATA); echo "ok\n"; ?> --EXPECTF-- Deprecated: Constant SOAP_FUNCTIONS_ALL is deprecated in %s on line %d Deprecated: SoapServer::addFunction(): Enabling all functions via SOAP_FUNCTIONS_ALL is deprecated since 8.4, due to possible security concerns. If all PHP functions should be enabled, the flattened return value of get_defined_functions() can be used in %s on line %d 11 ok