Home
last modified time | relevance | path

Searched refs:json_encode (Results 51 – 58 of 58) sorted by relevance

123

/PHP-7.2/ext/standard/tests/url/
H A Dbase64_decode_basic_003.phpt37 …printf("base64 %-16s non-strict %-8s strict %s\n", json_encode($a), json_encode($b), json_encode($…
/PHP-7.2/ext/json/tests/
H A Dpass001.phpt80 $obj_enc = json_encode($obj, JSON_PARTIAL_OUTPUT_ON_ERROR);
83 $arr_enc = json_encode($arr, JSON_PARTIAL_OUTPUT_ON_ERROR);
H A Dpass001.1.phpt91 $obj_enc = json_encode($obj, JSON_PARTIAL_OUTPUT_ON_ERROR);
94 $arr_enc = json_encode($arr, JSON_PARTIAL_OUTPUT_ON_ERROR);
H A Dpass001.1_64bit.phpt91 $obj_enc = json_encode($obj, JSON_PARTIAL_OUTPUT_ON_ERROR);
94 $arr_enc = json_encode($arr, JSON_PARTIAL_OUTPUT_ON_ERROR);
/PHP-7.2/
H A DUPGRADING136 json_encode() and json_decode() to ignore and replace invalid UTF-8 byte
H A DNEWS1502 json_encode and json_decode to ignore or replace invalid UTF-8 byte
2784 . Implemented earlier return when json_encode fails, fixes bugs #68992
2786 error, json_encode can eat up all system memory). (Jakub Zelenka)
2791 json_encode options and added JSON_UNESCAPED_LINE_TERMINATORS to restore
H A Dphp.ini-development295 ; The value is also used for json_encode when encoding double values.
H A Dphp.ini-production295 ; The value is also used for json_encode when encoding double values.

Completed in 51 milliseconds

123