|
Posted by Marcos on 08/23/05 21:02
Em Tue, 23 Aug 2005 13:32:11 -0000, ZeldorBlat <zeldorblat@gmail.com>
escreveu:
> Try set_error_handler()
>
> http://www.php.net/set_error_handler
>
I created my function for error handler, it's functioned very well, in
fact much very well.
I'm with one problem with E_NOTICE, when I use my function the variables
that I decided ocult the error with @ they are being reported :(
Example:
$test[0] = 'hello';
echo @$test[1];
My function shown the error the Undefined Variable :(. I want to leave
enable the E_NOTICE but respected the @.
--
Thanks,
Marcos José Setim
________________________________________
Usando o M2 do Opera: http://www.opera.com/m2/
Navigation:
[Reply to this message]
|