xdebug recursion limit

xdebug is Debugger and Profiler Tool for PHP.Xdebug replaces PHP’s var_dump() function for displaying variables.It is an formatted displaying variables by which a developer can understand variables and arrays more clearly.By default xdebug has an limit,after this limit it shows …… Here i give an example how it looks array ‘one’ => string ‘a somewhat 

Continue Reading…