<?php function test() { set_error_handler(function ($errno, $errstr, $errfile, $errline, $context = null) { var_dump($context); }); $a = 1; $$a = 2; $x++; // generates error } test();
You have javascript disabled. You will not be able to edit any code.