Created
August 21, 2018 13:46
-
-
Save nea89o/57bc4873378807618c47dd54db196f88 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 | |
$what = "n't that bad of a language"; | |
echo "PHP is$what"; | |
// Outputs: PHP isn't that bad of a language |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment