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/gmp/tests/ |
Current File : //usr/local/src/php7/php-7.0.5/ext/gmp/tests/gmp_intval.phpt |
--TEST-- gmp_intval() tests --SKIPIF-- <?php if (!extension_loaded("gmp")) print "skip"; ?> --FILE-- <?php var_dump(gmp_intval(1,1)); var_dump(gmp_intval("")); var_dump(gmp_intval(1.0001)); var_dump(gmp_intval("1.0001")); var_dump(gmp_intval("-1")); var_dump(gmp_intval(-1)); var_dump(gmp_intval(-2349828)); var_dump(gmp_intval(2342344)); var_dump(gmp_intval(new stdclass)); var_dump(gmp_intval(array())); $fp = fopen(__FILE__, 'r'); var_dump(gmp_intval($fp)); $g = gmp_init("12345678"); var_dump(gmp_intval($g)); echo "Done\n"; ?> --EXPECTF-- Warning: gmp_intval() expects exactly 1 parameter, 2 given in %s on line %d NULL int(0) int(1) int(1) int(-1) int(-1) int(-2349828) int(2342344) Notice: Object of class stdClass could not be converted to int in %s on line %d int(1) int(0) int(%d) int(12345678) Done
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare