3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Foo { private DateTimeImmutable $bar; private ?string $foo; public function getBar(): DateTimeImmutable { return $this->bar ??= new DateTimeImmutable(); } public static function getFoo(): ?string { return $this->foo ??= null; } public static function setFoo(string $foo): self { $this->foo = $foo; return $this; } } $foo = new 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)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.009268" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.009268" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Using $this when not in object context in /in/MDAPb:14 Stack trace: #0 /in/MDAPb(29): Foo::getFoo() #1 {main} thrown in /in/MDAPb on line 14
Process exited with code 255.
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)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.007525" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.007525" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Using $this when not in object context in /in/MDAPb:14 Stack trace: #0 /in/MDAPb(29): Foo::getFoo() #1 {main} thrown in /in/MDAPb on line 14
Process exited with code 255.
Output for 8.3.4
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.010094" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.010094" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Using $this when not in object context in /in/MDAPb:14 Stack trace: #0 /in/MDAPb(29): Foo::getFoo() #1 {main} thrown in /in/MDAPb on line 14
Process exited with code 255.
Output for 8.3.3
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.010392" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.010392" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Using $this when not in object context in /in/MDAPb:14 Stack trace: #0 /in/MDAPb(29): Foo::getFoo() #1 {main} thrown in /in/MDAPb on line 14
Process exited with code 255.
Output for 8.3.2
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.008825" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.008825" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Using $this when not in object context in /in/MDAPb:14 Stack trace: #0 /in/MDAPb(29): Foo::getFoo() #1 {main} thrown in /in/MDAPb on line 14
Process exited with code 255.
Output for 8.3.1
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.008682" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.008682" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Using $this when not in object context in /in/MDAPb:14 Stack trace: #0 /in/MDAPb(29): Foo::getFoo() #1 {main} thrown in /in/MDAPb on line 14
Process exited with code 255.
Output for 8.3.0
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.008937" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.008937" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Using $this when not in object context in /in/MDAPb:14 Stack trace: #0 /in/MDAPb(29): Foo::getFoo() #1 {main} thrown in /in/MDAPb on line 14
Process exited with code 255.
Output for 8.2.18
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.010633" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.010633" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Using $this when not in object context in /in/MDAPb:14 Stack trace: #0 /in/MDAPb(29): Foo::getFoo() #1 {main} thrown in /in/MDAPb on line 14
Process exited with code 255.
Output for 8.2.17
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.009309" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.009309" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Using $this when not in object context in /in/MDAPb:14 Stack trace: #0 /in/MDAPb(29): Foo::getFoo() #1 {main} thrown in /in/MDAPb on line 14
Process exited with code 255.
Output for 8.2.16
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.006708" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.006708" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Using $this when not in object context in /in/MDAPb:14 Stack trace: #0 /in/MDAPb(29): Foo::getFoo() #1 {main} thrown in /in/MDAPb on line 14
Process exited with code 255.
Output for 8.2.15
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003898" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003898" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Using $this when not in object context in /in/MDAPb:14 Stack trace: #0 /in/MDAPb(29): Foo::getFoo() #1 {main} thrown in /in/MDAPb on line 14
Process exited with code 255.
Output for 8.2.14
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003866" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003866" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Using $this when not in object context in /in/MDAPb:14 Stack trace: #0 /in/MDAPb(29): Foo::getFoo() #1 {main} thrown in /in/MDAPb on line 14
Process exited with code 255.
Output for 8.2.13
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003823" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003823" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Using $this when not in object context in /in/MDAPb:14 Stack trace: #0 /in/MDAPb(29): Foo::getFoo() #1 {main} thrown in /in/MDAPb on line 14
Process exited with code 255.
Output for 8.2.12
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003828" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003828" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Using $this when not in object context in /in/MDAPb:14 Stack trace: #0 /in/MDAPb(29): Foo::getFoo() #1 {main} thrown in /in/MDAPb on line 14
Process exited with code 255.
Output for 8.2.11
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.004771" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.004771" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Using $this when not in object context in /in/MDAPb:14 Stack trace: #0 /in/MDAPb(29): Foo::getFoo() #1 {main} thrown in /in/MDAPb on line 14
Process exited with code 255.
Output for 8.2.10
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.005435" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.005435" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Using $this when not in object context in /in/MDAPb:14 Stack trace: #0 /in/MDAPb(29): Foo::getFoo() #1 {main} thrown in /in/MDAPb on line 14
Process exited with code 255.
Output for 8.2.9
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.004213" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.004213" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Using $this when not in object context in /in/MDAPb:14 Stack trace: #0 /in/MDAPb(29): Foo::getFoo() #1 {main} thrown in /in/MDAPb on line 14
Process exited with code 255.
Output for 8.2.8
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003791" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003791" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Using $this when not in object context in /in/MDAPb:14 Stack trace: #0 /in/MDAPb(29): Foo::getFoo() #1 {main} thrown in /in/MDAPb on line 14
Process exited with code 255.
Output for 8.2.7
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.005687" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.005687" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Using $this when not in object context in /in/MDAPb:14 Stack trace: #0 /in/MDAPb(29): Foo::getFoo() #1 {main} thrown in /in/MDAPb on line 14
Process exited with code 255.
Output for 8.2.6
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003759" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003759" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Using $this when not in object context in /in/MDAPb:14 Stack trace: #0 /in/MDAPb(29): Foo::getFoo() #1 {main} thrown in /in/MDAPb on line 14
Process exited with code 255.
Output for 8.2.5
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.004141" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.004141" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Using $this when not in object context in /in/MDAPb:14 Stack trace: #0 /in/MDAPb(29): Foo::getFoo() #1 {main} thrown in /in/MDAPb on line 14
Process exited with code 255.
Output for 8.2.4
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003846" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003846" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Using $this when not in object context in /in/MDAPb:14 Stack trace: #0 /in/MDAPb(29): Foo::getFoo() #1 {main} thrown in /in/MDAPb on line 14
Process exited with code 255.
Output for 8.2.3
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003634" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003634" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Using $this when not in object context in /in/MDAPb:14 Stack trace: #0 /in/MDAPb(29): Foo::getFoo() #1 {main} thrown in /in/MDAPb on line 14
Process exited with code 255.
Output for 8.2.2
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003949" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003949" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Using $this when not in object context in /in/MDAPb:14 Stack trace: #0 /in/MDAPb(29): Foo::getFoo() #1 {main} thrown in /in/MDAPb on line 14
Process exited with code 255.
Output for 8.2.1
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003942" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003942" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Using $this when not in object context in /in/MDAPb:14 Stack trace: #0 /in/MDAPb(29): Foo::getFoo() #1 {main} thrown in /in/MDAPb on line 14
Process exited with code 255.
Output for 8.2.0
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003840" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003840" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Using $this when not in object context in /in/MDAPb:14 Stack trace: #0 /in/MDAPb(29): Foo::getFoo() #1 {main} thrown in /in/MDAPb on line 14
Process exited with code 255.
Output for 8.1.28
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.006743" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.006743" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Using $this when not in object context in /in/MDAPb:14 Stack trace: #0 /in/MDAPb(29): Foo::getFoo() #1 {main} thrown in /in/MDAPb on line 14
Process exited with code 255.
Output for 8.1.27
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003756" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003756" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Using $this when not in object context in /in/MDAPb:14 Stack trace: #0 /in/MDAPb(29): Foo::getFoo() #1 {main} thrown in /in/MDAPb on line 14
Process exited with code 255.
Output for 8.1.26
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.004040" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.004040" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Using $this when not in object context in /in/MDAPb:14 Stack trace: #0 /in/MDAPb(29): Foo::getFoo() #1 {main} thrown in /in/MDAPb on line 14
Process exited with code 255.
Output for 8.1.25
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003581" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003581" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Using $this when not in object context in /in/MDAPb:14 Stack trace: #0 /in/MDAPb(29): Foo::getFoo() #1 {main} thrown in /in/MDAPb on line 14
Process exited with code 255.
Output for 8.1.24
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.004143" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.004143" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Using $this when not in object context in /in/MDAPb:14 Stack trace: #0 /in/MDAPb(29): Foo::getFoo() #1 {main} thrown in /in/MDAPb on line 14
Process exited with code 255.
Output for 8.1.23
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.005240" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.005240" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Using $this when not in object context in /in/MDAPb:14 Stack trace: #0 /in/MDAPb(29): Foo::getFoo() #1 {main} thrown in /in/MDAPb on line 14
Process exited with code 255.
Output for 8.1.22
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003627" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003627" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Using $this when not in object context in /in/MDAPb:14 Stack trace: #0 /in/MDAPb(29): Foo::getFoo() #1 {main} thrown in /in/MDAPb on line 14
Process exited with code 255.
Output for 8.1.21
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.004297" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.004297" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Using $this when not in object context in /in/MDAPb:14 Stack trace: #0 /in/MDAPb(29): Foo::getFoo() #1 {main} thrown in /in/MDAPb on line 14
Process exited with code 255.
Output for 8.1.20
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.004018" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.004018" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Using $this when not in object context in /in/MDAPb:14 Stack trace: #0 /in/MDAPb(29): Foo::getFoo() #1 {main} thrown in /in/MDAPb on line 14
Process exited with code 255.
Output for 8.1.19
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.004432" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.004432" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Using $this when not in object context in /in/MDAPb:14 Stack trace: #0 /in/MDAPb(29): Foo::getFoo() #1 {main} thrown in /in/MDAPb on line 14
Process exited with code 255.
Output for 8.1.18
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003545" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003545" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Using $this when not in object context in /in/MDAPb:14 Stack trace: #0 /in/MDAPb(29): Foo::getFoo() #1 {main} thrown in /in/MDAPb on line 14
Process exited with code 255.
Output for 8.1.17
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.004010" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.004010" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Using $this when not in object context in /in/MDAPb:14 Stack trace: #0 /in/MDAPb(29): Foo::getFoo() #1 {main} thrown in /in/MDAPb on line 14
Process exited with code 255.
Output for 8.1.16
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003517" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003517" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Using $this when not in object context in /in/MDAPb:14 Stack trace: #0 /in/MDAPb(29): Foo::getFoo() #1 {main} thrown in /in/MDAPb on line 14
Process exited with code 255.
Output for 8.1.15
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003583" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003583" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Using $this when not in object context in /in/MDAPb:14 Stack trace: #0 /in/MDAPb(29): Foo::getFoo() #1 {main} thrown in /in/MDAPb on line 14
Process exited with code 255.
Output for 8.1.14
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003728" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003728" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Using $this when not in object context in /in/MDAPb:14 Stack trace: #0 /in/MDAPb(29): Foo::getFoo() #1 {main} thrown in /in/MDAPb on line 14
Process exited with code 255.
Output for 8.1.13
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003226" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003226" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Using $this when not in object context in /in/MDAPb:14 Stack trace: #0 /in/MDAPb(29): Foo::getFoo() #1 {main} thrown in /in/MDAPb on line 14
Process exited with code 255.
Output for 8.1.12
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003538" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003538" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Using $this when not in object context in /in/MDAPb:14 Stack trace: #0 /in/MDAPb(29): Foo::getFoo() #1 {main} thrown in /in/MDAPb on line 14
Process exited with code 255.
Output for 8.1.11
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.004036" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.004036" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Using $this when not in object context in /in/MDAPb:14 Stack trace: #0 /in/MDAPb(29): Foo::getFoo() #1 {main} thrown in /in/MDAPb on line 14
Process exited with code 255.
Output for 8.1.10
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003731" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003731" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Using $this when not in object context in /in/MDAPb:14 Stack trace: #0 /in/MDAPb(29): Foo::getFoo() #1 {main} thrown in /in/MDAPb on line 14
Process exited with code 255.
Output for 8.1.9
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003952" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003952" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Using $this when not in object context in /in/MDAPb:14 Stack trace: #0 /in/MDAPb(29): Foo::getFoo() #1 {main} thrown in /in/MDAPb on line 14
Process exited with code 255.
Output for 8.1.8
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003643" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003643" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Using $this when not in object context in /in/MDAPb:14 Stack trace: #0 /in/MDAPb(29): Foo::getFoo() #1 {main} thrown in /in/MDAPb on line 14
Process exited with code 255.
Output for 8.1.7
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003378" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003378" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Using $this when not in object context in /in/MDAPb:14 Stack trace: #0 /in/MDAPb(29): Foo::getFoo() #1 {main} thrown in /in/MDAPb on line 14
Process exited with code 255.
Output for 8.1.6
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003886" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003886" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Using $this when not in object context in /in/MDAPb:14 Stack trace: #0 /in/MDAPb(29): Foo::getFoo() #1 {main} thrown in /in/MDAPb on line 14
Process exited with code 255.
Output for 8.1.5
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003619" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003619" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Using $this when not in object context in /in/MDAPb:14 Stack trace: #0 /in/MDAPb(29): Foo::getFoo() #1 {main} thrown in /in/MDAPb on line 14
Process exited with code 255.
Output for 8.1.4
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003766" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003766" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Using $this when not in object context in /in/MDAPb:14 Stack trace: #0 /in/MDAPb(29): Foo::getFoo() #1 {main} thrown in /in/MDAPb on line 14
Process exited with code 255.
Output for 8.1.3
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003970" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003970" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Using $this when not in object context in /in/MDAPb:14 Stack trace: #0 /in/MDAPb(29): Foo::getFoo() #1 {main} thrown in /in/MDAPb on line 14
Process exited with code 255.
Output for 8.1.2
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003909" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003909" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Using $this when not in object context in /in/MDAPb:14 Stack trace: #0 /in/MDAPb(29): Foo::getFoo() #1 {main} thrown in /in/MDAPb on line 14
Process exited with code 255.
Output for 8.1.1
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003532" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003532" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Using $this when not in object context in /in/MDAPb:14 Stack trace: #0 /in/MDAPb(29): Foo::getFoo() #1 {main} thrown in /in/MDAPb on line 14
Process exited with code 255.
Output for 8.1.0
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003838" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003838" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Using $this when not in object context in /in/MDAPb:14 Stack trace: #0 /in/MDAPb(29): Foo::getFoo() #1 {main} thrown in /in/MDAPb on line 14
Process exited with code 255.
Output for 8.0.30
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003466" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003466" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Using $this when not in object context in /in/MDAPb:14 Stack trace: #0 /in/MDAPb(29): Foo::getFoo() #1 {main} thrown in /in/MDAPb on line 14
Process exited with code 255.
Output for 8.0.29
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.004979" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.004979" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Using $this when not in object context in /in/MDAPb:14 Stack trace: #0 /in/MDAPb(29): Foo::getFoo() #1 {main} thrown in /in/MDAPb on line 14
Process exited with code 255.
Output for 8.0.28
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003386" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003386" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Using $this when not in object context in /in/MDAPb:14 Stack trace: #0 /in/MDAPb(29): Foo::getFoo() #1 {main} thrown in /in/MDAPb on line 14
Process exited with code 255.
Output for 8.0.27
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003537" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003537" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Using $this when not in object context in /in/MDAPb:14 Stack trace: #0 /in/MDAPb(29): Foo::getFoo() #1 {main} thrown in /in/MDAPb on line 14
Process exited with code 255.
Output for 8.0.26
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003305" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003305" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Using $this when not in object context in /in/MDAPb:14 Stack trace: #0 /in/MDAPb(29): Foo::getFoo() #1 {main} thrown in /in/MDAPb on line 14
Process exited with code 255.
Output for 8.0.25
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003213" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003213" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Using $this when not in object context in /in/MDAPb:14 Stack trace: #0 /in/MDAPb(29): Foo::getFoo() #1 {main} thrown in /in/MDAPb on line 14
Process exited with code 255.
Output for 8.0.24
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003236" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003236" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Using $this when not in object context in /in/MDAPb:14 Stack trace: #0 /in/MDAPb(29): Foo::getFoo() #1 {main} thrown in /in/MDAPb on line 14
Process exited with code 255.
Output for 8.0.23
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003587" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003587" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Using $this when not in object context in /in/MDAPb:14 Stack trace: #0 /in/MDAPb(29): Foo::getFoo() #1 {main} thrown in /in/MDAPb on line 14
Process exited with code 255.
Output for 8.0.22
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.004113" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.004113" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Using $this when not in object context in /in/MDAPb:14 Stack trace: #0 /in/MDAPb(29): Foo::getFoo() #1 {main} thrown in /in/MDAPb on line 14
Process exited with code 255.
Output for 8.0.21
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003132" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003132" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Using $this when not in object context in /in/MDAPb:14 Stack trace: #0 /in/MDAPb(29): Foo::getFoo() #1 {main} thrown in /in/MDAPb on line 14
Process exited with code 255.
Output for 8.0.20
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003185" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003185" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Using $this when not in object context in /in/MDAPb:14 Stack trace: #0 /in/MDAPb(29): Foo::getFoo() #1 {main} thrown in /in/MDAPb on line 14
Process exited with code 255.
Output for 8.0.19
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003934" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003934" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Using $this when not in object context in /in/MDAPb:14 Stack trace: #0 /in/MDAPb(29): Foo::getFoo() #1 {main} thrown in /in/MDAPb on line 14
Process exited with code 255.
Output for 8.0.18
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003482" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003482" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Using $this when not in object context in /in/MDAPb:14 Stack trace: #0 /in/MDAPb(29): Foo::getFoo() #1 {main} thrown in /in/MDAPb on line 14
Process exited with code 255.
Output for 8.0.17
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.004942" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.004942" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Using $this when not in object context in /in/MDAPb:14 Stack trace: #0 /in/MDAPb(29): Foo::getFoo() #1 {main} thrown in /in/MDAPb on line 14
Process exited with code 255.
Output for 8.0.16
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003390" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003390" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Using $this when not in object context in /in/MDAPb:14 Stack trace: #0 /in/MDAPb(29): Foo::getFoo() #1 {main} thrown in /in/MDAPb on line 14
Process exited with code 255.
Output for 8.0.15
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003410" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003410" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Using $this when not in object context in /in/MDAPb:14 Stack trace: #0 /in/MDAPb(29): Foo::getFoo() #1 {main} thrown in /in/MDAPb on line 14
Process exited with code 255.
Output for 8.0.14
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003489" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003489" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Using $this when not in object context in /in/MDAPb:14 Stack trace: #0 /in/MDAPb(29): Foo::getFoo() #1 {main} thrown in /in/MDAPb on line 14
Process exited with code 255.
Output for 8.0.13
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 17:30:30.002456" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 17:30:30.002456" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } Fatal error: Uncaught Error: Using $this when not in object context in /in/MDAPb:14 Stack trace: #0 /in/MDAPb(29): Foo::getFoo() #1 {main} thrown in /in/MDAPb on line 14
Process exited with code 255.
Output for 8.0.12
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003682" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003682" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Using $this when not in object context in /in/MDAPb:14 Stack trace: #0 /in/MDAPb(29): Foo::getFoo() #1 {main} thrown in /in/MDAPb on line 14
Process exited with code 255.
Output for 8.0.11
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003591" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003591" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Using $this when not in object context in /in/MDAPb:14 Stack trace: #0 /in/MDAPb(29): Foo::getFoo() #1 {main} thrown in /in/MDAPb on line 14
Process exited with code 255.
Output for 8.0.10
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003870" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003870" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Using $this when not in object context in /in/MDAPb:14 Stack trace: #0 /in/MDAPb(29): Foo::getFoo() #1 {main} thrown in /in/MDAPb on line 14
Process exited with code 255.
Output for 8.0.9
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.004151" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.004151" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Using $this when not in object context in /in/MDAPb:14 Stack trace: #0 /in/MDAPb(29): Foo::getFoo() #1 {main} thrown in /in/MDAPb on line 14
Process exited with code 255.
Output for 8.0.8
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.010589" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.010589" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Using $this when not in object context in /in/MDAPb:14 Stack trace: #0 /in/MDAPb(29): Foo::getFoo() #1 {main} thrown in /in/MDAPb on line 14
Process exited with code 255.
Output for 8.0.7
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003439" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003439" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Using $this when not in object context in /in/MDAPb:14 Stack trace: #0 /in/MDAPb(29): Foo::getFoo() #1 {main} thrown in /in/MDAPb on line 14
Process exited with code 255.
Output for 8.0.6
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003809" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003809" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Using $this when not in object context in /in/MDAPb:14 Stack trace: #0 /in/MDAPb(29): Foo::getFoo() #1 {main} thrown in /in/MDAPb on line 14
Process exited with code 255.
Output for 8.0.5
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003815" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003815" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Using $this when not in object context in /in/MDAPb:14 Stack trace: #0 /in/MDAPb(29): Foo::getFoo() #1 {main} thrown in /in/MDAPb on line 14
Process exited with code 255.
Output for 8.0.3
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.009884" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.009884" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Using $this when not in object context in /in/MDAPb:14 Stack trace: #0 /in/MDAPb(29): Foo::getFoo() #1 {main} thrown in /in/MDAPb on line 14
Process exited with code 255.
Output for 8.0.2
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.009166" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.009166" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Using $this when not in object context in /in/MDAPb:14 Stack trace: #0 /in/MDAPb(29): Foo::getFoo() #1 {main} thrown in /in/MDAPb on line 14
Process exited with code 255.
Output for 8.0.1
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003762" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003762" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Using $this when not in object context in /in/MDAPb:14 Stack trace: #0 /in/MDAPb(29): Foo::getFoo() #1 {main} thrown in /in/MDAPb on line 14
Process exited with code 255.
Output for 8.0.0
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.009200" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.009200" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Using $this when not in object context in /in/MDAPb:14 Stack trace: #0 /in/MDAPb(29): Foo::getFoo() #1 {main} thrown in /in/MDAPb on line 14
Process exited with code 255.
Output for 7.4.33
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.001746" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.001746" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Using $this when not in object context in /in/MDAPb:14 Stack trace: #0 /in/MDAPb(29): Foo::getFoo() #1 {main} thrown in /in/MDAPb on line 14
Process exited with code 255.
Output for 7.4.32
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003312" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003312" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Using $this when not in object context in /in/MDAPb:14 Stack trace: #0 /in/MDAPb(29): Foo::getFoo() #1 {main} thrown in /in/MDAPb on line 14
Process exited with code 255.
Output for 7.4.30
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003254" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003254" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Using $this when not in object context in /in/MDAPb:14 Stack trace: #0 /in/MDAPb(29): Foo::getFoo() #1 {main} thrown in /in/MDAPb on line 14
Process exited with code 255.
Output for 7.4.29
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003746" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003746" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Using $this when not in object context in /in/MDAPb:14 Stack trace: #0 /in/MDAPb(29): Foo::getFoo() #1 {main} thrown in /in/MDAPb on line 14
Process exited with code 255.
Output for 7.4.28
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003547" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003547" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Using $this when not in object context in /in/MDAPb:14 Stack trace: #0 /in/MDAPb(29): Foo::getFoo() #1 {main} thrown in /in/MDAPb on line 14
Process exited with code 255.
Output for 7.4.27
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003170" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003170" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Using $this when not in object context in /in/MDAPb:14 Stack trace: #0 /in/MDAPb(29): Foo::getFoo() #1 {main} thrown in /in/MDAPb on line 14
Process exited with code 255.
Output for 7.4.26
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 17:30:30.002103" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 17:30:30.002103" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } Fatal error: Uncaught Error: Using $this when not in object context in /in/MDAPb:14 Stack trace: #0 /in/MDAPb(29): Foo::getFoo() #1 {main} thrown in /in/MDAPb on line 14
Process exited with code 255.
Output for 7.4.25
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003629" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003629" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Using $this when not in object context in /in/MDAPb:14 Stack trace: #0 /in/MDAPb(29): Foo::getFoo() #1 {main} thrown in /in/MDAPb on line 14
Process exited with code 255.
Output for 7.4.24
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003716" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003716" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Using $this when not in object context in /in/MDAPb:14 Stack trace: #0 /in/MDAPb(29): Foo::getFoo() #1 {main} thrown in /in/MDAPb on line 14
Process exited with code 255.
Output for 7.4.23
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003205" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003205" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Using $this when not in object context in /in/MDAPb:14 Stack trace: #0 /in/MDAPb(29): Foo::getFoo() #1 {main} thrown in /in/MDAPb on line 14
Process exited with code 255.
Output for 7.4.22
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003605" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003605" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Using $this when not in object context in /in/MDAPb:14 Stack trace: #0 /in/MDAPb(29): Foo::getFoo() #1 {main} thrown in /in/MDAPb on line 14
Process exited with code 255.
Output for 7.4.21
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.007516" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.007516" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Using $this when not in object context in /in/MDAPb:14 Stack trace: #0 /in/MDAPb(29): Foo::getFoo() #1 {main} thrown in /in/MDAPb on line 14
Process exited with code 255.
Output for 7.4.20
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003313" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003313" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Using $this when not in object context in /in/MDAPb:14 Stack trace: #0 /in/MDAPb(29): Foo::getFoo() #1 {main} thrown in /in/MDAPb on line 14
Process exited with code 255.
Output for 7.4.13
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.009090" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.009090" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Using $this when not in object context in /in/MDAPb:14 Stack trace: #0 /in/MDAPb(29): Foo::getFoo() #1 {main} thrown in /in/MDAPb on line 14
Process exited with code 255.
Output for 7.4.12
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.012017" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.012017" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Using $this when not in object context in /in/MDAPb:14 Stack trace: #0 /in/MDAPb(29): Foo::getFoo() #1 {main} thrown in /in/MDAPb on line 14
Process exited with code 255.
Output for 7.4.11
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.011423" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.011423" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Using $this when not in object context in /in/MDAPb:14 Stack trace: #0 /in/MDAPb(29): Foo::getFoo() #1 {main} thrown in /in/MDAPb on line 14
Process exited with code 255.
Output for 7.4.10
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.010273" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.010273" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Using $this when not in object context in /in/MDAPb:14 Stack trace: #0 /in/MDAPb(29): Foo::getFoo() #1 {main} thrown in /in/MDAPb on line 14
Process exited with code 255.
Output for 7.4.9
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.008622" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.008622" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Using $this when not in object context in /in/MDAPb:14 Stack trace: #0 /in/MDAPb(29): Foo::getFoo() #1 {main} thrown in /in/MDAPb on line 14
Process exited with code 255.
Output for 7.4.8
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.008911" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.008911" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Using $this when not in object context in /in/MDAPb:14 Stack trace: #0 /in/MDAPb(29): Foo::getFoo() #1 {main} thrown in /in/MDAPb on line 14
Process exited with code 255.
Output for 7.4.7
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.008479" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.008479" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Using $this when not in object context in /in/MDAPb:14 Stack trace: #0 /in/MDAPb(29): Foo::getFoo() #1 {main} thrown in /in/MDAPb on line 14
Process exited with code 255.
Output for 7.4.6
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.000320" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.000320" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Using $this when not in object context in /in/MDAPb:14 Stack trace: #0 /in/MDAPb(29): Foo::getFoo() #1 {main} thrown in /in/MDAPb on line 14
Process exited with code 255.
Output for 7.4.5
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003758" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.003758" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Using $this when not in object context in /in/MDAPb:14 Stack trace: #0 /in/MDAPb(29): Foo::getFoo() #1 {main} thrown in /in/MDAPb on line 14
Process exited with code 255.
Output for 7.4.4
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.009073" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.009073" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Using $this when not in object context in /in/MDAPb:14 Stack trace: #0 /in/MDAPb(29): Foo::getFoo() #1 {main} thrown in /in/MDAPb on line 14
Process exited with code 255.
Output for 7.4.0
object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.000319" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2019-12-02 18:30:30.000319" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Using $this when not in object context in /in/MDAPb:14 Stack trace: #0 /in/MDAPb(29): Foo::getFoo() #1 {main} thrown in /in/MDAPb on line 14
Process exited with code 255.
Output for 7.1.26 - 7.1.33, 7.2.17 - 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/MDAPb on line 4
Process exited with code 255.

preferences:
179.74 ms | 402 KiB | 164 Q