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/cast.phpt |
--TEST-- GMP casting using casting operators --SKIPIF-- <?php if (!extension_loaded("gmp")) print "skip"; ?> --FILE-- <?php $n = gmp_init(42); echo $n, "\n"; var_dump((string) $n); var_dump((int) $n); var_dump((float) $n); var_dump((bool) $n); ?> --EXPECTF-- 42 string(2) "42" int(42) float(42) Catchable fatal error: Object of class GMP could not be converted to boolean in %s on line %d
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare