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