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