Re: [PHP-DEV] Exception stack trace string argument

2014-08-16 Thread Chris Wright
On 17 August 2014 00:51, Andu Aanei wrote: > Hi, > > I am writing this message in order to ask for feedback and advice > regarding a small feature I wish to implement in the engine. > > Currently, when an exception is thrown in a function which has one or > more string arguments, > the stack trace

[PHP-DEV] Exception stack trace string argument

2014-08-16 Thread Andu Aanei
Hi, I am writing this message in order to ask for feedback and advice regarding a small feature I wish to implement in the engine. Currently, when an exception is thrown in a function which has one or more string arguments, the stack trace shows only the first 15 characters of those arguments. Th