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());

preferences:
32.56 ms | 402 KiB | 5 Q