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/standard/tests/array/ |
Current File : //usr/local/src/php7/php-7.0.5/ext/standard/tests/array/bug26458.phpt |
--TEST-- Bug #26458 (var_dump(), var_export() & debug_zval_dump() are not binary safe for array keys) --FILE-- <?php $test = array("A\x00B" => "Hello world"); var_dump($test); var_export($test); debug_zval_dump($test); ?> --EXPECTF-- array(1) { ["A B"]=> string(11) "Hello world" } array ( 'A' . "\0" . 'B' => 'Hello world', )array(1) refcount(%d){ ["A B"]=> string(11) "Hello world" refcount(%d) }
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare