Using indifferently lower or upper case for PHP keywords and constants "true", "false" and "null" can impact the readability of PHP source code.
<?php ECHO 'Hello World'; ?>
<?php echo 'Hello World'; ?>