When I run the example code at http://us2.php.net/manual/en/exception.gettrace.php I get no "args" in the backtrace, as there is in the example output.
Is this a PHP bug or am I missing something?
My output:
array(1) { [0]=> array(3) { ["file"]=> string(25) "D:\www\project\index.php" ["line"]=> int(79) ["function"]=> string(4) "test" } }
I am running PHP 5.2.8.
Edit: The example output is from running the PHP.net's example code, with or without arguments to the function.