3v4l.org

run code in 300+ PHP versions simultaneously
<?php final class PaypalRepository { /** * @var string */ private string $apiUrl; public function __construct() { if (rand(0,1)) { $this->apiUrl = 'https://example.com/'; } else { $this->apiUrl = 'https://another.example.com/'; } unset($this->apiUrl); } } new PaypalRepository();
Output for 8.1.0 - 8.1.26, 8.2.0 - 8.2.13, 8.3.0

preferences:
70.23 ms | 403 KiB | 47 Q