Online PHP Compiler

<?php //function definition function sayHello(){ echo "Hello World!"; } //function call sayHello(); ?>