3v4l.org

run code in 300+ PHP versions simultaneously
<?php $b = array_map(function ($a) { return json_encode($a); }, [ 'a' => 'b', 'c' => ['a' => 'b', 'c' => new DateTimeImmutable()], ]); var_dump($b);
Output for 8.3.6
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.007212","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 8.3.5
Warning: PHP Startup: Unable to load dynamic library 'sodium.so' (tried: /usr/lib/php/8.3.5/modules/sodium.so (libsodium.so.23: cannot open shared object file: No such file or directory), /usr/lib/php/8.3.5/modules/sodium.so.so (/usr/lib/php/8.3.5/modules/sodium.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.009208","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 8.3.4
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.008738","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 8.3.3
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.008648","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 8.3.2
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.003820","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 8.3.1
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.004081","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 8.3.0
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.003832","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 8.2.18
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.007143","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 8.2.17
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.008492","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 8.2.16
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.007416","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 8.2.15
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.004385","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 8.2.14
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.003958","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 8.2.13
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.005620","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 8.2.12
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.007048","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 8.2.11
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.004418","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 8.2.10
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.005575","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 8.2.9
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.003989","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 8.2.8
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.003842","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 8.2.7
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.003992","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 8.2.6
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.003993","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 8.2.5
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.004103","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 8.2.4
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.003791","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 8.2.3
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.003474","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 8.2.2
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.004001","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 8.2.1
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.003740","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 8.2.0
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.004714","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 8.1.28
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.006739","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 8.1.27
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.003483","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 8.1.26
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.003616","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 8.1.25
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.003781","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 8.1.24
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.004181","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 8.1.23
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.005494","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 8.1.22
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.003922","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 8.1.21
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.003988","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 8.1.20
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.003883","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 8.1.19
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.003852","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 8.1.18
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.003824","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 8.1.17
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.009404","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 8.0.28, 8.1.16
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.003521","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 8.1.15
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.003592","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 8.1.14
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.003984","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 8.1.13
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.003361","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 8.1.12
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.003861","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 8.1.11
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.003572","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 8.1.10
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.003463","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 8.1.9
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.003527","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 8.1.8
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.003831","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 8.1.7
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.003412","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 8.1.6
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.004025","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 8.1.5
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.004737","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 8.1.4
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.003948","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 8.1.3
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.003987","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 8.1.2
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.003610","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 8.1.1
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.003912","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 8.1.0
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.003756","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 8.0.30
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.003246","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 8.0.29
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.003565","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 8.0.27
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.003422","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 8.0.26
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.003096","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 8.0.25
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.003182","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 8.0.24
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.003393","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 7.4.20, 8.0.23
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.003300","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 8.0.22
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.003306","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 8.0.21
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.003678","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 8.0.20
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.003319","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 8.0.19
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.003873","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 8.0.18
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.003378","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 8.0.17
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.003535","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 8.0.16
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.003462","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 8.0.15
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.003328","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 8.0.14
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.003904","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 8.0.13
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(86) "{"a":"b","c":{"date":"2015-11-19 17:01:24.002560","timezone_type":3,"timezone":"UTC"}}" }
Output for 8.0.12
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.003654","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 8.0.11
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.003815","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 8.0.10
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.003476","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 8.0.9
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.003491","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 8.0.8
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.007479","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 8.0.7
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.004009","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 8.0.6
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.003506","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 8.0.5
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.003734","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 8.0.3
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.008423","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 8.0.2
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.014931","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 8.0.1
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.003628","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 8.0.0
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.008873","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 7.4.33
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.001885","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 7.4.32
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.003118","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 7.4.30
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.003242","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 7.4.29
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.003107","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 7.4.28
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.004335","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 7.4.27
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.003612","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 7.4.26
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.003296","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 7.4.25
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.003318","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 7.4.24
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.003400","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 7.4.23
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.003256","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 7.4.22
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.015877","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 7.4.21
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.006818","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 7.4.16
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.007747","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 7.4.15
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.008614","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 7.4.14
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.008653","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 7.4.13
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.008954","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 7.4.12
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.008576","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 7.4.11
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.012521","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 7.4.10
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.009309","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 7.4.9
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.010086","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 7.4.8
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.012726","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 7.4.7
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.009075","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 7.4.6
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.000365","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 7.4.5
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.002492","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 7.4.4
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.008309","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 7.4.3
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.012130","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 7.4.0
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.000241","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 7.3.33
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(86) "{"a":"b","c":{"date":"2015-11-19 17:01:24.003575","timezone_type":3,"timezone":"UTC"}}" }
Output for 7.3.32
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(86) "{"a":"b","c":{"date":"2015-11-19 17:01:24.003087","timezone_type":3,"timezone":"UTC"}}" }
Output for 7.3.31
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.003692","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 7.3.30
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.003169","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 7.3.29
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.003761","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 7.3.28
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.007303","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 7.3.27
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.009008","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 7.3.26
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.008264","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 7.3.25
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.008701","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 7.3.24
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.011671","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 7.3.23
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.012517","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 7.3.21
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.008732","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 7.3.20
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.012530","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 7.3.19
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.009184","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 7.3.18
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.006278","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 7.3.17
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.012123","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 7.3.16
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.011296","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 7.3.12
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.000242","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 7.3.11
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.000244","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 7.3.10
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.000173","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 7.3.9
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.000297","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 7.3.8
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.000252","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 7.2.17, 7.3.7
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.000182","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 7.3.6
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.000208","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 7.3.5
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.000169","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 7.3.4
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.000177","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 7.3.3
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.000157","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 7.3.2
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.000142","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 7.1.29, 7.3.1
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.000183","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 7.3.0
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.000246","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 7.2.33
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.009631","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 7.2.32
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.008371","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 7.2.31
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.010117","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 7.2.30
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.019467","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 7.2.29
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.009166","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 7.2.25
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.000233","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 7.2.24
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.000251","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 7.2.23
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.000250","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 7.2.22
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.000229","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 7.2.21
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.000279","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 7.2.20
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.000236","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 7.2.19
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.000237","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 7.2.18
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.000151","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 7.2.13
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.000140","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 7.2.12
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.000163","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 7.1.31, 7.1.33, 7.2.11
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.000125","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 7.2.9 - 7.2.10
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.000108","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 7.2.8
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.000136","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 7.2.7
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.000186","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 7.2.6
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.000114","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 7.2.5
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.000115","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 7.2.4
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.000093","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 7.2.3
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.000129","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 7.2.2
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.000143","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 7.1.25, 7.2.1
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.000135","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 7.2.0
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.000137","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 7.1.32
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.000176","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 7.1.30
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.000156","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 7.1.28
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.000311","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 7.1.27
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.000132","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 7.1.26
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.000158","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 7.1.20
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.002702","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 7.1.10
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.003807","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 7.1.7
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.002455","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 7.1.6
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.011930","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 7.1.5
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.011404","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 7.1.0
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.004043","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 5.6.28, 7.0.20
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:24.000000","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 5.5.14 - 5.5.38, 5.6.0 - 5.6.24, 7.0.0 - 7.0.9
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(100) "{"a":"b","c":{"date":"2015-11-19 18:01:23.000000","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }
Output for 5.5.0 - 5.5.13
array(2) { ["a"]=> string(3) ""b"" ["c"]=> string(93) "{"a":"b","c":{"date":"2015-11-19 18:01:23","timezone_type":3,"timezone":"Europe\/Amsterdam"}}" }

preferences:
208.74 ms | 402 KiB | 266 Q