On Thu, 2 Sep 2004, Alan Knowles wrote:

> Marcus Boerger wrote:
>
> >Hello Alan,
> >
> >juts for the record, you can even __autoload the missing exception class:
> >
> >php -n -r 'function __autoload($n) { var_dump($n); eval("class $n extends Exception 
> >{}"); } try { } catch(ExcetpionXYZ $e) {};'
> >
> >
> dont you think this is a really horrible kludge?

But so are exceptions in the first place ;-)

Derick

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

Reply via email to