<?php class TestClass { public function test() { echo __METHOD__; }} $test = 'test';$obj = new TestClass;$obj->$test();
Standard input is empty
TestClass::test
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!