<?php class A { public function bar(){ return true; }} $foo = new A(); var_dump($foo->bar());
Standard input is empty
bool(true)
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!