Last active
April 18, 2017 20:21
-
-
Save geekcom/d4b28a592b9e1cd905a2d6b8fe878703 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
echo "Hello world"; | |
// ... mais código | |
echo "última instrução"; | |
// o script termina aqui, sem tag de fechamento PHP |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment