Home
last modified time | relevance | path

Searched refs:JsonSerializable (Results 1 – 20 of 20) sorted by relevance

/php-src/ext/json/tests/
H A Dbug71835.phpt2 Bug #71835 (json_encode sometimes incorrectly detects recursion with JsonSerializable)
5 class SomeClass implements JsonSerializable {
14 class SomeClass2 implements JsonSerializable {
H A Djson_encode_recursion_06.phpt2 json_encode() Recursion test with JsonSerializable and serialize
6 class JsonEncodeFirstTest implements JsonSerializable
21 class SerializeFirstTest implements JsonSerializable
H A Djson_encode_recursion_02.phpt2 json_encode() Recursion test with JsonSerializable and var_dump simple
6 class SerializingTest implements JsonSerializable
H A Djson_encode_recursion_01.phpt2 json_encode() Recursion test with just JsonSerializable
6 class SerializingTest implements JsonSerializable
H A Djson_encode_recursion_05.phpt2 json_encode() Recursion test with JsonSerializable, __debugInfo and print_r
6 class SerializingTest implements JsonSerializable
H A Dbug72069.phpt2 Bug #72069 (Behavior \JsonSerializable different from json_encode)
9 class A implements \JsonSerializable
H A Dbug73113.phpt2 Bug #73113 (Segfault with throwing JsonSerializable)
7 class JsonSerializableObject implements \JsonSerializable
H A Djson_encode_recursion_03.phpt2 json_encode() Recursion test with JsonSerializable and __debugInfo
6 class SerializingTest implements JsonSerializable
H A Dbug68992.phpt2 Bug #68992 (json_encode stacks exceptions thrown by JsonSerializable classes)
6 class MyClass implements JsonSerializable {
H A Djson_encode_recursion_04.phpt2 json_encode() Recursion test with JsonSerializable, __debugInfo and var_export
6 class SerializingTest implements JsonSerializable
H A Dbug61978.phpt2 Bug #61978 (Object recursion not detected for classes that implement JsonSerializable)
15 class JsonTest2 implements JsonSerializable {
H A Dbug66025.phpt6 class Foo implements JsonSerializable {
H A Dbug77843.phpt6 class X implements JsonSerializable {
H A Dserialize.phpt18 class SerializingTest extends NonSerializingTest implements JsonSerializable
/php-src/ext/standard/tests/class_object/
H A Dget_object_vars_variation_004.phpt13 $obj->test = new class implements JsonSerializable {
35 object(JsonSerializable@anonymous)#2 (0) {
46 object(JsonSerializable@anonymous)#2 (0) {
/php-src/ext/spl/
H A Dspl_fixedarray.stub.php5 class SplFixedArray implements IteratorAggregate, ArrayAccess, Countable, JsonSerializable
/php-src/ext/json/
H A Djson.stub.php166 interface JsonSerializable interface
/php-src/Zend/tests/enum/
H A Djson_encode.phpt18 enum CustomFoo implements JsonSerializable {
/php-src/ext/spl/tests/
H A Dgh10519.phpt5 interface DataInterface extends JsonSerializable, RecursiveIterator, Iterator
H A DSplFixedArray_get_properties_for.phpt25 echo json_encode($array), "\n"; // From JsonSerializable::serialize()

Completed in 16 milliseconds