Hi!

> If you do user_error('whatever') it'll show, as the line number for that
> error, the line number on which that user_error() call is made.  It'd be
> nice if you could control the line number and file name that was displayed.
> eg.

If you need additional information to accompany the error, why not add
it to the "whatever" string? This way you can control whatever is
displayed.

-- 
Stanislav Malyshev, Software Architect
SugarCRM: http://www.sugarcrm.com/
(408)454-6900 ext. 227

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

Reply via email to