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/standard/tests/strings/ |
Current File : //usr/local/src/php7/php-7.0.5/ext/standard/tests/strings/bug38770.phpt |
--TEST-- Bug #38770 (unpack() broken with longs on 64 bit machines) --SKIPIF-- <?php if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only"); ?> --FILE-- <?php foreach (array('N','l') as $v) { print_r(unpack($v, pack($v, -30000))); } echo "Done\n"; ?> --EXPECT-- Array ( [1] => 4294937296 ) Array ( [1] => -30000 ) Done
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare