3v4l.org

run code in 300+ PHP versions simultaneously
<?php declare(strict_types=1); function handle(int $severity, string $message, string $file, int $line) : bool{ if((error_reporting() & $severity) !== 0){ throw new \ErrorException($message, 0, $severity, $file, $line); } return true; //stfu operator } set_error_handler('handle'); function getPlugin(string $plugin) : bool{ return false; } $data = []; $array = []; if(isset($array[$data]) or getPlugin($data)){ }
Output for 8.3.0 - 8.3.4, 8.3.6
Fatal error: Uncaught TypeError: Cannot access offset of type array in isset or empty in /in/EpP2L:19 Stack trace: #0 {main} thrown in /in/EpP2L on line 19
Process exited with code 255.
Output for 8.3.5
Warning: PHP Startup: Unable to load dynamic library 'sodium.so' (tried: /usr/lib/php/8.3.5/modules/sodium.so (libsodium.so.23: cannot open shared object file: No such file or directory), /usr/lib/php/8.3.5/modules/sodium.so.so (/usr/lib/php/8.3.5/modules/sodium.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 Fatal error: Uncaught TypeError: Cannot access offset of type array in isset or empty in /in/EpP2L:19 Stack trace: #0 {main} thrown in /in/EpP2L on line 19
Process exited with code 255.
Output for 8.0.0 - 8.0.3, 8.1.24 - 8.1.28, 8.2.11 - 8.2.18
Fatal error: Uncaught TypeError: Illegal offset type in isset or empty in /in/EpP2L:19 Stack trace: #0 {main} thrown in /in/EpP2L on line 19
Process exited with code 255.
Output for 7.4.0 - 7.4.16

Process exited with code 137.
Output for 7.3.0 - 7.3.28
Fatal error: Uncaught ErrorException: Illegal offset type in isset or empty in /in/EpP2L:19 Stack trace: #0 /in/EpP2L(19): handle(2, 'Illegal offset ...', '/in/EpP2L', 19, Array) #1 {main} thrown in /in/EpP2L on line 19
Process exited with code 255.

preferences:
91.35 ms | 401 KiB | 75 Q