Sometimes things like this happen:
#0 /some/path(1): Class_Name->exception_trigger()
#1 /some/other/path(5): get_to('/some/long/path/tha...')
How do I get to see the full arguments for everything?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You’ll have to replace the uncaught exception handler. Example:
Now you’ll get something like:
#0 /home/glopes/a.php(21): a('loooooooooooooooooooooooooooooooooong argument') #1 /home/glopes/a.php(24): b()