Ben E_NOTICE php.ini aktive var. Hala gibi atanmamış değerlerin bana uyarmak değil
$foo++;
Tried to set the error_reporting as well. Does not work. error_reporting() is set to 6143, which means that E_NOTICE is activated. This code snippet also warns me with a notice:
$foo = bar;
Herhangi bir fikir?