>Multi-lingual error codes open's up pandora's box, let's not go 
>there.

I have to disagree with you here Sterling. Worrying about support for
non-english errors in php-general, etc is a bad, bad excuse not to
implement them. The benefits of a completely constant-based error system
(with human-friendly errors just because we like them) is worth
consideration and I really feel is a positive addition to PHP. The only
pandora's box your worried about (at least from the sound of your
e-mail) was your inbox size ;) Or am I missing something?

>In conclusion to both (imho):: 
>English is fine.  Uncatcheable parse errors is also fine. 

<?php

   $answer = ($fine == $best);
   echo "Result: $answer";

?>

Result: false

;)

John




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

Reply via email to