3v4l.org

run code in 300+ PHP versions simultaneously
<?php error_reporting(E_ALL); function declare_assoc(&$myArray, $value) { $err = error_reporting(); error_reporting(0); $myArray = $value; error_reporting($err); } declare_assoc($productitems['a']['b']['c']['d']['e']['f'], 65);

preferences:
33.71 ms | 402 KiB | 5 Q