Edit report at https://bugs.php.net/bug.php?id=61081&edit=1
ID: 61081 Updated by: ras...@php.net Reported by: fkienhoefer at online dot de Summary: ++ -Status: Open +Status: Not a bug Type: Bug Package: *General Issues Operating System: Win 7 PHP Version: 5.4.0RC7 Block user comment: N Private report: N New Comment: Ja, genau wie wenn Sie dies getan haben: $a="10"; $a++; echo $a; 10 == "10" == "0xA" == "012" == "0b0101" Previous Comments: ------------------------------------------------------------------------ [2012-02-14 14:07:00] fkienhoefer at online dot de Description: ------------ Gibt 11 aus. Test script: --------------- <?php $a = "0xa"; while ($a++ < "zzz") { echo "$a<br />"; } ?> ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=61081&edit=1