3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Foo { private static DateTimeImmutable $bar; private static ?string $foo; public static function getBar(): DateTimeImmutable { return self::$bar ??= new DateTimeImmutable(); } public static function getFoo(): ?string { return self::$foo ??= null; } public static function setFoo(string $foo): void { self::$foo = $foo; } } var_dump(Foo::getBar()); var_dump(Foo::getBar()); var_dump(Foo::getFoo()); Foo::setFoo('test'); var_dump(Foo::getFoo());
Output for 8.3.6
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.010329" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.010329" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } NULL string(4) "test"
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 object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.007173" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.007173" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } NULL string(4) "test"
Output for 8.3.4
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.007249" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.007249" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } NULL string(4) "test"
Output for 8.3.3
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.006741" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.006741" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } NULL string(4) "test"
Output for 8.3.2
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003927" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003927" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } NULL string(4) "test"
Output for 8.3.1
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003783" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003783" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } NULL string(4) "test"
Output for 8.3.0
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003862" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003862" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } NULL string(4) "test"
Output for 8.2.18
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.010502" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.010502" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } NULL string(4) "test"
Output for 8.2.17
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.008528" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.008528" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } NULL string(4) "test"
Output for 8.2.16
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.006714" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.006714" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } NULL string(4) "test"
Output for 8.2.15
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003938" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003938" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } NULL string(4) "test"
Output for 8.2.14
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.004014" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.004014" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } NULL string(4) "test"
Output for 8.2.13
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003705" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003705" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } NULL string(4) "test"
Output for 8.2.12
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003626" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003626" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } NULL string(4) "test"
Output for 8.2.11
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.004376" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.004376" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } NULL string(4) "test"
Output for 8.2.10
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.005014" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.005014" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } NULL string(4) "test"
Output for 8.2.9
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003872" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003872" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } NULL string(4) "test"
Output for 8.2.8
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003877" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003877" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } NULL string(4) "test"
Output for 8.2.4, 8.2.7
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003821" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003821" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } NULL string(4) "test"
Output for 8.2.6
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003762" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003762" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } NULL string(4) "test"
Output for 8.2.5
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.004335" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.004335" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } NULL string(4) "test"
Output for 8.2.3
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003752" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003752" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } NULL string(4) "test"
Output for 8.2.2
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003810" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003810" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } NULL string(4) "test"
Output for 8.2.1
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.004071" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.004071" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } NULL string(4) "test"
Output for 8.2.0
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003808" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003808" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } NULL string(4) "test"
Output for 8.1.28
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.009672" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.009672" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } NULL string(4) "test"
Output for 8.0.27, 8.1.27
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003756" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003756" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } NULL string(4) "test"
Output for 8.1.26
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003584" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003584" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } NULL string(4) "test"
Output for 8.1.25
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003540" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003540" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } NULL string(4) "test"
Output for 8.1.24
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003891" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003891" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } NULL string(4) "test"
Output for 8.1.23
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.005056" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.005056" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } NULL string(4) "test"
Output for 8.1.22
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003951" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003951" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } NULL string(4) "test"
Output for 8.1.21
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003867" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003867" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } NULL string(4) "test"
Output for 8.1.20
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.006727" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.006727" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } NULL string(4) "test"
Output for 8.1.19
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003697" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003697" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } NULL string(4) "test"
Output for 8.1.18
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003788" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003788" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } NULL string(4) "test"
Output for 8.1.17
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.004193" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.004193" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } NULL string(4) "test"
Output for 8.1.16
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003455" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003455" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } NULL string(4) "test"
Output for 8.1.15
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003545" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003545" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } NULL string(4) "test"
Output for 8.1.14
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003755" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003755" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } NULL string(4) "test"
Output for 8.1.13
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003786" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003786" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } NULL string(4) "test"
Output for 8.1.12
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003640" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003640" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } NULL string(4) "test"
Output for 8.1.11
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003669" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003669" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } NULL string(4) "test"
Output for 8.1.10
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003751" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003751" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } NULL string(4) "test"
Output for 8.1.9
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.004045" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.004045" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } NULL string(4) "test"
Output for 8.1.8
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003731" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003731" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } NULL string(4) "test"
Output for 8.1.7
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003336" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003336" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } NULL string(4) "test"
Output for 8.1.6
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003776" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003776" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } NULL string(4) "test"
Output for 8.1.5
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003997" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003997" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } NULL string(4) "test"
Output for 8.1.4
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.004176" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.004176" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } NULL string(4) "test"
Output for 8.1.3
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003727" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003727" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } NULL string(4) "test"
Output for 8.1.2
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003514" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003514" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } NULL string(4) "test"
Output for 8.1.1
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003936" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003936" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } NULL string(4) "test"
Output for 8.1.0
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003904" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003904" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } NULL string(4) "test"
Output for 8.0.30
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003366" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003366" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } NULL string(4) "test"
Output for 8.0.29
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003768" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003768" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } NULL string(4) "test"
Output for 8.0.28
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003344" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003344" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } NULL string(4) "test"
Output for 8.0.26
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003186" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003186" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } NULL string(4) "test"
Output for 8.0.25
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.004981" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.004981" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } NULL string(4) "test"
Output for 8.0.24
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003306" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003306" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } NULL string(4) "test"
Output for 8.0.23
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003332" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003332" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } NULL string(4) "test"
Output for 8.0.22
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003546" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003546" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } NULL string(4) "test"
Output for 8.0.21
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003365" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003365" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } NULL string(4) "test"
Output for 8.0.20
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003657" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003657" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } NULL string(4) "test"
Output for 8.0.19
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003399" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003399" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } NULL string(4) "test"
Output for 8.0.18
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003599" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003599" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } NULL string(4) "test"
Output for 8.0.17
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003851" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003851" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } NULL string(4) "test"
Output for 8.0.16
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003389" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003389" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } NULL string(4) "test"
Output for 8.0.15
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.004814" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.004814" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } NULL string(4) "test"
Output for 8.0.14
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003417" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003417" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } NULL string(4) "test"
Output for 8.0.13
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 17:26:16.002426" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 17:26:16.002426" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } NULL string(4) "test"
Output for 8.0.12
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003734" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003734" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } NULL string(4) "test"
Output for 8.0.11
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003441" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003441" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } NULL string(4) "test"
Output for 8.0.10
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003394" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003394" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } NULL string(4) "test"
Output for 8.0.9
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003939" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003939" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } NULL string(4) "test"
Output for 8.0.8
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.007141" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.007141" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } NULL string(4) "test"
Output for 8.0.7
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003569" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003569" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } NULL string(4) "test"
Output for 8.0.6
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003548" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003548" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } NULL string(4) "test"
Output for 8.0.5
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003574" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003574" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } NULL string(4) "test"
Output for 8.0.3
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.007221" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.007221" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } NULL string(4) "test"
Output for 8.0.2
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.009840" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.009840" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } NULL string(4) "test"
Output for 8.0.1
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003439" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003439" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } NULL string(4) "test"
Output for 8.0.0
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.009169" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.009169" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } NULL string(4) "test"
Output for 7.4.33
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.002188" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.002188" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } NULL string(4) "test"
Output for 7.4.32
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003447" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003447" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } NULL string(4) "test"
Output for 7.4.30
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.004401" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.004401" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } NULL string(4) "test"
Output for 7.4.29
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003341" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003341" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } NULL string(4) "test"
Output for 7.4.28
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003553" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003553" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } NULL string(4) "test"
Output for 7.4.27
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003179" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003179" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } NULL string(4) "test"
Output for 7.4.26
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 17:26:16.002354" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 17:26:16.002354" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } NULL string(4) "test"
Output for 7.4.25
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003167" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003167" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } NULL string(4) "test"
Output for 7.4.24
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003895" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003895" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } NULL string(4) "test"
Output for 7.4.23
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003268" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003268" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } NULL string(4) "test"
Output for 7.4.22
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003258" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003258" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } NULL string(4) "test"
Output for 7.4.21
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.007378" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.007378" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } NULL string(4) "test"
Output for 7.4.20
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003534" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.003534" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } NULL string(4) "test"
Output for 7.4.14
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.008737" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.008737" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } NULL string(4) "test"
Output for 7.4.13
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.009124" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.009124" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } NULL string(4) "test"
Output for 7.4.12
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.010554" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.010554" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } NULL string(4) "test"
Output for 7.4.11
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.010223" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.010223" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } NULL string(4) "test"
Output for 7.4.10
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.009997" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.009997" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } NULL string(4) "test"
Output for 7.4.9
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.011766" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.011766" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } NULL string(4) "test"
Output for 7.4.8
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.008241" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.008241" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } NULL string(4) "test"
Output for 7.4.7
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.008401" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.008401" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } NULL string(4) "test"
Output for 7.4.6
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.000331" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.000331" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } NULL string(4) "test"
Output for 7.4.5
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.004780" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.004780" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } NULL string(4) "test"
Output for 7.4.4
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.008768" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.008768" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } NULL string(4) "test"
Output for 7.4.1
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.000241" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.000241" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } NULL string(4) "test"
Output for 7.4.0
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.000324" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2019-12-02 18:26:16.000324" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } NULL string(4) "test"
Output for 7.1.26 - 7.1.33, 7.2.0 - 7.2.33, 7.3.0 - 7.3.33
Parse error: syntax error, unexpected 'DateTimeImmutable' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST) in /in/JiuaG on line 4
Process exited with code 255.

preferences:
186.19 ms | 402 KiB | 185 Q