php-developer-list | 2002112
Date: 11/21/02
- Next message: Chris Shiflett: "Re: [PHP-DEV] error reporting for PHP5"
- Previous message: Maxim Maletsky: "[PHP-DEV] error reporting for PHP5"
- In reply to: Mike Robinson: "RE: [PHP-DEV] error handling"
- Next in thread: Abdul-Kareem Abo-Namous: "[PHP-DEV] php and cyrillics (possibly others)"
- Reply: Abdul-Kareem Abo-Namous: "[PHP-DEV] php and cyrillics (possibly others)"
- Reply: James Cox: "RE: [PHP-DEV] error handling"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> We were talking about parse errors here. php -l before you put it life
> should be enough for that. And yes, I run that before 'cvs commit'.
Well, I am afraid that it is not that simple, as there are other
fatal errors that cannot be caught and where lint is useless. For
example,
$object->wrong_function_name()
is a fatal error.
Since I am no perfect and make mistakes all the time, I would
like my programming environment of choice to help me as much
as possible.
Also, from a management point of view (I manage programmers),
what you are describing there can work in some cases but what
if a programmer forgets/is-too-lazy to to that? I don't want
to wait for the next morning to know about it.
Ivan
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: Chris Shiflett: "Re: [PHP-DEV] error reporting for PHP5"
- Previous message: Maxim Maletsky: "[PHP-DEV] error reporting for PHP5"
- In reply to: Mike Robinson: "RE: [PHP-DEV] error handling"
- Next in thread: Abdul-Kareem Abo-Namous: "[PHP-DEV] php and cyrillics (possibly others)"
- Reply: Abdul-Kareem Abo-Namous: "[PHP-DEV] php and cyrillics (possibly others)"
- Reply: James Cox: "RE: [PHP-DEV] error handling"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

