3v4l.org

run code in 300+ PHP versions simultaneously
<?php class test { public function titi() { return "ok"; } } $toto = new Test(); echo $toto->titi() ?? "ok"; echo $toto->tata() ?? "ok";
Output for 7.0.0 - 7.0.26, 7.1.0 - 7.1.20, 7.2.6 - 7.2.33, 7.3.16 - 7.3.33, 7.4.0 - 7.4.33, 8.0.0 - 8.0.30, 8.1.0 - 8.1.32, 8.2.0 - 8.2.28, 8.3.0 - 8.3.21, 8.4.1 - 8.4.7
ok Fatal error: Uncaught Error: Call to undefined method test::tata() in /in/bdj4j:14 Stack trace: #0 {main} thrown in /in/bdj4j on line 14
Process exited with code 255.

preferences:
147.92 ms | 408 KiB | 5 Q