--TEST-- Bug #29844 (SoapServer::setClass() should not export non-public methods) --SKIPIF-- --FILE-- "test://")); $server->setClass('hello_world'); $functions = $server->getFunctions(); foreach($functions as $func) { echo $func . "\n"; } ?> --EXPECT-- hello