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.8
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.2.31 - 8.2.32, 8.3.5 - 8.3.32, 8.4.9 - 8.4.23

preferences:
46.95 ms | 546 KiB | 4 Q