Skip to content

Instantly share code, notes, and snippets.

@nathanaelle
nathanaelle / gist:2397507
Created April 16, 2012 10:13
OMG ! PHP is so broken
php -r '
$a="61529519452809720693702583126814";
switch($a){
case "61529519452809720000000000000000":echo "FAIL";break;
case "61529519452809720693702583126814":echo "OK";break;
default:echo "FAIL2";}'
return :
FAIL