Skip to content

Instantly share code, notes, and snippets.

@nea89o
Created August 21, 2018 13:46
Show Gist options
  • Save nea89o/57bc4873378807618c47dd54db196f88 to your computer and use it in GitHub Desktop.
Save nea89o/57bc4873378807618c47dd54db196f88 to your computer and use it in GitHub Desktop.
<?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