Post History
Remove ?> You can save 2 bytes by removing the syntax that ends the PHP script when you don't need it. The program will still work. <?php echo"Hello!"; Try it online!
Answer
#1: Initial revision
# Remove `?>` You can save 2 bytes by removing the syntax that ends the PHP script when you don't need it. The program will still work. <!-- language-all: lang-php --> <?php echo"Hello!"; [Try it online!][TIO-ktgivrzb] [TIO-ktgivrzb]: https://tio.run/##K8go@P/fxr4go0AhNTkjX8kjNScnX1HJ@v9/AA "PHP – Try It Online"