Searched refs:JSON_PRETTY_PRINT (Results 1 – 12 of 12) sorted by relevance
/php-src/ext/json/tests/ |
H A D | json_encode_pretty_print2.phpt | 2 json_encode() with JSON_PRETTY_PRINT on declared properties 18 echo json_encode(new HasNoProperties(), JSON_PRETTY_PRINT), "\n"; 21 echo json_encode(new MyClass(), JSON_PRETTY_PRINT), "\n"; 25 echo json_encode($obj, JSON_PRETTY_PRINT), "\n"; 29 echo json_encode($obj, JSON_PRETTY_PRINT), "\n"; 32 echo json_encode($obj, JSON_PRETTY_PRINT), "\n";
|
H A D | bug73254.phpt | 2 Bug #73254 (Incorrect indentation generated by json_encode() with JSON_PRETTY_PRINT) 6 echo json_encode([json_encode([1], JSON_PRETTY_PRINT)]), "\n"; 11 echo json_encode([json_encode([1], JSON_PRETTY_PRINT)]), "\n";
|
H A D | bug66021.phpt | 2 Bug #66021 (Blank line inside empty array/object when JSON_PRETTY_PRINT is set) 10 echo json_encode(array(array(), (object) array(), new Foo), JSON_PRETTY_PRINT);
|
H A D | json_encode_pretty_print.phpt | 2 json_encode() with JSON_PRETTY_PRINT 7 $pretty = json_encode($struct, JSON_PRETTY_PRINT);
|
H A D | bug66025.phpt | 8 return json_encode([1], JSON_PRETTY_PRINT);
|
/php-src/ext/json/ |
H A D | json.stub.php | 44 const JSON_PRETTY_PRINT = UNKNOWN; define
|
/php-src/sapi/fpm/tests/ |
H A D | request_parse_body_urlencoded.phpt | 34 ], JSON_PRETTY_PRINT);
|
H A D | request_parse_body_multipart.phpt | 39 ], JSON_PRETTY_PRINT);
|
/php-src/benchmark/ |
H A D | benchmark.php | 36 $result = json_encode($data, JSON_PRETTY_PRINT) . "\n";
|
/php-src/ext/pdo_firebird/tests/ |
H A D | fb4_datatypes_params.phpt | 43 $str = json_encode($data, JSON_PRETTY_PRINT);
|
H A D | fb4_datatypes.phpt | 46 $str = json_encode($data, JSON_PRETTY_PRINT);
|
/php-src/build/ |
H A D | gen_stub.php | 6245 echo json_encode($parameterStats, JSON_PRETTY_PRINT), "\n";
|
Completed in 28 milliseconds