3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Foo { public $dt; function __construct($dt) { $this->dt = $dt; } } $foo = new Foo(new DateTime); $std = new stdClass; $arr = [$foo, $foo, $std, $std, $std]; var_dump(array_unique($arr, SORT_REGULAR));
Output for 8.3.6
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.008994" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
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) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.006849" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 8.3.4
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.007741" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 8.3.3
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.007182" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 8.3.2
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.004493" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 8.3.1
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.003780" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 8.3.0
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.003760" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 8.2.18
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.010250" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 8.2.17
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.008884" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 8.2.16
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.006913" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 8.2.15
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.003655" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 8.2.14
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.003975" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 8.2.13
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.003748" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 8.2.12
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.005638" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 8.2.11
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.004722" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 8.2.10
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.004832" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 8.2.9
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.005125" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 8.2.8
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.003989" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 8.1.20, 8.2.7
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.003858" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 8.2.6
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.004008" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 8.2.5
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.004034" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 8.2.4
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.003696" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 8.2.3
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.003677" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 8.2.2
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.004740" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 8.2.1
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.003874" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 8.2.0
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.003842" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 8.1.28
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.007036" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 8.1.27
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.003471" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 8.1.26
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.003596" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 8.1.25
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.003492" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 8.1.24
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.008408" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 8.1.23
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.005225" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 8.1.22
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.003676" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 8.1.21
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.003784" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 8.1.19
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.003721" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 8.1.18
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.003830" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 8.1.17
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.003686" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 8.1.16
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.003749" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 8.1.15
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.003343" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 8.1.14
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.003642" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 8.1.13
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.003491" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 8.1.12
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.003695" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 8.1.11
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.005602" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 8.1.10
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.004480" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 8.1.9
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.004414" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 8.1.8
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.003482" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 8.1.7
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.003643" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 8.1.6
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.004701" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 8.1.5
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.003942" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 8.1.4
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.003664" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 8.1.3
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.004623" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 8.1.2
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.003625" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 8.1.1
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.003564" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 8.1.0
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.003837" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 8.0.30
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.003505" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 8.0.29
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.003476" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 8.0.28
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.003190" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 8.0.27
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.003339" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 8.0.26
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.003173" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 8.0.25
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.003290" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 8.0.24
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.005156" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 8.0.23
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.003278" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 8.0.22
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.003728" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 8.0.21
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.003218" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 8.0.10, 8.0.20
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.003508" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 8.0.19
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.003510" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 8.0.18
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.003461" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 8.0.17
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.003783" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 8.0.16
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.003761" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 8.0.14 - 8.0.15
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.003328" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 8.0.13
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 12:26:43.002170" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } } [2]=> object(stdClass)#3 (0) { } }
Output for 8.0.12
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.003528" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 8.0.11
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.003411" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 8.0.9
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.003733" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 8.0.8
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.007467" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 8.0.7
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.003962" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 8.0.6
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.003382" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 8.0.5
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.004072" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 8.0.3
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.008313" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 8.0.2
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.009778" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 8.0.1
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.003502" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 8.0.0
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.008376" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 7.4.33
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.002134" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 7.4.32
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.003101" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 7.4.30
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.002853" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 7.4.29
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.005394" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 7.4.28
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.003516" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 7.4.27
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.003019" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 7.4.26
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.003438" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 7.4.25
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.003212" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 7.4.24
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.003641" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 7.4.23
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.003120" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 7.4.22
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.003374" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 7.4.21
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.019543" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 7.4.20
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.003233" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 7.4.16
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.007811" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 7.4.14
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.009805" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 7.4.13
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.010773" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 7.4.12
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.009618" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 7.4.11
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.008642" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 7.4.10
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.010551" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 7.4.9
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.008540" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 7.4.8
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.016731" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 7.4.7
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.008525" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 7.4.6
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.000394" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 7.4.5
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.003383" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 7.4.4
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.007971" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 7.4.0
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.000244" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 7.3.33
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 12:26:43.003056" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } } [2]=> object(stdClass)#3 (0) { } }
Output for 7.3.32
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 12:26:43.002471" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } } [2]=> object(stdClass)#3 (0) { } }
Output for 7.3.31
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.003240" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 7.3.30
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.003116" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 7.3.29
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.007822" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 7.3.28
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.007454" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 7.3.26
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.013826" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 7.3.25
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.009218" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 7.3.24
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.008193" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 7.3.23
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.008657" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 7.3.21
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.008887" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 7.3.20
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.008125" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 7.3.19
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.007902" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 7.3.18
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.004331" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 7.3.17
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.010194" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 7.3.16
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.008270" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 7.3.12
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.000261" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 7.3.10 - 7.3.11
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.000265" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 7.3.9
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.000281" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 7.3.8
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.000313" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 7.3.7
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.000241" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 7.3.6
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.000173" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 7.3.5
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.000255" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 7.3.0, 7.3.4
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.000211" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 7.3.3
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.000294" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 7.3.2
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.000121" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 7.3.1
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.000175" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 7.2.33
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.011355" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 7.2.32
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.008883" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 7.2.31
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.009996" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 7.2.30
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.008641" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 7.2.29
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.011463" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 7.2.25
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.000257" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 7.2.24
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.000249" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 7.2.23
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.000236" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 7.2.21 - 7.2.22
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.000178" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 7.2.20
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.000166" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 7.2.19
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.000208" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 7.2.18
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.000349" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 7.2.17
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.000181" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 7.2.6
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.004749" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 7.2.3
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.016608" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 7.2.2
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.026036" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 7.2.1
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.021289" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 7.2.0
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.005353" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 7.1.33
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.000134" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 7.1.32
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.000191" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 7.1.31
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.000200" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 7.1.30
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.000146" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 7.1.29
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.000139" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 7.1.28
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.000135" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 7.1.27
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.000145" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 7.1.26
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.000177" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 7.1.20
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.004156" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 7.1.15
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.019756" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 7.1.14
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.026219" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 7.1.13
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.019286" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 7.1.12
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.018649" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 7.1.11
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.022780" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 7.1.10
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.012432" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 7.1.9
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.008829" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 7.1.8
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.006622" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 7.1.7
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.006939" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 7.1.6
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.027569" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 7.1.5
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.028678" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 7.1.4
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.047998" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 7.1.3
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 7.1.2
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.042234" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 7.1.1
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.021402" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }
Output for 7.1.0
array(2) { [0]=> object(Foo)#1 (1) { ["dt"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2018-03-12 13:26:43.033402" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } [2]=> object(stdClass)#3 (0) { } }

preferences:
225.93 ms | 402 KiB | 189 Q