Home
last modified time | relevance | path

Searched refs:json_encode (Results 76 – 97 of 97) sorted by relevance

1234

/php-src/sapi/fpm/tests/
H A Drequest_parse_body_multipart.phpt33 echo json_encode([
/php-src/ext/standard/tests/url/
H A Dbase64_decode_basic_003.phpt29 …printf("base64 %-16s non-strict %-8s strict %s\n", json_encode($a), json_encode($b), json_encode($…
/php-src/Zend/tests/
H A Dstring_to_number_comparison.phpt14 return json_encode($val);
/php-src/benchmark/
H A Dbenchmark.php30 $result = json_encode($data, JSON_PRETTY_PRINT) . "\n";
/php-src/ext/standard/tests/strings/
H A Dlocale_independent_float_to_string.phpt35 echo json_encode($f) . "\n";
H A Dsprintf_variation54.phpt11 echo "$format with " . (is_resource($value) ? "resource" : json_encode($value)) . ":\n";
/php-src/ext/dom/tests/modern/spec/
H A DNodeList_dimensions.phpt14 echo "--- ", json_encode($value), " ---\n";
H A DNamedNodeMap_dimensions.phpt14 echo "--- ", json_encode($value), " ---\n";
/php-src/ext/reflection/tests/types/
H A Ddnf_types_with_null.phpt9 echo $str_indent . "Allows Null: " . json_encode($rt->allowsNull()) . "\n";
H A Ddnf_types.phpt13 echo $str_indent . " Allows Null: " . json_encode($type->allowsNull()) . "\n";
/php-src/ext/spl/tests/
H A DSplFixedArray_get_properties_for.phpt25 echo json_encode($array), "\n"; // From JsonSerializable::serialize()
/php-src/ext/standard/tests/general_functions/
H A Darray_is_list.phpt8 printf("%s: %s\n", $desc, json_encode(array_is_list($val)));
/php-src/ext/json/
H A Djson.c222 PHP_FUNCTION(json_encode) in PHP_FUNCTION() argument
/php-src/ext/json/tests/
H A Dpass001.phpt76 $obj_enc = json_encode($obj, JSON_PARTIAL_OUTPUT_ON_ERROR);
79 $arr_enc = json_encode($arr, JSON_PARTIAL_OUTPUT_ON_ERROR);
H A Dpass001.1.phpt86 $obj_enc = json_encode($obj, JSON_PARTIAL_OUTPUT_ON_ERROR);
89 $arr_enc = json_encode($arr, JSON_PARTIAL_OUTPUT_ON_ERROR);
H A Dpass001.1_64bit.phpt90 $obj_enc = json_encode($obj, JSON_PARTIAL_OUTPUT_ON_ERROR);
93 $arr_enc = json_encode($arr, JSON_PARTIAL_OUTPUT_ON_ERROR);
/php-src/Zend/tests/type_declarations/union_types/
H A Dtype_checking_weak.phpt13 return json_encode($value, JSON_PRESERVE_ZERO_FRACTION);
H A Dtype_checking_strict.phpt15 return json_encode($value, JSON_PRESERVE_ZERO_FRACTION);
/php-src/
H A DUPGRADING653 of functions as well as serialization functions such as `json_encode()`,
H A Dphp.ini-development318 ; The value is also used for json_encode when encoding double values.
H A Dphp.ini-production318 ; The value is also used for json_encode when encoding double values.
/php-src/build/
H A Dgen_stub.php5982 echo json_encode($parameterStats, JSON_PRETTY_PRINT), "\n";

Completed in 47 milliseconds

1234