Home
last modified time | relevance | path

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

1234

/PHP-8.2/ext/json/tests/
H A Dbug68567.phpt6 var_dump(json_encode(array("\x80" => 1), JSON_PARTIAL_OUTPUT_ON_ERROR));
H A Dbug66021.phpt10 echo json_encode(array(array(), (object) array(), new Foo), JSON_PRETTY_PRINT);
H A Dbug64695.phpt6 var_dump(json_encode($t, JSON_NUMERIC_CHECK));
H A Dbug77843.phpt17 var_dump(json_encode([&$arr]));
H A Dbug73113.phpt17 echo json_encode($obj);
H A Dpass002.phpt16 $obj_enc = json_encode($obj);
19 $arr_enc = json_encode($arr);
H A Dpass003.phpt24 $obj_enc = json_encode($obj);
27 $arr_enc = json_encode($arr);
H A Djson_exceptions_error_clearing.phpt32 json_encode(NAN, JSON_THROW_ON_ERROR);
/PHP-8.2/ext/json/
H A Djson_arginfo.h27 ZEND_FUNCTION(json_encode);
34 ZEND_FE(json_encode, arginfo_json_encode)
H A Djson.stub.php155 function json_encode(mixed $value, int $flags = 0, int $depth = 512): string|false {} function
/PHP-8.2/ext/opcache/tests/
H A Djmp_elim_001.phpt15 echo json_encode($info) . "\n";
/PHP-8.2/ext/opcache/tests/jit/
H A Dinc_obj_005.phpt11 json_encode($y)->y++;
/PHP-8.2/ext/reflection/tests/types/
H A Dintersection_types.phpt8 echo "Allows null: " . json_encode($rt->allowsNull()) . "\n";
12 echo " Allows Null: " . json_encode($type->allowsNull()) . "\n";
H A Dpure_intersection_type_implicitly_nullable.phpt9 echo $str_indent . "Allows Null: " . json_encode($rt->allowsNull()) . "\n";
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-8.2/ext/standard/tests/general_functions/
H A Dis_callable_variation1.phpt12 echo json_encode($callable_name) . "\n";
15 echo json_encode($callable_name) . "\n";
H A Darray_is_list.phpt8 printf("%s: %s\n", $desc, json_encode(array_is_list($val)));
/PHP-8.2/ext/pdo_pgsql/tests/
H A Dbug71885_2.phpt26 $jsonb = $db->quote(json_encode(['a' => 1]));
/PHP-8.2/ext/ftp/tests/
H A Dftp_get_basic.phpt26 echo json_encode(file_get_contents($tmpfname)), "\n";
H A Dftp_fget_basic.phpt27 echo json_encode(fgets($fp)), "\n";
/PHP-8.2/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-8.2/Zend/tests/
H A Dstring_to_number_comparison.phpt14 return json_encode($val);
/PHP-8.2/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";

Completed in 40 milliseconds

1234