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/ext/standard/tests/math/ |
Current File : //proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/ext/standard/tests/math/abs.phpt |
--TEST-- Simple math tests --FILE-- <?php // $Id$ define('LONG_MAX', is_int(5000000000)? 9223372036854775807 : 0x7FFFFFFF); define('LONG_MIN', -LONG_MAX - 1); printf("%d,%d,%d,%d\n",is_int(LONG_MIN ),is_int(LONG_MAX ), is_int(LONG_MIN-1),is_int(LONG_MAX+1)); $tests = <<<TESTS 1 === abs(-1) 1.5 === abs(-1.5) 1 === abs("-1") 1.5 === abs("-1.5") -LONG_MIN+1 === abs(LONG_MIN-1) -LONG_MIN === abs(LONG_MIN) -(LONG_MIN+1) === abs(LONG_MIN+1) TESTS; include(dirname(__FILE__) . '/../../../../tests/quicktester.inc'); --EXPECT-- 1,1,0,0 OK
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare