createProxy('Foo'); try { var_dump($proxy->bar()); // bar remote ! } catch (\Zend\Http\Client\Adapter\Exception\RuntimeException $error) { echo "To run this example, please following before:\n\n\$ php -S localhost:9876 -t \"" . __DIR__ . "\"\n"; exit(2); }