3v4l.org

run code in 300+ PHP versions simultaneously
<?php class MyEntity { public ?int $id = null; public ?\DateTimeImmutable $updatedAt = null; public function setUpdatedAt(): self { if (null !== $this->id || null === $this->updatedAt) { $this->updatedAt = new DateTimeImmutable(); } return $this; } } // Insert without custom date $a = new MyEntity(); $a->setUpdatedAt(); var_dump($a); // Insert with custom date $b = new MyEntity(); $b->updatedAt = new \DateTimeImmutable('2022-09-16'); $b->setUpdatedAt(); var_dump($b); // Update $c = new MyEntity(); $c->id = 42; $c->updatedAt = new \DateTimeImmutable('2022-09-16'); $c->setUpdatedAt(); var_dump($c);
Output for 8.4.12
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.010117" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.010303" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.4.11
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.009913" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.010117" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.4.10
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.009425" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.009661" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.4.9
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.010218" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.010409" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.4.8
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.009564" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.009792" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.4.7
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.008705" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.008902" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.4.6
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.011079" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.011349" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.4.5
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.004284" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.004375" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.4.4
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.004203" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.004291" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.4.3
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.009617" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.009854" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.4.2
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.010141" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.010339" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.4.1
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.004138" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.004237" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.3.25
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.007477" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.007633" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.3.24
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.007721" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.007835" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.3.23
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.009390" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.009703" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.3.22
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.004045" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.004137" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.3.21
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.007037" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.007125" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.3.20
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.010397" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.010642" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.3.19
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.004014" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.004118" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.3.18
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.011073" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.011276" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.3.17
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.009216" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.009478" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.3.16
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.008988" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.009246" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.3.15
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.009415" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.009656" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.3.14
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.004140" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.004234" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.3.13
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.004500" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.004605" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.3.12
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.007482" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.007660" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.3.11
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.005146" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.005255" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.3.10
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.009018" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.009265" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.3.9
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.009239" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.009490" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.3.8
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.004984" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.005077" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.3.7
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.010418" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.010651" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.3.6
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.011643" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.011896" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.3.5
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.008976" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.009202" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.3.4
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.007004" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.007199" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.3.3
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.008872" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.009087" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.3.2
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.003814" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.003911" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.3.1
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.003823" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.003918" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.3.0
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.003958" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.004053" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.2.29
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.008826" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.009003" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.2.28
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.010068" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.010321" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.2.27
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.009805" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.010038" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.2.26
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.003710" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.003795" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.2.25
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.003972" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.004059" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.2.24
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.004054" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.004155" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.2.23
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.004800" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.004901" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.2.22
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.005417" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.005534" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.2.21
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.005787" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.005896" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.2.20
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.004073" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.004177" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.2.19
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.008953" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.009175" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.2.18
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.007367" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.007521" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.2.17
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.013339" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.013660" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.2.16
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.007186" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.007354" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.2.15
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.003700" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.003796" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.2.14
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.003958" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.004081" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.2.13
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.003719" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.003806" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.2.12
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.003996" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.004092" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.2.11
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.010071" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.010325" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.2.10
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.010481" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.010768" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.2.9
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.011004" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.011282" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.2.8
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.010556" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.010800" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.2.7
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.011995" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.012260" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.2.6
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.011456" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.012406" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.2.5
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.007918" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.008160" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.2.4
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.010389" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.010635" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.2.3
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.008735" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.008922" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.2.2
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.008517" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.008706" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.2.1
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.010211" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.010467" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.2.0
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.008374" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.008562" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.1.33
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.008674" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.008920" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.1.32
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.009800" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.010036" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.1.31
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.003693" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.003779" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.1.30
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.006848" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.007012" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.1.29
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.004080" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.004190" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.1.28
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.006840" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.006996" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.1.27
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.004496" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.004603" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.1.26
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.003660" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.003761" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.1.25
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.003874" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.003967" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.1.24
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.004845" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.004945" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.1.23
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.004721" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.004825" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.1.22
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.004450" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.004551" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.1.21
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.004632" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.004750" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.1.20
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.004457" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.004565" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.1.19
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.004460" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.004566" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.1.18
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.006363" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.006603" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.1.17
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.004448" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.004549" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.1.16
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.004487" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.004589" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.1.15
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.004891" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.005008" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.1.14
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.004643" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.004744" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.1.13
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.008364" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.008601" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.1.12
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.004413" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.004520" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.1.11
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.004558" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.004660" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.1.10
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.009739" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.009841" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.1.9
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.005298" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.005409" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.1.8
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.004839" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.004931" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.1.7
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.009913" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.010151" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.1.6
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.004442" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.004542" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.1.5
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.004542" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.004640" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.1.4
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.004480" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.004580" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.1.3
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.004863" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.005056" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.1.2
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.004841" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.004949" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.1.1
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.004817" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.004948" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.1.0
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.004317" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.004423" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.0.30
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.004181" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.004283" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.0.29
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.009496" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.009828" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.0.28
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.009592" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.009971" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.0.27
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.009600" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.009924" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.0.26
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.008159" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.008346" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.0.25
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.009166" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.009404" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.0.24
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.004156" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.004646" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.0.23
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.007418" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.007612" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.0.22
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.004090" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.004193" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.0.21
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.004010" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.004127" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.0.20
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.007596" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.007789" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.0.19
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.004143" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.004245" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.0.18
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.004106" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.004204" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.0.17
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.004120" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.004223" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.0.16
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.003936" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.004038" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.0.15
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.004370" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.004579" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.0.14
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.004447" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.004644" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.0.13
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.007238" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.007343" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.0.12
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.009340" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.009575" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.0.11
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.003886" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.003987" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.0.10
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.004132" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.004235" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.0.9
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.004175" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.004278" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.0.8
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.006182" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.006371" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.0.7
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.004221" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.004338" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.0.6
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.008860" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.009098" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.0.5
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.004150" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.004251" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.0.3
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.007641" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.007837" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.0.2
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.007651" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.007847" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }
Output for 8.0.1
object(MyEntity)#1 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#2 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.004129" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#3 (2) { ["id"]=> NULL ["updatedAt"]=> object(DateTimeImmutable)#4 (3) { ["date"]=> string(26) "2022-09-16 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } object(MyEntity)#5 (2) { ["id"]=> int(42) ["updatedAt"]=> object(DateTimeImmutable)#7 (3) { ["date"]=> string(26) "2023-10-19 14:18:35.004232" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } }

preferences:
92.98 ms | 703 KiB | 5 Q