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 : /proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/Zend/tests/ |
Current File : //proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/Zend/tests/int_conversion_exponents.phpt |
--TEST-- Integer conversion from scientific notation --FILE-- <?php var_dump((int)"1.2345e9"); var_dump((int)"-1.2345e9"); var_dump(intval("1.2345e9")); var_dump(intval("-1.2345e9")); var_dump("1.2345e9" % PHP_INT_MAX); var_dump("-1.2345e9" % PHP_INT_MIN); var_dump("1.2345e9" | 0); var_dump("-1.2345e9" | 0); echo PHP_EOL; var_dump((int)" 1.2345e9 abc"); var_dump((int)" -1.2345e9 abc"); var_dump(intval(" 1.2345e9 abc")); var_dump(intval(" -1.2345e9 abc")); var_dump(" 1.2345e9 abc" % PHP_INT_MAX); var_dump(" -1.2345e9 abc" % PHP_INT_MIN); var_dump(" 1.2345e9 abc" | 0); var_dump(" -1.2345e9 abc" | 0); ?> --EXPECTF-- int(1234500000) int(-1234500000) int(1234500000) int(-1234500000) int(1234500000) int(-1234500000) int(1234500000) int(-1234500000) int(1234500000) int(-1234500000) int(1234500000) int(-1234500000) Notice: A non well formed numeric value encountered in %s on line %d int(1234500000) Notice: A non well formed numeric value encountered in %s on line %d int(-1234500000) Notice: A non well formed numeric value encountered in %s on line %d int(1234500000) Notice: A non well formed numeric value encountered in %s on line %d int(-1234500000)
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare