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)){ }

Abusive script

This script was stopped while abusing our resources

Output for 8.3.0 - 8.3.11
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.29, 8.2.11 - 8.2.23
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:
67.73 ms | 410 KiB | 5 Q