<?php function defineConstant() { define('GREETING', 'Hello World'); } defineConstant(); echo GREETING;