Skip to content

Instantly share code, notes, and snippets.

@scottmac
Created March 16, 2011 18:22
Show Gist options
  • Select an option

  • Save scottmac/873005 to your computer and use it in GitHub Desktop.

Select an option

Save scottmac/873005 to your computer and use it in GitHub Desktop.
<?php
$a = 1;
if ($a == ++$a) {
echo "they're equal? WTF??", PHP_EOL;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment