Skip to content

Instantly share code, notes, and snippets.

@lineargraph
Created August 21, 2018 13:46
Show Gist options
  • Select an option

  • Save lineargraph/57bc4873378807618c47dd54db196f88 to your computer and use it in GitHub Desktop.

Select an option

Save lineargraph/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