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
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

preferences:
41.98 ms | 500 KiB | 4 Q