php /****
* For some (security)reason I couldn't
* submit this without adding a space to
* the functionname. Please remove it :)
****/
// The correct way in command line-mode. :)
f write(STDOUT, "Hello World!\n");
<?php
/****
* For some (security)reason I couldn't
* submit this without adding a space to
* the functionname. Please remove it :)
****/
// The correct way in command line-mode. :)
f write(STDOUT, "Hello World!\n");
?>