3v4l.org

run code in 300+ PHP versions simultaneously
<?php class BadSplFileInfo extends \SplFileInfo { public function __construct() { } } $file = new BadSplFileInfo(); var_dump($file->getPathname()); $file->isReadable();
Output for 8.0.0 - 8.0.30, 8.1.0 - 8.1.29, 8.2.0 - 8.2.22, 8.3.0 - 8.3.10
string(0) "" Fatal error: Uncaught Error: Object not initialized in /in/s4c4O:13 Stack trace: #0 /in/s4c4O(13): SplFileInfo->isReadable() #1 {main} thrown in /in/s4c4O on line 13
Process exited with code 255.
Output for 7.2.0 - 7.2.33, 7.3.0 - 7.3.33, 7.4.0 - 7.4.33
bool(false) Fatal error: SplFileInfo::isReadable(): Object not initialized in /in/s4c4O on line 13
Process exited with code 255.

preferences:
79.81 ms | 407 KiB | 5 Q