Home
last modified time | relevance | path

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

123

/PHP-7.4/ext/json/tests/
H A Djson_exceptions_error_clearing.phpt34 json_encode(NAN, JSON_THROW_ON_ERROR);
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.phpt90 $obj_enc = json_encode($obj, JSON_PARTIAL_OUTPUT_ON_ERROR);
93 $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.4/ext/pdo_pgsql/tests/
H A Dbug71885_2.phpt25 $jsonb = $db->quote(json_encode(['a' => 1]));
/PHP-7.4/ext/standard/tests/general_functions/
H A Dis_callable_variation1.phpt25 echo json_encode($callable_name) . "\n";
28 echo json_encode($callable_name) . "\n";
/PHP-7.4/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.4/
H A DUPGRADING.INTERNALS81 ZEND_PROP_PURPOSE_JSON // json_encode
H A Dphp.ini-development297 ; The value is also used for json_encode when encoding double values.
H A Dphp.ini-production297 ; The value is also used for json_encode when encoding double values.

Completed in 25 milliseconds

123