3v4l.org

run code in 300+ PHP versions simultaneously
<?php class GetContactDto { protected int $count; public function getCount(): int { return $this->count ?? 0; } } var_dump((new GetContactDto)->getCount());
Output for 8.1.0 - 8.1.29, 8.2.0 - 8.2.20, 8.3.0 - 8.3.8
int(0)

preferences:
46.1 ms | 402 KiB | 65 Q