Question #3: What will be printed by the code below? 63% on 1071 times asked
<?php FUNCTION TEST() { ECHO "HELLO WORLD!\n"; } test(); ?>