<?php ini_set('error_reporting', E_ALL & ~E_DEPRECATED); echo "error_reporting is currently set to: " . ini_get('error_reporting'), "\n"; echo "a notice should be reported here: "; echo $x; echo "\n"; ini_set('error_reporting', 'E_ALL & ~E_DEPRECATED'); echo "error_reporting is currently set to: " . ini_get('error_reporting'), "\n"; echo "a notice should be reported here: "; echo $y;
You have javascript disabled. You will not be able to edit any code.