<?php class A implements ArrayAccess { function offsetGet($a){ throw new Error; } function offsetExists($a){ echo "noooooooooo"; return false; } function offsetSet($a, $b){} function offsetUnset($a){} } $x = new A; var_dump($x[10] ?? 20);
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`