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/clone.phpt |
--TEST-- Cloning GMP instances --SKIPIF-- <?php if (!extension_loaded("gmp")) print "skip"; ?> --FILE-- <?php $a = gmp_init(3); $b = clone $a; gmp_clrbit($a, 0); var_dump($a, $b); // $b should be unaffected ?> --EXPECTF-- object(GMP)#1 (1) { ["num"]=> string(1) "2" } object(GMP)#2 (1) { ["num"]=> string(1) "3" }
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare