I have this in my php.ini Code: error_reporting = E_ALL display_errors = On When i try to echo undefined variable nothing happens - i did not see any error i restarted apache can you help me?
Check with phpinfo() that you edited the correct php.ini and ensure that you restarted apache afterwards.