John Coggeshall wrote:
E_WARNINGs are exceptions.

I think this is wrong.
For E_WARNING the program flow continues unchanged whether you handle the return value of e.g. fopen or not.
For exceptions you _have_ to handle it, otherwise your program aborts.
Two different things.


- Chris

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to