3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Foo { public function __construct( public DateTime $bar ) {} public function __clone () { $this->bar = clone $this->bar; } } $f = new Foo(new Datetime()); var_dump($f); var_dump(clone $f);
Output for 8.3.6
object(Foo)#1 (1) { ["bar"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2022-11-22 01:29:10.008959" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(Foo)#3 (1) { ["bar"]=> object(DateTime)#4 (3) { ["date"]=> string(26) "2022-11-22 01:29:10.008959" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.3.5
object(Foo)#1 (1) { ["bar"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2022-11-22 01:29:10.007157" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(Foo)#3 (1) { ["bar"]=> object(DateTime)#4 (3) { ["date"]=> string(26) "2022-11-22 01:29:10.007157" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.3.4
object(Foo)#1 (1) { ["bar"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2022-11-22 01:29:10.006907" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(Foo)#3 (1) { ["bar"]=> object(DateTime)#4 (3) { ["date"]=> string(26) "2022-11-22 01:29:10.006907" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.3.3
object(Foo)#1 (1) { ["bar"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2022-11-22 01:29:10.007285" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(Foo)#3 (1) { ["bar"]=> object(DateTime)#4 (3) { ["date"]=> string(26) "2022-11-22 01:29:10.007285" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.3.2
object(Foo)#1 (1) { ["bar"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2022-11-22 01:29:10.003776" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(Foo)#3 (1) { ["bar"]=> object(DateTime)#4 (3) { ["date"]=> string(26) "2022-11-22 01:29:10.003776" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.3.1
object(Foo)#1 (1) { ["bar"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2022-11-22 01:29:10.003977" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(Foo)#3 (1) { ["bar"]=> object(DateTime)#4 (3) { ["date"]=> string(26) "2022-11-22 01:29:10.003977" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.3.0
object(Foo)#1 (1) { ["bar"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2022-11-22 01:29:10.003757" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(Foo)#3 (1) { ["bar"]=> object(DateTime)#4 (3) { ["date"]=> string(26) "2022-11-22 01:29:10.003757" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.2.18
object(Foo)#1 (1) { ["bar"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2022-11-22 01:29:10.008342" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(Foo)#3 (1) { ["bar"]=> object(DateTime)#4 (3) { ["date"]=> string(26) "2022-11-22 01:29:10.008342" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.2.17
object(Foo)#1 (1) { ["bar"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2022-11-22 01:29:10.008668" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(Foo)#3 (1) { ["bar"]=> object(DateTime)#4 (3) { ["date"]=> string(26) "2022-11-22 01:29:10.008668" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.2.16
object(Foo)#1 (1) { ["bar"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2022-11-22 01:29:10.009855" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(Foo)#3 (1) { ["bar"]=> object(DateTime)#4 (3) { ["date"]=> string(26) "2022-11-22 01:29:10.009855" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.2.15
object(Foo)#1 (1) { ["bar"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2022-11-22 01:29:10.003672" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(Foo)#3 (1) { ["bar"]=> object(DateTime)#4 (3) { ["date"]=> string(26) "2022-11-22 01:29:10.003672" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.2.14
object(Foo)#1 (1) { ["bar"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2022-11-22 01:29:10.004083" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(Foo)#3 (1) { ["bar"]=> object(DateTime)#4 (3) { ["date"]=> string(26) "2022-11-22 01:29:10.004083" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.2.13
object(Foo)#1 (1) { ["bar"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2022-11-22 01:29:10.003829" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(Foo)#3 (1) { ["bar"]=> object(DateTime)#4 (3) { ["date"]=> string(26) "2022-11-22 01:29:10.003829" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.2.12
object(Foo)#1 (1) { ["bar"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2022-11-22 01:29:10.006947" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(Foo)#3 (1) { ["bar"]=> object(DateTime)#4 (3) { ["date"]=> string(26) "2022-11-22 01:29:10.006947" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.2.11
object(Foo)#1 (1) { ["bar"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2022-11-22 01:29:10.004076" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(Foo)#3 (1) { ["bar"]=> object(DateTime)#4 (3) { ["date"]=> string(26) "2022-11-22 01:29:10.004076" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.2.10
object(Foo)#1 (1) { ["bar"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2022-11-22 01:29:10.005862" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(Foo)#3 (1) { ["bar"]=> object(DateTime)#4 (3) { ["date"]=> string(26) "2022-11-22 01:29:10.005862" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.2.9
object(Foo)#1 (1) { ["bar"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2022-11-22 01:29:10.003762" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(Foo)#3 (1) { ["bar"]=> object(DateTime)#4 (3) { ["date"]=> string(26) "2022-11-22 01:29:10.003762" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.2.8
object(Foo)#1 (1) { ["bar"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2022-11-22 01:29:10.004183" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(Foo)#3 (1) { ["bar"]=> object(DateTime)#4 (3) { ["date"]=> string(26) "2022-11-22 01:29:10.004183" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.2.7
object(Foo)#1 (1) { ["bar"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2022-11-22 01:29:10.004250" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(Foo)#3 (1) { ["bar"]=> object(DateTime)#4 (3) { ["date"]=> string(26) "2022-11-22 01:29:10.004250" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.2.6
object(Foo)#1 (1) { ["bar"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2022-11-22 01:29:10.005379" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(Foo)#3 (1) { ["bar"]=> object(DateTime)#4 (3) { ["date"]=> string(26) "2022-11-22 01:29:10.005379" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.2.5
object(Foo)#1 (1) { ["bar"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2022-11-22 01:29:10.003901" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(Foo)#3 (1) { ["bar"]=> object(DateTime)#4 (3) { ["date"]=> string(26) "2022-11-22 01:29:10.003901" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.2.4
object(Foo)#1 (1) { ["bar"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2022-11-22 01:29:10.003722" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(Foo)#3 (1) { ["bar"]=> object(DateTime)#4 (3) { ["date"]=> string(26) "2022-11-22 01:29:10.003722" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.2.3
object(Foo)#1 (1) { ["bar"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2022-11-22 01:29:10.004160" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(Foo)#3 (1) { ["bar"]=> object(DateTime)#4 (3) { ["date"]=> string(26) "2022-11-22 01:29:10.004160" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.2.2
object(Foo)#1 (1) { ["bar"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2022-11-22 01:29:10.003634" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(Foo)#3 (1) { ["bar"]=> object(DateTime)#4 (3) { ["date"]=> string(26) "2022-11-22 01:29:10.003634" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.2.0 - 8.2.1
object(Foo)#1 (1) { ["bar"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2022-11-22 01:29:10.003635" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(Foo)#3 (1) { ["bar"]=> object(DateTime)#4 (3) { ["date"]=> string(26) "2022-11-22 01:29:10.003635" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.1.28
object(Foo)#1 (1) { ["bar"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2022-11-22 01:29:10.008937" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(Foo)#3 (1) { ["bar"]=> object(DateTime)#4 (3) { ["date"]=> string(26) "2022-11-22 01:29:10.008937" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.1.27
object(Foo)#1 (1) { ["bar"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2022-11-22 01:29:10.003966" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(Foo)#3 (1) { ["bar"]=> object(DateTime)#4 (3) { ["date"]=> string(26) "2022-11-22 01:29:10.003966" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.1.26
object(Foo)#1 (1) { ["bar"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2022-11-22 01:29:10.003767" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(Foo)#3 (1) { ["bar"]=> object(DateTime)#4 (3) { ["date"]=> string(26) "2022-11-22 01:29:10.003767" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.1.25
object(Foo)#1 (1) { ["bar"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2022-11-22 01:29:10.003826" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(Foo)#3 (1) { ["bar"]=> object(DateTime)#4 (3) { ["date"]=> string(26) "2022-11-22 01:29:10.003826" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.1.24
object(Foo)#1 (1) { ["bar"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2022-11-22 01:29:10.007458" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(Foo)#3 (1) { ["bar"]=> object(DateTime)#4 (3) { ["date"]=> string(26) "2022-11-22 01:29:10.007458" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.1.23
object(Foo)#1 (1) { ["bar"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2022-11-22 01:29:10.005395" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(Foo)#3 (1) { ["bar"]=> object(DateTime)#4 (3) { ["date"]=> string(26) "2022-11-22 01:29:10.005395" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.1.22
object(Foo)#1 (1) { ["bar"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2022-11-22 01:29:10.003996" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(Foo)#3 (1) { ["bar"]=> object(DateTime)#4 (3) { ["date"]=> string(26) "2022-11-22 01:29:10.003996" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.1.21
object(Foo)#1 (1) { ["bar"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2022-11-22 01:29:10.003815" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(Foo)#3 (1) { ["bar"]=> object(DateTime)#4 (3) { ["date"]=> string(26) "2022-11-22 01:29:10.003815" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.1.20
object(Foo)#1 (1) { ["bar"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2022-11-22 01:29:10.003734" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(Foo)#3 (1) { ["bar"]=> object(DateTime)#4 (3) { ["date"]=> string(26) "2022-11-22 01:29:10.003734" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.1.19
object(Foo)#1 (1) { ["bar"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2022-11-22 01:29:10.003922" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(Foo)#3 (1) { ["bar"]=> object(DateTime)#4 (3) { ["date"]=> string(26) "2022-11-22 01:29:10.003922" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.1.18
object(Foo)#1 (1) { ["bar"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2022-11-22 01:29:10.003814" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(Foo)#3 (1) { ["bar"]=> object(DateTime)#4 (3) { ["date"]=> string(26) "2022-11-22 01:29:10.003814" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.1.17
object(Foo)#1 (1) { ["bar"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2022-11-22 01:29:10.003839" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(Foo)#3 (1) { ["bar"]=> object(DateTime)#4 (3) { ["date"]=> string(26) "2022-11-22 01:29:10.003839" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.1.16
object(Foo)#1 (1) { ["bar"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2022-11-22 01:29:10.003610" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(Foo)#3 (1) { ["bar"]=> object(DateTime)#4 (3) { ["date"]=> string(26) "2022-11-22 01:29:10.003610" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.1.15
object(Foo)#1 (1) { ["bar"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2022-11-22 01:29:10.004652" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(Foo)#3 (1) { ["bar"]=> object(DateTime)#4 (3) { ["date"]=> string(26) "2022-11-22 01:29:10.004652" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.1.14
object(Foo)#1 (1) { ["bar"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2022-11-22 01:29:10.003733" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(Foo)#3 (1) { ["bar"]=> object(DateTime)#4 (3) { ["date"]=> string(26) "2022-11-22 01:29:10.003733" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.1.13
object(Foo)#1 (1) { ["bar"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2022-11-22 01:29:10.003466" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(Foo)#3 (1) { ["bar"]=> object(DateTime)#4 (3) { ["date"]=> string(26) "2022-11-22 01:29:10.003466" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.1.12
object(Foo)#1 (1) { ["bar"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2022-11-22 01:29:00.016571" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(Foo)#3 (1) { ["bar"]=> object(DateTime)#4 (3) { ["date"]=> string(26) "2022-11-22 01:29:00.016571" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.1.11
object(Foo)#1 (1) { ["bar"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2022-11-22 01:29:00.014824" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(Foo)#3 (1) { ["bar"]=> object(DateTime)#4 (3) { ["date"]=> string(26) "2022-11-22 01:29:00.014824" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.1.10
object(Foo)#1 (1) { ["bar"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2022-11-22 01:29:00.014194" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(Foo)#3 (1) { ["bar"]=> object(DateTime)#4 (3) { ["date"]=> string(26) "2022-11-22 01:29:00.014194" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.1.9
object(Foo)#1 (1) { ["bar"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2022-11-22 01:29:00.015117" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(Foo)#3 (1) { ["bar"]=> object(DateTime)#4 (3) { ["date"]=> string(26) "2022-11-22 01:29:00.015117" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.1.8
object(Foo)#1 (1) { ["bar"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2022-11-22 01:29:00.014575" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(Foo)#3 (1) { ["bar"]=> object(DateTime)#4 (3) { ["date"]=> string(26) "2022-11-22 01:29:00.014575" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.1.7
object(Foo)#1 (1) { ["bar"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2022-11-22 01:29:00.017582" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(Foo)#3 (1) { ["bar"]=> object(DateTime)#4 (3) { ["date"]=> string(26) "2022-11-22 01:29:00.017582" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.1.6
object(Foo)#1 (1) { ["bar"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2022-11-22 01:29:00.018408" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(Foo)#3 (1) { ["bar"]=> object(DateTime)#4 (3) { ["date"]=> string(26) "2022-11-22 01:29:00.018408" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.1.5
object(Foo)#1 (1) { ["bar"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2022-11-22 01:29:00.017177" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(Foo)#3 (1) { ["bar"]=> object(DateTime)#4 (3) { ["date"]=> string(26) "2022-11-22 01:29:00.017177" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.1.4
object(Foo)#1 (1) { ["bar"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2022-11-22 01:29:00.018929" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(Foo)#3 (1) { ["bar"]=> object(DateTime)#4 (3) { ["date"]=> string(26) "2022-11-22 01:29:00.018929" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.1.3
object(Foo)#1 (1) { ["bar"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2022-11-22 01:29:00.017841" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(Foo)#3 (1) { ["bar"]=> object(DateTime)#4 (3) { ["date"]=> string(26) "2022-11-22 01:29:00.017841" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.1.2
object(Foo)#1 (1) { ["bar"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2022-11-22 01:29:00.018915" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(Foo)#3 (1) { ["bar"]=> object(DateTime)#4 (3) { ["date"]=> string(26) "2022-11-22 01:29:00.018915" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.1.1
object(Foo)#1 (1) { ["bar"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2022-11-22 01:29:00.016592" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(Foo)#3 (1) { ["bar"]=> object(DateTime)#4 (3) { ["date"]=> string(26) "2022-11-22 01:29:00.016592" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.1.0
object(Foo)#1 (1) { ["bar"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2022-11-22 01:29:00.014542" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(Foo)#3 (1) { ["bar"]=> object(DateTime)#4 (3) { ["date"]=> string(26) "2022-11-22 01:29:00.014542" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.0.30
object(Foo)#1 (1) { ["bar"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2022-11-22 01:29:10.003279" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(Foo)#3 (1) { ["bar"]=> object(DateTime)#4 (3) { ["date"]=> string(26) "2022-11-22 01:29:10.003279" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.0.29
object(Foo)#1 (1) { ["bar"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2022-11-22 01:29:10.005013" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(Foo)#3 (1) { ["bar"]=> object(DateTime)#4 (3) { ["date"]=> string(26) "2022-11-22 01:29:10.005013" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.0.28
object(Foo)#1 (1) { ["bar"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2022-11-22 01:29:10.003433" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(Foo)#3 (1) { ["bar"]=> object(DateTime)#4 (3) { ["date"]=> string(26) "2022-11-22 01:29:10.003433" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.0.27
object(Foo)#1 (1) { ["bar"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2022-11-22 01:29:10.003388" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(Foo)#3 (1) { ["bar"]=> object(DateTime)#4 (3) { ["date"]=> string(26) "2022-11-22 01:29:10.003388" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.0.26
object(Foo)#1 (1) { ["bar"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2022-11-22 01:29:10.003627" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(Foo)#3 (1) { ["bar"]=> object(DateTime)#4 (3) { ["date"]=> string(26) "2022-11-22 01:29:10.003627" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.0.25
object(Foo)#1 (1) { ["bar"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2022-11-22 01:29:00.013957" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(Foo)#3 (1) { ["bar"]=> object(DateTime)#4 (3) { ["date"]=> string(26) "2022-11-22 01:29:00.013957" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.0.24
object(Foo)#1 (1) { ["bar"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2022-11-22 01:29:00.018107" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(Foo)#3 (1) { ["bar"]=> object(DateTime)#4 (3) { ["date"]=> string(26) "2022-11-22 01:29:00.018107" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.0.23
object(Foo)#1 (1) { ["bar"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2022-11-22 01:29:00.017193" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(Foo)#3 (1) { ["bar"]=> object(DateTime)#4 (3) { ["date"]=> string(26) "2022-11-22 01:29:00.017193" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.0.22
object(Foo)#1 (1) { ["bar"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2022-11-22 01:29:00.016773" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(Foo)#3 (1) { ["bar"]=> object(DateTime)#4 (3) { ["date"]=> string(26) "2022-11-22 01:29:00.016773" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.0.21
object(Foo)#1 (1) { ["bar"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2022-11-22 01:29:00.017150" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(Foo)#3 (1) { ["bar"]=> object(DateTime)#4 (3) { ["date"]=> string(26) "2022-11-22 01:29:00.017150" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.0.20
object(Foo)#1 (1) { ["bar"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2022-11-22 01:29:00.016964" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(Foo)#3 (1) { ["bar"]=> object(DateTime)#4 (3) { ["date"]=> string(26) "2022-11-22 01:29:00.016964" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.0.19
object(Foo)#1 (1) { ["bar"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2022-11-22 01:29:00.014455" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(Foo)#3 (1) { ["bar"]=> object(DateTime)#4 (3) { ["date"]=> string(26) "2022-11-22 01:29:00.014455" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.0.18
object(Foo)#1 (1) { ["bar"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2022-11-22 01:29:00.016927" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(Foo)#3 (1) { ["bar"]=> object(DateTime)#4 (3) { ["date"]=> string(26) "2022-11-22 01:29:00.016927" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.0.17
object(Foo)#1 (1) { ["bar"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2022-11-22 01:29:00.016242" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(Foo)#3 (1) { ["bar"]=> object(DateTime)#4 (3) { ["date"]=> string(26) "2022-11-22 01:29:00.016242" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.0.16
object(Foo)#1 (1) { ["bar"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2022-11-22 01:29:00.022578" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(Foo)#3 (1) { ["bar"]=> object(DateTime)#4 (3) { ["date"]=> string(26) "2022-11-22 01:29:00.022578" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.0.15
object(Foo)#1 (1) { ["bar"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2022-11-22 01:29:00.016219" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(Foo)#3 (1) { ["bar"]=> object(DateTime)#4 (3) { ["date"]=> string(26) "2022-11-22 01:29:00.016219" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.0.14
object(Foo)#1 (1) { ["bar"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2022-11-22 01:29:00.018317" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(Foo)#3 (1) { ["bar"]=> object(DateTime)#4 (3) { ["date"]=> string(26) "2022-11-22 01:29:00.018317" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.0.13
object(Foo)#1 (1) { ["bar"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2022-11-22 01:29:00.014907" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(Foo)#3 (1) { ["bar"]=> object(DateTime)#4 (3) { ["date"]=> string(26) "2022-11-22 01:29:00.014907" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.0.12
object(Foo)#1 (1) { ["bar"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2022-11-22 01:29:00.018291" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(Foo)#3 (1) { ["bar"]=> object(DateTime)#4 (3) { ["date"]=> string(26) "2022-11-22 01:29:00.018291" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.0.11
object(Foo)#1 (1) { ["bar"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2022-11-22 01:29:00.017197" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(Foo)#3 (1) { ["bar"]=> object(DateTime)#4 (3) { ["date"]=> string(26) "2022-11-22 01:29:00.017197" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.0.10
object(Foo)#1 (1) { ["bar"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2022-11-22 01:29:00.016900" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(Foo)#3 (1) { ["bar"]=> object(DateTime)#4 (3) { ["date"]=> string(26) "2022-11-22 01:29:00.016900" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.0.9
object(Foo)#1 (1) { ["bar"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2022-11-22 01:29:00.016881" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(Foo)#3 (1) { ["bar"]=> object(DateTime)#4 (3) { ["date"]=> string(26) "2022-11-22 01:29:00.016881" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.0.8
object(Foo)#1 (1) { ["bar"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2022-11-22 01:29:00.021235" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(Foo)#3 (1) { ["bar"]=> object(DateTime)#4 (3) { ["date"]=> string(26) "2022-11-22 01:29:00.021235" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.0.7
object(Foo)#1 (1) { ["bar"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2022-11-22 01:29:00.016551" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(Foo)#3 (1) { ["bar"]=> object(DateTime)#4 (3) { ["date"]=> string(26) "2022-11-22 01:29:00.016551" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.0.6
object(Foo)#1 (1) { ["bar"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2022-11-22 01:29:00.026690" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(Foo)#3 (1) { ["bar"]=> object(DateTime)#4 (3) { ["date"]=> string(26) "2022-11-22 01:29:00.026690" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.0.5
object(Foo)#1 (1) { ["bar"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2022-11-22 01:29:00.017585" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(Foo)#3 (1) { ["bar"]=> object(DateTime)#4 (3) { ["date"]=> string(26) "2022-11-22 01:29:00.017585" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.0.3
object(Foo)#1 (1) { ["bar"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2022-11-22 01:29:00.017351" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(Foo)#3 (1) { ["bar"]=> object(DateTime)#4 (3) { ["date"]=> string(26) "2022-11-22 01:29:00.017351" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.0.2
object(Foo)#1 (1) { ["bar"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2022-11-22 01:29:00.019102" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(Foo)#3 (1) { ["bar"]=> object(DateTime)#4 (3) { ["date"]=> string(26) "2022-11-22 01:29:00.019102" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.0.1
object(Foo)#1 (1) { ["bar"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2022-11-22 01:29:00.016649" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(Foo)#3 (1) { ["bar"]=> object(DateTime)#4 (3) { ["date"]=> string(26) "2022-11-22 01:29:00.016649" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 7.4.0 - 7.4.33
Parse error: syntax error, unexpected 'public' (T_PUBLIC), expecting variable (T_VARIABLE) in /in/uXjCl on line 5
Process exited with code 255.

preferences:
145.47 ms | 401 KiB | 121 Q