WARNING: This article was written 14 years ago, it may contain informations that are no longer valid.
AUTOIT:
0x0C e 0xF0 = 61452
PHP:
0x0C e 0xF0 = 3312
Dopo 5 ore, in un commento di un anonimo paraguaiano:
“When adding ‘+0’ php will handle the 32bit unsigned integer correctly”(http://www.php.net/manual/en/language.types.integer.php#73766)
Cioè, if ($w1<$w2) NON FUNZIONA Ma if ($w1+0<$w2+0) FUNZIONA. ODDIO.