Skip to content

Instantly share code, notes, and snippets.

@jakubboucek
Created November 19, 2014 08:22
Show Gist options
  • Save jakubboucek/78670156305aa7dbaa5d to your computer and use it in GitHub Desktop.
Save jakubboucek/78670156305aa7dbaa5d to your computer and use it in GitHub Desktop.
Kurva PHP
<?php
$x = "No";
$x = 'Yes';
echo $x; //prints No
// You must Clone or Download this Gist!
// Copy&Paste not working (base of trick is sanitized during copying)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment