3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump(gc_enabled()); $objstore = new SplObjectStorage(); $a = new StdClass; $b = new StdClass; $c = new StdClass; $a->b = $b; $b->a = $a; $c->b = $b; $b->c = $c; $a = function() { $d = new StdClass; $e = new StdClass; $d->e = $e; $e->d = $d; }; $a(); $objstore->attach($a); $objstore->attach($b); $objstore->attach($c); gc_collect_cycles(); var_dump($objstore); print serialize($objstore);
Output for 8.1.0 - 8.1.27, 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { [0]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } [1]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } [2]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #1 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 8.0.30
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000003a57788e000000006d9e7383"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000003a577888000000006d9e7383"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000003a57788f000000006d9e7383"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #1 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 8.0.29
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["0000000063e6f4a8000000004c4b91ec"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["0000000063e6f4ae000000004c4b91ec"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["0000000063e6f4a9000000004c4b91ec"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #1 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 8.0.28
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["0000000059153ab1000000007ff03c14"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["0000000059153ab7000000007ff03c14"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["0000000059153ab0000000007ff03c14"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #1 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 8.0.27
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["00000000318a815c000000005c4d0d82"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["00000000318a815a000000005c4d0d82"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["00000000318a815d000000005c4d0d82"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #1 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 8.0.26
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["0000000078c4e233000000004a537b5b"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["0000000078c4e235000000004a537b5b"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["0000000078c4e232000000004a537b5b"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #1 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 8.0.25
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["0000000000784e250000000079ac52a9"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["0000000000784e230000000079ac52a9"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["0000000000784e240000000079ac52a9"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #1 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 8.0.24
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000007d25d39f000000000109abc4"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000007d25d399000000000109abc4"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000007d25d39e000000000109abc4"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #1 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 8.0.23
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["00000000210159790000000027bd4e62"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000002101597f0000000027bd4e62"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["00000000210159780000000027bd4e62"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #1 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 8.0.22
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["0000000067ea54f90000000063be86ce"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["0000000067ea54ff0000000063be86ce"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["0000000067ea54f80000000063be86ce"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #1 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 8.0.21
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000007c79973b000000005fb76e6c"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000007c79973d000000005fb76e6c"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000007c79973a000000005fb76e6c"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #1 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 8.0.20
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000004cc5ed64000000005ee5fd99"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000004cc5ed62000000005ee5fd99"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000004cc5ed65000000005ee5fd99"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #1 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 8.0.19
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000006a5ff3390000000045444bf5"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000006a5ff33f0000000045444bf5"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000006a5ff3380000000045444bf5"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #1 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 8.0.18
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000001db689430000000059cc0a49"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000001db689450000000059cc0a49"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000001db689420000000059cc0a49"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #1 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 8.0.17
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["00000000738a51e70000000027dc70df"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["00000000738a51e10000000027dc70df"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["00000000738a51e60000000027dc70df"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #1 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 8.0.16
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["0000000037e9a64900000000729f7501"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["0000000037e9a64f00000000729f7501"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["0000000037e9a64800000000729f7501"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #1 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 8.0.15
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000007db96b4d0000000016f41cdb"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000007db96b4b0000000016f41cdb"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000007db96b4c0000000016f41cdb"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #1 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 8.0.10, 8.0.14
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000000cd4f113000000006bf3c976"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000000cd4f115000000006bf3c976"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000000cd4f112000000006bf3c976"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #1 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 8.0.13
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["00000000213262df00000000627f45a3"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["00000000213262d900000000627f45a3"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["00000000213262de00000000627f45a3"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #1 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 8.0.12
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["0000000018e736890000000001e0faaa"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["0000000018e7368f0000000001e0faaa"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["0000000018e736880000000001e0faaa"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #1 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 8.0.11
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000006e6e0756000000002e9fb203"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000006e6e0750000000002e9fb203"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000006e6e0757000000002e9fb203"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #1 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 8.0.9
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["00000000034f350b000000003665605b"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["00000000034f350d000000003665605b"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["00000000034f350a000000003665605b"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #1 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 8.0.8
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["00000000045ef24900000000589a47cd"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["00000000045ef24f00000000589a47cd"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["00000000045ef24800000000589a47cd"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #1 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 8.0.7
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000001c2f3bf0000000002065999b"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000001c2f3bf6000000002065999b"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000001c2f3bf1000000002065999b"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #1 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 8.0.6
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000000cbdf8e700000000136d5423"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000000cbdf8e100000000136d5423"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000000cbdf8e600000000136d5423"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #1 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 8.0.5
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["00000000223ed959000000007e466cec"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["00000000223ed95f000000007e466cec"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["00000000223ed958000000007e466cec"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #1 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 8.0.3
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000006ef38314000000001037d0c3"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000006ef38312000000001037d0c3"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000006ef38315000000001037d0c3"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #1 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 8.0.2
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000000c2f556f0000000061668bc8"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000000c2f55690000000061668bc8"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000000c2f556e0000000061668bc8"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #1 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 8.0.1
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000002d6e167900000000403926e5"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000002d6e167f00000000403926e5"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000002d6e167800000000403926e5"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #1 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 8.0.0
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000000d79a7170000000043d35ff5"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000000d79a7110000000043d35ff5"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000000d79a7160000000043d35ff5"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #1 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.4.33
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["0000000070bc7679000000001cff0394"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["0000000070bc767f000000001cff0394"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["0000000070bc7678000000001cff0394"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #1 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.4.32
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000003c42e5dd000000000dd545fc"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000003c42e5db000000000dd545fc"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000003c42e5dc000000000dd545fc"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #1 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.4.30
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["0000000039d7ea07000000007fe4b89b"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["0000000039d7ea01000000007fe4b89b"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["0000000039d7ea06000000007fe4b89b"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #1 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.4.29
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000006986b177000000007485776a"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000006986b171000000007485776a"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000006986b176000000007485776a"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #1 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.4.28
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000001a091290000000003dbd5cb0"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000001a091296000000003dbd5cb0"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000001a091291000000003dbd5cb0"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #1 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.4.27
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["0000000077e40eb30000000053d1e454"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["0000000077e40eb50000000053d1e454"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["0000000077e40eb20000000053d1e454"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #1 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.4.26
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000004395859b000000002ba74491"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000004395859d000000002ba74491"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000004395859a000000002ba74491"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #1 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.4.25
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["0000000021b2304500000000068c3846"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["0000000021b2304300000000068c3846"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["0000000021b2304400000000068c3846"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #1 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.4.24
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["0000000069d429b20000000010bb2e1c"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["0000000069d429b40000000010bb2e1c"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["0000000069d429b30000000010bb2e1c"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #1 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.4.23
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["00000000536a2f78000000000a810c7b"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["00000000536a2f7e000000000a810c7b"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["00000000536a2f79000000000a810c7b"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #1 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.4.22
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["0000000044028ef100000000626d72a5"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["0000000044028ef700000000626d72a5"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["0000000044028ef000000000626d72a5"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #1 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.4.21
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000003384c4e8000000002a093a22"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000003384c4ee000000002a093a22"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000003384c4e9000000002a093a22"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #1 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.4.20
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000005952c3b8000000004a0ceb9e"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000005952c3be000000004a0ceb9e"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000005952c3b9000000004a0ceb9e"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #1 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.4.19
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["00000000640d067200000000542e3af3"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["00000000640d067400000000542e3af3"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["00000000640d067300000000542e3af3"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #1 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.4.16
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["0000000043201a140000000061a1806d"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["0000000043201a120000000061a1806d"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["0000000043201a150000000061a1806d"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #1 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.4.15
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["00000000355d8a3c000000006fd714d8"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["00000000355d8a3a000000006fd714d8"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["00000000355d8a3d000000006fd714d8"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #1 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.4.14
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["00000000749eeefa000000001f1370ce"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["00000000749eeefc000000001f1370ce"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["00000000749eeefb000000001f1370ce"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #1 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.4.13
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["0000000056009bac000000004540fcad"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["0000000056009baa000000004540fcad"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["0000000056009bad000000004540fcad"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #1 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.4.12
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["0000000017c1bad80000000078ad8221"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["0000000017c1bade0000000078ad8221"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["0000000017c1bad90000000078ad8221"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #1 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.4.11
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000001376b6be000000000e5085d1"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000001376b6b8000000000e5085d1"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000001376b6bf000000000e5085d1"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #1 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.4.10
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["00000000081bb720000000007b3c86a5"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["00000000081bb726000000007b3c86a5"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["00000000081bb721000000007b3c86a5"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #1 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.4.9
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["0000000078e3d43e000000002ad8fdcc"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["0000000078e3d438000000002ad8fdcc"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["0000000078e3d43f000000002ad8fdcc"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #1 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.4.8
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000005b36a8e5000000004cf1b580"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000005b36a8e3000000004cf1b580"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000005b36a8e4000000004cf1b580"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #1 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.4.7
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000002c1ccd7e0000000018ca5f90"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000002c1ccd780000000018ca5f90"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000002c1ccd7f0000000018ca5f90"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #1 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.4.6
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000003e5a4386000000002707aad4"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000003e5a4380000000002707aad4"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000003e5a4387000000002707aad4"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #1 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.4.5
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["0000000010ed84fe00000000357dea0f"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["0000000010ed84f800000000357dea0f"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["0000000010ed84ff00000000357dea0f"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #1 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.4.4
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000001c6e5d33000000006fba7f46"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000001c6e5d35000000006fba7f46"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000001c6e5d32000000006fba7f46"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #1 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.4.3
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["0000000019e7d77f000000005293a94f"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["0000000019e7d779000000005293a94f"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["0000000019e7d77e000000005293a94f"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #1 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.4.1
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["0000000042b448d0000000001e0226bc"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["0000000042b448d6000000001e0226bc"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["0000000042b448d1000000001e0226bc"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #1 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.4.0
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000001f25fe7200000000781d8f1c"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000001f25fe7400000000781d8f1c"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000001f25fe7300000000781d8f1c"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #1 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.3.33
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000004c5ee26a000000003391e797"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000004c5ee26c000000003391e797"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000004c5ee26b000000003391e797"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.3.32
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000001c186ca3000000005ec45b55"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000001c186ca5000000005ec45b55"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000001c186ca2000000005ec45b55"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.3.31
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["00000000511fcce3000000006adf7e73"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["00000000511fcce5000000006adf7e73"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["00000000511fcce2000000006adf7e73"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.3.30
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["00000000494b3523000000001e48828d"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["00000000494b3525000000001e48828d"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["00000000494b3522000000001e48828d"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.3.29
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000000814f5900000000019df2913"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000000814f5960000000019df2913"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000000814f5910000000019df2913"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.3.28
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["00000000039978170000000033f17d4c"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["00000000039978110000000033f17d4c"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["00000000039978160000000033f17d4c"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.3.27
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000000cacafe60000000006461242"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000000cacafe00000000006461242"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000000cacafe70000000006461242"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.3.26
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000001c6886bb000000005e9f2b9b"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000001c6886bd000000005e9f2b9b"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000001c6886ba000000005e9f2b9b"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.3.25
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["00000000000f316e00000000338e39ef"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["00000000000f316800000000338e39ef"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["00000000000f316f00000000338e39ef"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.3.24
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000006231b1400000000024d5e8eb"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000006231b1460000000024d5e8eb"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000006231b1410000000024d5e8eb"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.3.23
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["00000000667f84dc0000000061173b99"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["00000000667f84da0000000061173b99"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["00000000667f84dd0000000061173b99"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.3.21
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000001df822a30000000018658eab"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000001df822a50000000018658eab"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000001df822a20000000018658eab"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.3.20
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["0000000032b66092000000004ee6c33d"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["0000000032b66094000000004ee6c33d"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["0000000032b66093000000004ee6c33d"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.3.19
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000003af4e997000000002bd72a68"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000003af4e991000000002bd72a68"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000003af4e996000000002bd72a68"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.3.18
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000000b76a627000000000eedc631"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000000b76a621000000000eedc631"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000000b76a626000000000eedc631"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.3.17
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["00000000360dd1d90000000078cafcb3"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["00000000360dd1df0000000078cafcb3"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["00000000360dd1d80000000078cafcb3"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.3.16
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000006cb7054100000000085c8702"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000006cb7054700000000085c8702"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000006cb7054000000000085c8702"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.3.13
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000006b7e01350000000009f4ab08"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000006b7e01330000000009f4ab08"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000006b7e01340000000009f4ab08"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.3.12
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["0000000038dbf4fb000000001ef49486"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["0000000038dbf4fd000000001ef49486"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["0000000038dbf4fa000000001ef49486"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.2.20, 7.3.11
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["00000000226e78070000000025d0f090"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["00000000226e78010000000025d0f090"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["00000000226e78060000000025d0f090"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.2.19, 7.2.21, 7.3.10
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000000f78f068000000002a079510"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000000f78f06e000000002a079510"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000000f78f069000000002a079510"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.3.9
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000003f7f68100000000042e8b691"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000003f7f68160000000042e8b691"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000003f7f68110000000042e8b691"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.3.8
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000005bb3c146000000007090f0bd"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000005bb3c140000000007090f0bd"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000005bb3c147000000007090f0bd"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.1.7, 7.3.7
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["00000000692018700000000063ae0579"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["00000000692018760000000063ae0579"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["00000000692018710000000063ae0579"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.3.6
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["00000000494db64d00000000592545b8"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["00000000494db64b00000000592545b8"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["00000000494db64c00000000592545b8"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.3.5
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000001eb1d1c10000000044311bea"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000001eb1d1c70000000044311bea"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000001eb1d1c00000000044311bea"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.3.4
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000001577bc9a000000004980ffc5"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000001577bc9c000000004980ffc5"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000001577bc9b000000004980ffc5"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.1.22, 7.3.3
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["0000000003d988f70000000071d6b35b"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["0000000003d988f10000000071d6b35b"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["0000000003d988f60000000071d6b35b"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.3.2
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000006a77e86a000000004fb73722"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000006a77e86c000000004fb73722"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000006a77e86b000000004fb73722"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.3.1
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000002a57850c000000006a980230"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000002a57850a000000006a980230"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000002a57850d000000006a980230"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.3.0
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["00000000071d02d600000000524a1b69"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["00000000071d02d000000000524a1b69"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["00000000071d02d700000000524a1b69"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.2.33
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000004c792bf5000000002ac44a4b"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000004c792bf3000000002ac44a4b"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000004c792bf4000000002ac44a4b"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.2.32
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000003c7ec2f5000000006ccc5cb9"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000003c7ec2f3000000006ccc5cb9"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000003c7ec2f4000000006ccc5cb9"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.2.31
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["0000000027aeeb36000000000b852ac7"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["0000000027aeeb30000000000b852ac7"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["0000000027aeeb37000000000b852ac7"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.2.30
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000005323566b0000000073f0a704"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000005323566d0000000073f0a704"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000005323566a0000000073f0a704"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.2.29
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["00000000647f077a0000000045edcef3"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["00000000647f077c0000000045edcef3"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["00000000647f077b0000000045edcef3"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.2.26
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["0000000066314a9100000000577c5126"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["0000000066314a9700000000577c5126"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["0000000066314a9000000000577c5126"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.2.25
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000007d93a79b0000000073580ccb"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000007d93a79d0000000073580ccb"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000007d93a79a0000000073580ccb"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.2.24
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["0000000046ed4502000000007904dd39"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["0000000046ed4504000000007904dd39"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["0000000046ed4503000000007904dd39"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.1.16, 7.2.23
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000000d89daed00000000491ceafb"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000000d89daeb00000000491ceafb"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000000d89daec00000000491ceafb"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.1.13, 7.2.22
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["0000000058f69d2b0000000007ef0edf"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["0000000058f69d2d0000000007ef0edf"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["0000000058f69d2a0000000007ef0edf"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.2.18
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000005dd6d0fc000000007a5846de"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000005dd6d0fa000000007a5846de"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000005dd6d0fd000000007a5846de"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.1.32, 7.2.17
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000000a44ff25000000005464ebb4"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000000a44ff23000000005464ebb4"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000000a44ff24000000005464ebb4"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.2.16
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["0000000029c69b2b000000006c44427e"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["0000000029c69b2d000000006c44427e"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["0000000029c69b2a000000006c44427e"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.1.15, 7.2.15
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["0000000056c7b98a000000001ddca916"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["0000000056c7b98c000000001ddca916"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["0000000056c7b98b000000001ddca916"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.2.14
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["0000000020e8dc7b000000002dc97591"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["0000000020e8dc7d000000002dc97591"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["0000000020e8dc7a000000002dc97591"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.2.13
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000007491ebf0000000000f278c46"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000007491ebf6000000000f278c46"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000007491ebf1000000000f278c46"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.2.12
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000002118b08f000000000f245930"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000002118b089000000000f245930"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000002118b08e000000000f245930"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.2.11
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["00000000409e31b80000000028119990"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["00000000409e31be0000000028119990"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["00000000409e31b90000000028119990"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.2.10
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000001ea1caff0000000011af491f"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000001ea1caf90000000011af491f"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000001ea1cafe0000000011af491f"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.2.9
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["00000000094b623f000000007ed24a3d"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["00000000094b6239000000007ed24a3d"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["00000000094b623e000000007ed24a3d"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.2.8
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000000d0e62e50000000037bb2501"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000000d0e62e30000000037bb2501"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000000d0e62e40000000037bb2501"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.2.7
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["00000000230ecf6d000000007c02ec82"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["00000000230ecf6b000000007c02ec82"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["00000000230ecf6c000000007c02ec82"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.2.6
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["0000000057b6eac20000000037404bc2"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["0000000057b6eac40000000037404bc2"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["0000000057b6eac30000000037404bc2"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.2.5
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000003a4abd59000000001a637471"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000003a4abd5f000000001a637471"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000003a4abd58000000001a637471"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.1.27, 7.2.4
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000007a54b94b000000003c9e68a5"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000007a54b94d000000003c9e68a5"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000007a54b94a000000003c9e68a5"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.2.3
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["0000000019685c2e0000000034825c00"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["0000000019685c280000000034825c00"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["0000000019685c2f0000000034825c00"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.2.2
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["0000000042354aaf0000000043247c3b"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["0000000042354aa90000000043247c3b"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["0000000042354aae0000000043247c3b"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.2.1
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["00000000719368fe000000003a913e19"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["00000000719368f8000000003a913e19"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["00000000719368ff000000003a913e19"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.2.0
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["0000000000a94fd3000000007e44856a"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["0000000000a94fd5000000007e44856a"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["0000000000a94fd2000000007e44856a"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.1.25, 7.1.33
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000004057000b0000000041daae88"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000004057000d0000000041daae88"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000004057000a0000000041daae88"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.1.31
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["00000000610682d60000000033c8e033"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["00000000610682d00000000033c8e033"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["00000000610682d70000000033c8e033"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.1.30
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000005639d8c5000000006af6c19f"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000005639d8c3000000006af6c19f"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000005639d8c4000000006af6c19f"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.1.6, 7.1.29
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["00000000301d9b5d0000000013edf4f7"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["00000000301d9b5b0000000013edf4f7"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["00000000301d9b5c0000000013edf4f7"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.1.28
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["00000000106bef40000000002fdd2a22"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["00000000106bef46000000002fdd2a22"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["00000000106bef41000000002fdd2a22"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.1.26
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000003c1559b900000000047cb0d7"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000003c1559bf00000000047cb0d7"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000003c1559b800000000047cb0d7"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.1.24
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["0000000015f4842f0000000004fc60bf"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["0000000015f484290000000004fc60bf"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["0000000015f4842e0000000004fc60bf"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.1.23
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000001785ba35000000005185bc64"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000001785ba33000000005185bc64"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000001785ba34000000005185bc64"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.1.21
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["0000000028d89abb000000004a748e3a"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["0000000028d89abd000000004a748e3a"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["0000000028d89aba000000004a748e3a"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.1.8, 7.1.20
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["0000000022d39ccb00000000787f2d4e"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["0000000022d39ccd00000000787f2d4e"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["0000000022d39cca00000000787f2d4e"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.1.19
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["00000000488701310000000030b07546"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["00000000488701370000000030b07546"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["00000000488701300000000030b07546"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.1.18
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["00000000179b591b0000000013ee0072"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["00000000179b591d0000000013ee0072"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["00000000179b591a0000000013ee0072"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.1.17
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["0000000072969ee400000000681abd5c"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["0000000072969ee200000000681abd5c"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["0000000072969ee500000000681abd5c"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.1.14
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000001bf11cd600000000567c6985"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000001bf11cd000000000567c6985"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000001bf11cd700000000567c6985"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.1.12
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000002b3f055f0000000078638a6a"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000002b3f05590000000078638a6a"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000002b3f055e0000000078638a6a"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.1.11
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["00000000124aa2050000000033b36c7e"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["00000000124aa2030000000033b36c7e"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["00000000124aa2040000000033b36c7e"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.1.10
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000003e0b0871000000002c72a01a"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000003e0b0877000000002c72a01a"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000003e0b0870000000002c72a01a"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.1.9
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["00000000210552f9000000005a000a62"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["00000000210552ff000000005a000a62"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["00000000210552f8000000005a000a62"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.1.5
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["0000000037cadc3d000000001ce66777"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["0000000037cadc3b000000001ce66777"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["0000000037cadc3c000000001ce66777"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.1.4
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000001a60e5b2000000002d827939"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000001a60e5b4000000002d827939"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000001a60e5b3000000002d827939"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.1.3
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000006559f702000000000b31bc91"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000006559f704000000000b31bc91"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000006559f703000000000b31bc91"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.1.2
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000001bf1f9a60000000016c814e5"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000001bf1f9a00000000016c814e5"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000001bf1f9a70000000016c814e5"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.1.1
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000004929c0b6000000000ae9c8b7"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000004929c0b0000000000ae9c8b7"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000004929c0b7000000000ae9c8b7"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.1.0
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000002a8da2010000000005c43074"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000002a8da2070000000005c43074"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000002a8da2000000000005c43074"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.0.33
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000005e4ea78f00000000254bff14"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000005e4ea78900000000254bff14"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000005e4ea78e00000000254bff14"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.0.32
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["0000000035abaae200000000598051ed"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["0000000035abaae400000000598051ed"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["0000000035abaae300000000598051ed"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.0.31
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000002e0233a400000000535d2134"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000002e0233a200000000535d2134"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000002e0233a500000000535d2134"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.0.30
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["00000000524f5e1400000000333249fc"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["00000000524f5e1200000000333249fc"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["00000000524f5e1500000000333249fc"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.0.29
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["00000000134e8028000000004b730ec6"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["00000000134e802e000000004b730ec6"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["00000000134e8029000000004b730ec6"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.0.9, 7.0.28
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["0000000018e6a4710000000001a9447d"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["0000000018e6a4770000000001a9447d"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["0000000018e6a4700000000001a9447d"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.0.27
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000007fe2baa5000000007e44856a"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000007fe2baa3000000007e44856a"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000007fe2baa4000000007e44856a"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.0.26
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000006a5587030000000007ea2766"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000006a5587050000000007ea2766"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000006a5587020000000007ea2766"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.0.25
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["00000000435eaccf00000000047cb0d7"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["00000000435eacc900000000047cb0d7"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["00000000435eacce00000000047cb0d7"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.0.24
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000006f201a36000000005096df54"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000006f201a30000000005096df54"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000006f201a37000000005096df54"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.0.23
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000002ad8f81e000000000e5198ee"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000002ad8f818000000000e5198ee"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000002ad8f81f000000000e5198ee"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.0.22
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["0000000029722db30000000015bd34e9"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["0000000029722db50000000015bd34e9"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["0000000029722db20000000015bd34e9"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.0.21
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["0000000072c22f9b0000000036571f8d"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["0000000072c22f9d0000000036571f8d"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["0000000072c22f9a0000000036571f8d"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.0.20
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000007033051e000000002a079510"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["0000000070330518000000002a079510"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000007033051f000000002a079510"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.0.19
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000004e55bd4a0000000008f63885"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000004e55bd4c0000000008f63885"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000004e55bd4b0000000008f63885"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.0.18
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["00000000594fc171000000007da75c85"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["00000000594fc177000000007da75c85"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["00000000594fc170000000007da75c85"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.0.17
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000003a54b596000000007d06f295"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000003a54b590000000007d06f295"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000003a54b597000000007d06f295"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.0.16
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["00000000750f0a53000000002b2f1ec2"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["00000000750f0a55000000002b2f1ec2"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["00000000750f0a52000000002b2f1ec2"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.0.15
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["0000000074d9de69000000005b280ed3"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["0000000074d9de6f000000005b280ed3"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["0000000074d9de68000000005b280ed3"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.0.14
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["00000000059b0ec2000000007603d7be"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["00000000059b0ec4000000007603d7be"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["00000000059b0ec3000000007603d7be"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.0.13
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["00000000132a42840000000014e3a851"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["00000000132a42820000000014e3a851"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["00000000132a42850000000014e3a851"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.0.12
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["00000000019cc08c000000003c369b25"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["00000000019cc08a000000003c369b25"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["00000000019cc08d000000003c369b25"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.0.11
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["00000000154b23440000000001230984"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["00000000154b23420000000001230984"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["00000000154b23450000000001230984"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.0.10
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000001e4d77a0000000004c831545"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000001e4d77a6000000004c831545"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000001e4d77a1000000004c831545"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.0.8
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["00000000290756d2000000002a43e783"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["00000000290756d4000000002a43e783"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["00000000290756d3000000002a43e783"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.0.7
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000006ef0ba9b000000003a6dfbcf"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000006ef0ba9d000000003a6dfbcf"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000006ef0ba9a000000003a6dfbcf"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.0.6
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000001064574c00000000534f4392"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000001064574a00000000534f4392"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000001064574d00000000534f4392"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.0.5
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000000ebc80ad00000000217955e8"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000000ebc80ab00000000217955e8"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000000ebc80ac00000000217955e8"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.0.4
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000006623a958000000004bc9a976"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000006623a95e000000004bc9a976"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000006623a959000000004bc9a976"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.0.3
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000000bda1e86000000000f278c46"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000000bda1e80000000000f278c46"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000000bda1e87000000000f278c46"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.0.2
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["00000000594fc171000055d1e49919c5"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["00000000594fc177000055d1e49b7585"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["00000000594fc170000055d1e49b7585"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.0.1
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000000bda1e86000055fd408a0906"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000000bda1e80000055fd408ce546"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000000bda1e87000055fd408ce546"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 7.0.0
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000005d9869bd000055fdd7c14d78"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000005d9869bb000055fdd7c7a138"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000005d9869bc000055fdd7c7a138"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.6.40
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["00000000750f0a5300005587e43ea782"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["00000000750f0a5500005587e43f46a2"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["00000000750f0a5200005587e43f46a2"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.6.39
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["00000000435eaccf000055c756de5997"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["00000000435eacc9000055c756dd38b7"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["00000000435eacce000055c756dd38b7"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.6.38
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["0000000008a478ef00005555950057e7"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["0000000008a478e9000055559501b6c7"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["0000000008a478ee000055559501b6c7"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.6.37
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000001e4d77a000005584909ffc05"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000001e4d77a60000558490989d25"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000001e4d77a10000558490989d25"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.6.36
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["00000000298c4cfc000055d07ed5c520"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["00000000298c4cfa000055d07ed66400"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["00000000298c4cfd000055d07ed66400"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.6.35
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["0000000000c7b135000055714bc944b8"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["0000000000c7b133000055714bcfe598"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["0000000000c7b134000055714bcfe598"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.6.34
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["0000000066faa773000055e012551a14"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["0000000066faa775000055e012547b34"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["0000000066faa772000055e012547b34"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.6.33
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["0000000004f0a5a5000055e25ec5358a"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["0000000004f0a5a3000055e25ec454aa"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["0000000004f0a5a4000055e25ec454aa"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.6.32
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000002b6adb2100005605ee4045eb"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000002b6adb2700005605ee41a4cb"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000002b6adb2000005605ee41a4cb"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.6.31
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["0000000037ccf447000055e814480970"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["0000000037ccf441000055e81449a850"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["0000000037ccf446000055e81449a850"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.6.30
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000007911d97200005598f10d7283"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000007911d97400005598f10c13a3"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000007911d97300005598f10c13a3"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.6.29
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["0000000029722db30000559ebe425da9"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["0000000029722db50000559ebe433c89"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["0000000029722db20000559ebe433c89"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.6.28
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["0000000000b8156a00005591245c6c6c"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["0000000000b8156c000055912452cd4c"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["0000000000b8156b000055912452cd4c"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.6.27
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["00000000298c4cfc0000559310dc0520"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["00000000298c4cfa0000559310dea400"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["00000000298c4cfd0000559310dea400"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.6.26
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["00000000140e7aae000055904c47d6ce"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["00000000140e7aa8000055904c46b7ee"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["00000000140e7aaf000055904c46b7ee"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.6.25
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["0000000009890a6900005603341848f5"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["0000000009890a6f00005603341729d5"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["0000000009890a6800005603341729d5"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.6.24
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000006d015773000055f04c354048"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000006d015775000055f04c34e168"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000006d015772000055f04c34e168"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.6.23
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000007bcc02b8000055b088b61504"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000007bcc02be000055b088b7b424"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000007bcc02b9000055b088b7b424"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.6.22
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000000e597235000055638c06ee03"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000000e597233000055638c004f23"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000000e597234000055638c004f23"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.6.21
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["0000000065534d2f0000564608ec63da"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["0000000065534d290000564608ea82fa"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["0000000065534d2e0000564608ea82fa"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.6.20
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000000c97b60200005608474581e1"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000000c97b60400005608475a60c1"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000000c97b60300005608475a60c1"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.6.19
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000001064574c00005647c1c7dad2"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000001064574a00005647c1c87bf2"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000001064574d00005647c1c87bf2"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.6.18
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000005061738e0000556f94b044d8"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["00000000506173880000556f94b1e5f8"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000005061738f0000556f94b1e5f8"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.6.17
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000001a2becf50000556d97e6e316"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000001a2becf30000556d97e40256"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000001a2becf40000556d97e40256"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.6.16
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000003dffbda600005634f8788f9c"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000003dffbda000005634f87b6edc"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000003dffbda700005634f87b6edc"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.6.15
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000001e2b391c000055b80bf824ce"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000001e2b391a000055b80bfac58e"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000001e2b391d000055b80bfac58e"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.6.14
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["0000000025a5d8f800005626ec83524e"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["0000000025a5d8fe00005626ec84b30e"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["0000000025a5d8f900005626ec84b30e"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.6.13
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["00000000750f0a5300005608811b57e2"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["00000000750f0a5500005608811df6a2"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["00000000750f0a5200005608811df6a2"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.6.12
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000000818bcdc000055e8317b2bba"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000000818bcda000055e831784afa"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000000818bcdd000055e831784afa"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.6.11
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000007c1f89d1000055fffc0aacbc"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000007c1f89d7000055fffc0b0dfc"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000007c1f89d0000055fffc0b0dfc"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.6.10
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["0000000007a632080000565458bf0dae"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["0000000007a6320e0000565458b1ecee"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["0000000007a632090000565458b1ecee"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.6.9
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000003f67d6cb0000562777e91b66"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000003f67d6cd0000562777ebbbe6"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000003f67d6ca0000562777ebbbe6"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.6.8
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000000bda1e86000055f7c12c0ba6"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000000bda1e80000055f7c12da406"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000000bda1e87000055f7c12da406"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.6.7
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["0000000064ab6ed9000055f87e557d6b"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["0000000064ab6edf000055f87e52d2cb"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["0000000064ab6ed8000055f87e52d2cb"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.6.6
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000000f41792a00005624c96b8d61"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000000f41792c00005624c96d62c1"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000000f41792b00005624c96d62c1"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.6.5
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000005c453a1b0000560dbcb6db62"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000005c453a1d0000560dbcb034c2"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000005c453a1a0000560dbcb034c2"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.6.4
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000004e1af23b000055bbf5ab0f15"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000004e1af23d000055bbf5ac6fb5"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000004e1af23a000055bbf5ac6fb5"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.6.3
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["0000000049e2f2f90000555b55d1f0db"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["0000000049e2f2ff0000555b55d75f7b"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["0000000049e2f2f80000555b55d75f7b"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.6.2
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000004881294b00005638afe9c037"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000004881294d00005638afe82f77"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000004881294a00005638afe82f77"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.6.1
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["00000000140e7aae0000562fe01888ce"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["00000000140e7aa80000562fe01a678e"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["00000000140e7aaf0000562fe01a678e"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.6.0
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["0000000004f0a5a5000055a701504b8a"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["0000000004f0a5a3000055a7015ee4ca"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["0000000004f0a5a4000055a7015ee4ca"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.5.38
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["0000000031a91ee8000055b60bb703e9"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["0000000031a91eee000055b60bb0a309"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["0000000031a91ee9000055b60bb0a309"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.5.37
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["00000000454652cd00005561acbd11e5"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["00000000454652cb00005561acbff105"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["00000000454652cc00005561acbff105"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.5.36
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000003be8bfe70000563e33c058eb"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000003be8bfe10000563e33def80b"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000003be8bfe60000563e33def80b"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.5.35
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["0000000037ccf447000055f4bc122850"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["0000000037ccf441000055f4bc13c8b0"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["0000000037ccf446000055f4bc13c8b0"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.5.34
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000005dcbe485000055cc1b266aa0"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000005dcbe483000055cc1b25ca40"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000005dcbe484000055cc1b25ca40"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.5.33
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000001e4d77a000005634b96bed25"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000001e4d77a600005634b9648dc5"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000001e4d77a100005634b9648dc5"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.5.32
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["0000000040e1117e00005602e97cf64f"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["0000000040e1117800005602e97f56af"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["0000000040e1117f00005602e97f56af"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.5.31
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["0000000029722db3000055da7d665c89"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["0000000029722db5000055da7d673c69"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["0000000029722db2000055da7d673c69"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.5.30
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000005d258d710000555a33169d86"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000005d258d770000555a33173d66"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000005d258d700000555a33173d66"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.5.29
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000005068018f000056339f5f4057"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["0000000050680189000056339f5ee0b7"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000005068018e000056339f5ee0b7"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.5.28
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000000f41792a00005648bfc6e2e1"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000000f41792c00005648bfc84201"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000000f41792b00005648bfc84201"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.5.27
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000004881294b000055db7c185f17"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000004881294d000055db7c1abff7"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000004881294a000055db7c1abff7"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.5.26
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["0000000037ccf447000055db5cdb9850"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["0000000037ccf441000055db5ce538b0"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["0000000037ccf446000055db5ce538b0"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.5.25
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["0000000043aff37c000055b4d97e5d31"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["0000000043aff37a000055b4d971f211"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["0000000043aff37d000055b4d971f211"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.5.24
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["00000000403a85960000561a890365cf"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["00000000403a85900000561a89020a8f"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["00000000403a85970000561a89020a8f"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.5.23
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["0000000039c5e8320000561e2cc75281"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["0000000039c5e8340000561e2cc8bdc1"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["0000000039c5e8330000561e2cc8bdc1"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.5.22
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["00000000342d56f7000056150cc0f54b"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["00000000342d56f1000056150cc65a0b"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["00000000342d56f6000056150cc65a0b"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.5.21
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["0000000027bd685d0000565184aa5c89"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["0000000027bd685b0000565184a9b3c9"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["0000000027bd685c0000565184a9b3c9"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.5.20
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["00000000533e759e0000559ef0cfd854"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["00000000533e75980000559ef0ce7914"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["00000000533e759f0000559ef0ce7914"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.5.19
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["0000000037ccf447000055d09894b690"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["0000000037ccf441000055d0989657d0"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["0000000037ccf446000055d0989657d0"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.5.18
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["00000000110dd468000055c87d5b29b7"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["00000000110dd46e000055c87d58c8f7"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["00000000110dd469000055c87d58c8f7"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.5.17
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000006abf715900005634d93a961f"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000006abf715f00005634d939f75f"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000006abf715800005634d939f75f"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.5.16
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["0000000008a478ef000056478a9a5807"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["0000000008a478e9000056478a9bb947"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["0000000008a478ee000056478a9bb947"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.5.15
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000005dcbe485000056317052a460"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000005dcbe4830000563170500520"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000005dcbe4840000563170500520"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.5.14
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000004d889f2c00005641d65e6acb"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000004d889f2a00005641d65d8bab"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000004d889f2d00005641d65d8bab"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.5.13
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["0000000033f7639c000055d25f548ee0"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["0000000033f7639a000055d25f4a6f80"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["0000000033f7639d000055d25f4a6f80"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.5.12
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["00000000524f5e140000555602539fbc"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["00000000524f5e120000555602523e1c"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["00000000524f5e150000555602523e1c"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.5.11
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000002520935f000055d20d775002"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["0000000025209359000055d20d75b1a2"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000002520935e000055d20d75b1a2"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.5.10
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["0000000066fa2c4c000055b56dde28ec"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["0000000066fa2c4a000055b56dc0cf4c"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["0000000066fa2c4d000055b56dc0cf4c"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.5.9
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["0000000014d7c5370000561bd26decb8"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["0000000014d7c5310000561bd26e0b18"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["0000000014d7c5360000561bd26e0b18"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.5.8
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["0000000029722db3000055ddb027d7e9"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["0000000029722db5000055ddb024b049"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["0000000029722db2000055ddb024b049"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.5.7
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["00000000722c2a950000563c374e864f"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["00000000722c2a930000563c374d642f"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["00000000722c2a940000563c374d642f"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.5.6
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["00000000582189a6000056045ea9bcfb"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["00000000582189a0000056045ea718db"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["00000000582189a7000056045ea718db"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.5.5
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["0000000039a6b074000055dba7c11699"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["0000000039a6b072000055dba7c0b2b9"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["0000000039a6b075000055dba7c0b2b9"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.5.4
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["0000000077eb67860000563f99ef03e8"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["0000000077eb67800000563f99eea7c8"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["0000000077eb67870000563f99eea7c8"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.5.3
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["0000000072aa65d100005596d3d37cb6"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["0000000072aa65d700005596d3d21896"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["0000000072aa65d000005596d3d21896"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.5.2
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["00000000020b621a000055cf4602f418"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["00000000020b621c000055cf46055038"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["00000000020b621b000055cf46055038"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.5.1
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000007bcc02b800000000d371e5e4"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000007bcc02be00000000d37301c4"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000007bcc02b900000000d37301c4"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.5.0
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000006cfff089000000001163a05e"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000006cfff08f0000000011614bfe"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000006cfff0880000000011614bfe"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.4.45
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000002f4ba19100000000167d3781"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000002f4ba19700000000167b8801"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000002f4ba19000000000167b8801"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.4.44
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["00000000454652cd00000000768155a5"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["00000000454652cb0000000076800a25"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["00000000454652cc0000000076800a25"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.4.43
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["0000000066faa7730000000017b4af74"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["0000000066faa7750000000017bbf0f4"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["0000000066faa7720000000017bbf0f4"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.4.42
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000006a70eec300000000a53d0889"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000006a70eec500000000a5325709"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000006a70eec200000000a5325709"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.4.41
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["00000000153780a700000000f5665836"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["00000000153780a100000000f560e076"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["00000000153780a600000000f560e076"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.4.40
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["0000000026b5f7e5000000007072ae90"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["0000000026b5f7e30000000070730630"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["0000000026b5f7e40000000070730630"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.4.39
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000005061738e000000002a25bad8"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["0000000050617388000000002a2ad278"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000005061738f000000002a2ad278"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.4.38
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000007ab10b7f000000007ca57d59"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000007ab10b79000000007cbbd5f9"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000007ab10b7e000000007cbbd5f9"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.4.37
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["0000000079440d3900000000bc84aed6"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["0000000079440d3f00000000bc850676"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["0000000079440d3800000000bc850676"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.4.36
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["00000000006e30f400000000cfc6e6f0"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["00000000006e30f200000000cfc74e50"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["00000000006e30f500000000cfc74e50"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.4.35
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000003bae895300000000375a5b15"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000003bae895500000000375933b5"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000003bae895200000000375933b5"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.4.34
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["0000000044602e19000000000aab2271"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["0000000044602e1f000000000aa58ad1"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["0000000044602e18000000000aa58ad1"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.4.33
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["00000000104fecc20000000069b39c66"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["00000000104fecc40000000069b134c6"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["00000000104fecc30000000069b134c6"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.4.32
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["0000000055d4033f00000000afe429a1"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["0000000055d4033900000000afe5c101"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["0000000055d4033e00000000afe5c101"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.4.31
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000001fd9b3ef0000000047a51ace"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000001fd9b3e90000000047a4b26e"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000001fd9b3ee0000000047a4b26e"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.4.30
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["0000000063979937000000007b47630e"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["0000000063979931000000007b40cbce"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["0000000063979936000000007b40cbce"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.4.29
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["00000000132a4284000000003945af71"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["00000000132a428200000000394707b1"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["00000000132a428500000000394707b1"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.4.28
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000003dffbda60000000045da519c"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000003dffbda00000000045d5395c"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000003dffbda70000000045d5395c"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.4.27
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000000e3b9b1700000000974c1401"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000000e3b9b1100000000974d7cc1"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000000e3b9b1600000000974d7cc1"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.4.26
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["0000000058c79a6d00000000bdeb4444"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["0000000058c79a6b00000000bdedac84"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["0000000058c79a6c00000000bdedac84"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.4.25
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000005068018f00000000d9f4ef17"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000005068018900000000d9f207d7"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000005068018e00000000d9f207d7"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.4.24
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["0000000064ba0cd0000000008b41d3c5"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["0000000064ba0cd6000000008b407b05"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["0000000064ba0cd1000000008b407b05"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.4.23
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["00000000253aa9bf00000000a9f72d02"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["00000000253aa9b900000000a9f045c2"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["00000000253aa9be00000000a9f045c2"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.4.22
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000002b6adb2100000000a28c9e8b"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000002b6adb2700000000a28df64b"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000002b6adb2000000000a28df64b"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.4.21
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["0000000021f3f62d00000000b2d18cc8"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["0000000021f3f62b00000000b2d6e408"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["0000000021f3f62c00000000b2d6e408"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.4.20
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000007ab10b7f00000000a046f839"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000007ab10b7900000000a04550f9"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000007ab10b7e00000000a04550f9"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.4.19
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000001db533a1000000009595ca07"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000001db533a700000000959b62c7"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000001db533a000000000959b62c7"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.4.18
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000002b6adb210000000038217e8b"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000002b6adb270000000038ded64b"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000002b6adb200000000038ded64b"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.4.17
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["0000000039f854de000000009bed6cda"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["0000000039f854d8000000009bec395a"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["0000000039f854df000000009bec395a"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.4.16
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000000fef0efd0000000047d3dd44"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000000fef0efb0000000047d208c4"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000000fef0efc0000000047d208c4"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.4.15
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["00000000639799370000000004f0ab6e"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["00000000639799310000000004f21eee"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["00000000639799360000000004f21eee"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.4.14
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000004881294b0000000068e21817"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000004881294d0000000068e54db7"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000004881294a0000000068e54db7"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.4.13
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000003f67d6cb00000000d3c80ce6"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000003f67d6cd00000000d3cb5946"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000003f67d6ca00000000d3cb5946"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} Next exception 'Exception' with message 'SplObjectStorage::serialize() must return a string or NULL' in /in/fHNQG:33 Stack trace: #0 /in/fHNQG(0): serialize() #1 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.4.12
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000004a525922000000005d36d30d"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000004a525924000000005d37a6ad"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000004a525923000000005d37a6ad"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} Next exception 'Exception' with message 'SplObjectStorage::serialize() must return a string or NULL' in /in/fHNQG:33 Stack trace: #0 /in/fHNQG(0): serialize() #1 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.4.11
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["00000000691a51af0000000093699b89"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["00000000691a51a900000000936b4e29"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["00000000691a51ae00000000936b4e29"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} Next exception 'Exception' with message 'SplObjectStorage::serialize() must return a string or NULL' in /in/fHNQG:33 Stack trace: #0 /in/fHNQG(0): serialize() #1 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.4.10
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000007ed744c200000000123943dc"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000007ed744c400000000123a363c"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000007ed744c300000000123a363c"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} Next exception 'Exception' with message 'SplObjectStorage::serialize() must return a string or NULL' in /in/fHNQG:33 Stack trace: #0 /in/fHNQG(0): serialize() #1 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.4.9
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["00000000394b2b7d000000007503fd68"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["00000000394b2b7b0000000075012888"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["00000000394b2b7c0000000075012888"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} Next exception 'Exception' with message 'SplObjectStorage::serialize() must return a string or NULL' in /in/fHNQG:33 Stack trace: #0 /in/fHNQG(0): serialize() #1 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.4.8
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["0000000043aff37c000000006d506551"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["0000000043aff37a000000006d53b0b1"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["0000000043aff37d000000006d53b0b1"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} Next exception 'Exception' with message 'SplObjectStorage::serialize() must return a string or NULL' in /in/fHNQG:33 Stack trace: #0 /in/fHNQG(0): serialize() #1 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.4.7
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["00000000684257ec00000000f8f2928e"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["00000000684257ea00000000f8f3e76e"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["00000000684257ed00000000f8f3e76e"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} Next exception 'Exception' with message 'SplObjectStorage::serialize() must return a string or NULL' in /in/fHNQG:33 Stack trace: #0 /in/fHNQG(0): serialize() #1 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.4.6
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["00000000251847640000000052762af1"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["00000000251847620000000052715f11"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["00000000251847650000000052715f11"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} Next exception 'Exception' with message 'SplObjectStorage::serialize() must return a string or NULL' in /in/fHNQG:33 Stack trace: #0 /in/fHNQG(0): serialize() #1 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.4.5
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["0000000074789a87000000005546d667"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["0000000074789a810000000055412387"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["0000000074789a860000000055412387"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} Next exception 'Exception' with message 'SplObjectStorage::serialize() must return a string or NULL' in /in/fHNQG:33 Stack trace: #0 /in/fHNQG(0): serialize() #1 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.4.4
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["0000000057d9fbf500000000d905c946"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["0000000057d9fbf300000000d9061ca6"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["0000000057d9fbf400000000d9061ca6"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} Next exception 'Exception' with message 'SplObjectStorage::serialize() must return a string or NULL' in /in/fHNQG:33 Stack trace: #0 /in/fHNQG(0): serialize() #1 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.4.3
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["00000000340e0bad00000000db647b38"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["00000000340e0bab00000000db66cef8"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["00000000340e0bac00000000db66cef8"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} Next exception 'Exception' with message 'SplObjectStorage::serialize() must return a string or NULL' in /in/fHNQG:33 Stack trace: #0 /in/fHNQG(0): serialize() #1 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.4.2
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000002520935f00000000ab0a6942"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000002520935900000000ab08bc82"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000002520935e00000000ab08bc82"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} Next exception 'Exception' with message 'SplObjectStorage::serialize() must return a string or NULL' in /in/fHNQG:33 Stack trace: #0 /in/fHNQG(0): serialize() #1 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.4.1
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["0000000035abaae200000000d9de8eed"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["0000000035abaae400000000d9dddb2d"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["0000000035abaae300000000d9dddb2d"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} Next exception 'Exception' with message 'SplObjectStorage::serialize() must return a string or NULL' in /in/fHNQG:33 Stack trace: #0 /in/fHNQG(0): serialize() #1 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.4.0
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000001e841f0b0000000020a56bdf"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000001e841f0d0000000020a6dfff"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000001e841f0a0000000020a6dfff"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} Next exception 'Exception' with message 'SplObjectStorage::serialize() must return a string or NULL' in /in/fHNQG:33 Stack trace: #0 /in/fHNQG(0): serialize() #1 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.3.29
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000005c19c69e0000000006f3e2c6"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000005c19c6980000000006f27dc6"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000005c19c69f0000000006f27dc6"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} Next exception 'Exception' with message 'SplObjectStorage::serialize() must return a string or NULL' in /in/fHNQG:33 Stack trace: #0 /in/fHNQG(0): serialize() #1 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.3.28
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000005c19c69e0000000006f2bc26"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000005c19c6980000000006fd6666"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000005c19c69f0000000006fd6666"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} Next exception 'Exception' with message 'SplObjectStorage::serialize() must return a string or NULL' in /in/fHNQG:33 Stack trace: #0 /in/fHNQG(0): serialize() #1 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.3.27
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000005c19c69e0000000006f2ec26"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000005c19c6980000000006fd5666"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000005c19c69f0000000006fd5666"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} Next exception 'Exception' with message 'SplObjectStorage::serialize() must return a string or NULL' in /in/fHNQG:33 Stack trace: #0 /in/fHNQG(0): serialize() #1 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.3.26
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000005c19c69e0000000006f298e6"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000005c19c6980000000006fd4126"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000005c19c69f0000000006fd4126"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} Next exception 'Exception' with message 'SplObjectStorage::serialize() must return a string or NULL' in /in/fHNQG:33 Stack trace: #0 /in/fHNQG(0): serialize() #1 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.3.25
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000005c19c69e0000000006f29ba6"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000005c19c6980000000006fd7de6"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000005c19c69f0000000006fd7de6"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} Next exception 'Exception' with message 'SplObjectStorage::serialize() must return a string or NULL' in /in/fHNQG:33 Stack trace: #0 /in/fHNQG(0): serialize() #1 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.3.24
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000005c19c69e0000000006f29506"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000005c19c6980000000006fd7f26"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000005c19c69f0000000006fd7f26"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} Next exception 'Exception' with message 'SplObjectStorage::serialize() must return a string or NULL' in /in/fHNQG:33 Stack trace: #0 /in/fHNQG(0): serialize() #1 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.3.23
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["0000000018d7a22700000000707eb78a"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["0000000018d7a2210000000070711daa"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["0000000018d7a2260000000070711daa"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} Next exception 'Exception' with message 'SplObjectStorage::serialize() must return a string or NULL' in /in/fHNQG:33 Stack trace: #0 /in/fHNQG(0): serialize() #1 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.3.22
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["0000000018d7a22700000000707e38aa"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["0000000018d7a2210000000070709eaa"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["0000000018d7a2260000000070709eaa"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} Next exception 'Exception' with message 'SplObjectStorage::serialize() must return a string or NULL' in /in/fHNQG:33 Stack trace: #0 /in/fHNQG(0): serialize() #1 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.3.21
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000005c19c69e0000000006f23446"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000005c19c6980000000006fc9e46"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000005c19c69f0000000006fc9e46"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} Next exception 'Exception' with message 'SplObjectStorage::serialize() must return a string or NULL' in /in/fHNQG:33 Stack trace: #0 /in/fHNQG(0): serialize() #1 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.3.20
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000005c19c69e0000000006f237e6"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000005c19c6980000000006fc99e6"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000005c19c69f0000000006fc99e6"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} Next exception 'Exception' with message 'SplObjectStorage::serialize() must return a string or NULL' in /in/fHNQG:33 Stack trace: #0 /in/fHNQG(0): serialize() #1 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.3.19
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000005c19c69e0000000006f23786"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000005c19c6980000000006fc9986"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000005c19c69f0000000006fc9986"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} Next exception 'Exception' with message 'SplObjectStorage::serialize() must return a string or NULL' in /in/fHNQG:33 Stack trace: #0 /in/fHNQG(0): serialize() #1 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.3.18
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["0000000018d7a22700000000707e2d0a"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["0000000018d7a221000000007070930a"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["0000000018d7a226000000007070930a"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} Next exception 'Exception' with message 'SplObjectStorage::serialize() must return a string or NULL' in /in/fHNQG:33 Stack trace: #0 /in/fHNQG(0): serialize() #1 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.3.17
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["0000000018d7a22700000000707e2e0a"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["0000000018d7a221000000007070940a"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["0000000018d7a226000000007070940a"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} Next exception 'Exception' with message 'SplObjectStorage::serialize() must return a string or NULL' in /in/fHNQG:33 Stack trace: #0 /in/fHNQG(0): serialize() #1 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.3.16
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000005c19c69e0000000006f228e6"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000005c19c6980000000006fc92e6"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000005c19c69f0000000006fc92e6"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} Next exception 'Exception' with message 'SplObjectStorage::serialize() must return a string or NULL' in /in/fHNQG:33 Stack trace: #0 /in/fHNQG(0): serialize() #1 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.3.15
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000005c19c69e0000000006f22886"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000005c19c6980000000006fc9286"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000005c19c69f0000000006fc9286"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} Next exception 'Exception' with message 'SplObjectStorage::serialize() must return a string or NULL' in /in/fHNQG:33 Stack trace: #0 /in/fHNQG(0): serialize() #1 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.3.14
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000005c19c69e0000000006fdc9a6"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000005c19c6980000000006fcb3c6"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000005c19c69f0000000006fcb3c6"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} Next exception 'Exception' with message 'SplObjectStorage::serialize() must return a string or NULL' in /in/fHNQG:33 Stack trace: #0 /in/fHNQG(0): serialize() #1 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.3.12 - 5.3.13
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000005c19c69e0000000006fdf986"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000005c19c6980000000006fca3a6"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000005c19c69f0000000006fca3a6"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} Next exception 'Exception' with message 'SplObjectStorage::serialize() must return a string or NULL' in /in/fHNQG:33 Stack trace: #0 /in/fHNQG(0): serialize() #1 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.3.11
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["0000000018d7a227000000007071fbca"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["0000000018d7a221000000007070a1ea"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["0000000018d7a226000000007070a1ea"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} Next exception 'Exception' with message 'SplObjectStorage::serialize() must return a string or NULL' in /in/fHNQG:33 Stack trace: #0 /in/fHNQG(0): serialize() #1 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.3.10
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000005c19c69e0000000006e58486"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000005c19c6980000000006e46ec6"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000005c19c69f0000000006e46ec6"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} Next exception 'Exception' with message 'SplObjectStorage::serialize() must return a string or NULL' in /in/fHNQG:33 Stack trace: #0 /in/fHNQG(0): serialize() #1 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.3.9
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["0000000018d7a2270000000070697a4a"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["0000000018d7a221000000007068200a"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["0000000018d7a226000000007068200a"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} Next exception 'Exception' with message 'SplObjectStorage::serialize() must return a string or NULL' in /in/fHNQG:33 Stack trace: #0 /in/fHNQG(0): serialize() #1 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.3.8
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000005c19c69e0000000006e57366"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000005c19c6980000000006e7d5a6"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000005c19c69f0000000006e7d5a6"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} Next exception 'Exception' with message 'SplObjectStorage::serialize() must return a string or NULL' in /in/fHNQG:33 Stack trace: #0 /in/fHNQG(0): serialize() #1 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.3.7
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000005c19c69e0000000006e57346"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000005c19c6980000000006e7d586"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000005c19c69f0000000006e7d586"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} Next exception 'Exception' with message 'SplObjectStorage::serialize() must return a string or NULL' in /in/fHNQG:33 Stack trace: #0 /in/fHNQG(0): serialize() #1 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.3.6
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000005c19c69e0000000006e519a6"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000005c19c6980000000006e7d2a6"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000005c19c69f0000000006e7d2a6"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} Next exception 'Exception' with message 'SplObjectStorage::serialize() must return a string or NULL' in /in/fHNQG:33 Stack trace: #0 /in/fHNQG(0): serialize() #1 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.3.4 - 5.3.5
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["000000005c19c69e0000000006e45986"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["000000005c19c6980000000006e71286"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["000000005c19c69f0000000006e71286"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} Next exception 'Exception' with message 'SplObjectStorage::serialize() must return a string or NULL' in /in/fHNQG:33 Stack trace: #0 /in/fHNQG(0): serialize() #1 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.3.3
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["0000000018d7a22700000000706bcbaa"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["0000000018d7a22100000000706a80aa"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } ["inf"]=> NULL } ["0000000018d7a22600000000706a80aa"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} Next exception 'Exception' with message 'SplObjectStorage::serialize() must return a string or NULL' in /in/fHNQG:33 Stack trace: #0 /in/fHNQG(0): serialize() #1 {main} thrown in /in/fHNQG on line 33
Process exited with code 255.
Output for 5.3.2
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["0000000018d7a22700000000706c896a"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["0000000018d7a22100000000706f7e6a"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } } ["c"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } } } ["inf"]=> NULL } ["0000000018d7a22600000000706f7e6a"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } } ["c"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} Next exception 'Exception' with message 'SplObjectStorage::serialize() must return a string or NULL' in /in/fHNQG:0 Stack trace: #0 /in/fHNQG(0): serialize() #1 {main} thrown in /in/fHNQG on line 0
Process exited with code 255.
Output for 5.3.1
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["0000000071a67089000000000f7dc02f"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["0000000071a6708f000000000f7f08cf"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } } ["c"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } } } ["inf"]=> NULL } ["0000000071a67088000000000f7f08cf"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } } ["c"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} Next exception 'Exception' with message 'SplObjectStorage::serialize() must return a string or NULL' in /in/fHNQG:0 Stack trace: #0 /in/fHNQG(0): serialize() #1 {main} thrown in /in/fHNQG on line 0
Process exited with code 255.
Output for 5.3.0
bool(true) object(SplObjectStorage)#1 (1) { ["storage":"SplObjectStorage":private]=> array(3) { ["0000000071a67089000000000f7e70ef"]=> array(2) { ["obj"]=> object(Closure)#5 (0) { } ["inf"]=> NULL } ["0000000071a6708f000000000f7fa74f"]=> array(2) { ["obj"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } } ["c"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } } } ["inf"]=> NULL } ["0000000071a67088000000000f7fa74f"]=> array(2) { ["obj"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> object(stdClass)#4 (1) { ["b"]=> *RECURSION* } } } ["c"]=> object(stdClass)#4 (1) { ["b"]=> object(stdClass)#3 (2) { ["a"]=> object(stdClass)#2 (1) { ["b"]=> *RECURSION* } ["c"]=> *RECURSION* } } } } ["inf"]=> NULL } } } Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Closure' is not allowed' in /in/fHNQG:33 Stack trace: #0 [internal function]: SplObjectStorage->serialize() #1 /in/fHNQG(33): serialize(Object(SplObjectStorage)) #2 {main} Next exception 'Exception' with message 'SplObjectStorage::serialize() must return a string or NULL' in /in/fHNQG:0 Stack trace: #0 /in/fHNQG(0): serialize() #1 {main} thrown in /in/fHNQG on line 0
Process exited with code 255.
Output for 4.4.2 - 4.4.9, 5.1.0 - 5.1.6, 5.2.0 - 5.2.17
Parse error: syntax error, unexpected T_FUNCTION in /in/fHNQG on line 15
Process exited with code 255.
Output for 4.3.0 - 4.3.1, 4.3.5 - 4.3.11, 4.4.0 - 4.4.1, 5.0.0 - 5.0.5
Parse error: parse error, unexpected T_FUNCTION in /in/fHNQG on line 15
Process exited with code 255.
Output for 4.3.2 - 4.3.4
Parse error: parse error in /in/fHNQG on line 15
Process exited with code 255.

preferences:
383.08 ms | 401 KiB | 459 Q