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.9
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.33, 8.4.9 - 8.4.24

preferences:
54.94 ms | 549 KiB | 4 Q