Error reporting

How can I know from phpinfo, wgich kind of error types, e.g. Notice, strict etc. will be shown as in phpinfo there is number for error_repirting? Fir example error_reporting 24567 will show which errors?

Named Constants sure are a lot easier than bitmasks.
http://www.php.net/manual/en/errorfunc.constants.php

Are you any good with bitwise operators?
http://www.php.net/manual/en/language.operators.bitwise.php

Thanks Mittineague.