On Tue, January 31, 2006 6:20 am, Andrei wrote:
> For debugging purposes I want to send to a function the line and file
> where it is called. The problem is that I want these parameters to be
> added to function as default parameters (changing all function calls
> would not be an option for m
Thank you very much David
Andrei
David Grant wrote:
Andrei,
http://php.net/manual/en/function.debug-backtrace.php
David
Andrei wrote:
Hi list,
For debugging purposes I want to send to a function the line and
file where it is called. The problem is that I want these parameters to
be add
Andrei,
http://php.net/manual/en/function.debug-backtrace.php
David
Andrei wrote:
>
> Hi list,
>
> For debugging purposes I want to send to a function the line and
> file where it is called. The problem is that I want these parameters to
> be added to function as default parameters (changi
Hi list,
For debugging purposes I want to send to a function the line and file
where it is called. The problem is that I want these parameters to be
added to function as default parameters (changing all function calls
would not be an option for me)
function my_func( $param, $line = __LINE_
4 matches
Mail list logo