3v4l.org

run code in 500+ PHP versions simultaneously
<?php class SomeClass { public function run() { $this->some_call(); } #[\NoDiscard] private function some_call() { } } (new SomeClass())->run();
Output for 8.5.3 - 8.5.7
Warning: The return value of method SomeClass::some_call() should either be used or intentionally ignored by casting it as (void) in /in/YXB9c on line 7
Output for 8.3.5 - 8.3.18, 8.4.9 - 8.4.22

preferences:
50.98 ms | 522 KiB | 4 Q