Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /usr/local/src/php7/php-7.0.5/ext/json/tests/ |
Current File : //usr/local/src/php7/php-7.0.5/ext/json/tests/bug40503.phpt |
--TEST-- Bug #40503 (json_encode() value corruption on 32bit systems with overflown values) --INI-- precision=14 --SKIPIF-- <?php if (!extension_loaded("json")) print "skip"; ?> --FILE-- <?php function json_test_show_eq($x, $y) { echo "$x ". ( $x == $y ? "==" : "!=") ." $y\n"; } $value = 0x7FFFFFFF; #2147483647; json_test_show_eq("$value", json_encode($value)); $value++; json_test_show_eq("$value", json_encode($value)); ?> --EXPECT-- 2147483647 == 2147483647 2147483648 == 2147483648
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare