<!DOCTYPE html> <html> <body> <?php define("GREETING", «hELLO!"); function myTest() { echo GREETING; } myTest(); ?> </body> </html>