3v4l.org

run code in 300+ PHP versions simultaneously
<?php error_reporting(E_ALL); $not_array = false; // Case #1, incorrect: only 'PHP Warning: Undefined array key "nonexistant"' is logged echo (array_key_exists($_REQUEST['nonexistant'], $not_array) ? "yes" : "no");

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
43.22 ms | 1433 KiB | 4 Q