Home
last modified time | relevance | path

Searched refs:json_encode (Results 1 – 25 of 97) sorted by last modified time

1234

/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/Zend/tests/type_declarations/union_types/
H A Dtype_checking_strict.phpt15 return json_encode($value, JSON_PRESERVE_ZERO_FRACTION);
H A Dtype_checking_weak.phpt13 return json_encode($value, JSON_PRESERVE_ZERO_FRACTION);
/php-src/ext/reflection/tests/types/
H A Dpure_intersection_type_implicitly_nullable.phpt9 echo $str_indent . "Allows Null: " . json_encode($rt->allowsNull()) . "\n";
/php-src/.github/
H A Dnightly_matrix.php33 file_put_contents($branch_commit_cache_file, json_encode($branch_commit_map));
150 fwrite($f, 'branches=' . json_encode($branches, JSON_UNESCAPED_SLASHES) . "\n");
151 fwrite($f, 'matrix-include=' . json_encode($matrix_include, JSON_UNESCAPED_SLASHES) . "\n");
152 fwrite($f, 'windows-matrix-include=' . json_encode($windows_matrix_include, JSON_UNESCAPED_SLASHES)…
153 fwrite($f, 'macos-matrix-include=' . json_encode($macos_matrix_include, JSON_UNESCAPED_SLASHES) . "…
/php-src/build/
H A Dgen_stub.php5982 echo json_encode($parameterStats, JSON_PRETTY_PRINT), "\n";
/php-src/ext/dom/tests/modern/spec/
H A DNamedNodeMap_dimensions.phpt14 echo "--- ", json_encode($value), " ---\n";
H A DNodeList_dimensions.phpt14 echo "--- ", json_encode($value), " ---\n";
/php-src/ext/json/
H A Djson_arginfo.h32 ZEND_FUNCTION(json_encode);
39 ZEND_FE(json_encode, arginfo_json_encode)
H A Djson.c222 PHP_FUNCTION(json_encode) in PHP_FUNCTION() argument
/php-src/sapi/fpm/tests/
H A Drequest_parse_body_multipart.phpt33 echo json_encode([
H A Drequest_parse_body_urlencoded.phpt29 echo json_encode([
/php-src/ext/opcache/tests/jit/
H A Dinc_obj_005.phpt10 json_encode($y)->y++;
H A Dgh11917.phpt9 echo crc32(json_encode(bitwise_small_split($a))) . "\n";
10 echo crc32(json_encode(bitwise_small_split($a))) . "\n";
11 echo crc32(json_encode(bitwise_small_split($a))) . "\n";
12 echo crc32(json_encode(bitwise_small_split($a))) . "\n";
/php-src/benchmark/
H A Dbenchmark.php30 $result = json_encode($data, JSON_PRETTY_PRINT) . "\n";
/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/tests/
H A Djson_encode_recursion_04.phpt2 json_encode() Recursion test with JsonSerializable, __debugInfo and var_export
22 var_dump(json_encode(new SerializingTest()));
H A Djson_encode_recursion_05.phpt2 json_encode() Recursion test with JsonSerializable, __debugInfo and print_r
22 var_dump(json_encode(new SerializingTest()));
H A Djson_encode_recursion_06.phpt2 json_encode() Recursion test with JsonSerializable and serialize
27 return [ 'result' => json_encode($this) ];
36 var_dump(json_encode(new JsonEncodeFirstTest()));
H A Djson_encode_recursion_01.phpt2 json_encode() Recursion test with just JsonSerializable
16 $result = json_encode($this);
22 var_dump(json_encode(new SerializingTest()));
H A Djson_encode_recursion_02.phpt2 json_encode() Recursion test with JsonSerializable and var_dump simple
17 var_dump(json_encode(new SerializingTest()));
H A Djson_encode_recursion_03.phpt2 json_encode() Recursion test with JsonSerializable and __debugInfo
12 return [ 'result' => json_encode($this) ];
22 var_dump(json_encode(new SerializingTest()));
/php-src/ext/dom/tests/
H A DDOMDocument_json_encode.phpt8 echo json_encode($doc);

Completed in 77 milliseconds

1234