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/json/tests/ |
Current File : //usr/local/src/php7/php-7.0.5/ext/json/tests/bug46215.phpt |
--TEST-- Bug #46215 (json_encode mutates its parameter and has some class-specific state) --SKIPIF-- <?php if (!extension_loaded("json")) print "skip"; ?> --FILE-- <?php class foo { protected $a = array(); } $a = new foo; $x = json_encode($a); print_r($a); ?> --EXPECT-- foo Object ( [a:protected] => Array ( ) )
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare