<!DOCTYPE html><html><body><?phpdefine("GREETING", "Welcome to W3Schools.com!");function myTest() { echo GREETING;} myTest();?> </body></html>