I feel like the answer to this is going to make me blush, but here's my problem:
<?php test; function test() { print 'WHY DONT YOU WORK'; } ?>
Unfortunately this does not print my desired message. Any suggestions?
Its test() not test.