E_ALL int(32767)
E_STRICT int(2048)
E_DEPRECATED int(8192)
E_NOTICE int(8)
https
error_reporting 11int(32767) int(8)



************E_ALL & ~E_NOTICE hodnota v .htaccess 32759**********

TestArray ( [0] => username [1] => password ) 0 1Array ( [0] => username [1] => password )
1 1int(32767) int(2048)


************E_ALL | E_STRICT hodnota v .htaccess 34815**********

TestArray ( [0] => username [1] => password ) 0 1Array ( [0] => username [1] => password )
1 1int(32767) int(8192)


************E_ALL & ~E_DEPRECATED hodnota v .htaccess 24575**********

TestArray ( [0] => username [1] => password ) 0 1Array ( [0] => username [1] => password )
1 1int(32767) int(8192) int(2048)


************E_ALL & ~E_DEPRECATED & ~E_STRICT hodnota v .htaccess 22527**********

TestArray ( [0] => username [1] => password ) 0 1Array ( [0] => username [1] => password )
1 1