Skip to content

Instantly share code, notes, and snippets.

@scottmac
Created March 16, 2011 18:22
Show Gist options
  • Save scottmac/873005 to your computer and use it in GitHub Desktop.
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