3v4l.org

run code in 300+ 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

preferences:
38.91 ms | 481 KiB | 4 Q