Test: /Zend/tests/bug50383.phpt - Version 7.2.34        

Bug #50383 Exceptions thrown in __call / __callStatic do not include file and line in trace
Submitted: 2009-12-04 11:32:44 Modified: 2010-03-07 03:17:13
From: RQuadling Assigned: felipe
Status: Closed Package: Scripting Engine problem
PHP Version: 5.*, 6 OS: *

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
024+ [function] => -{oneagentphp_closure}
024- [file] => %s
025- [line] => 21
026- [function] => thrower
031+ [2] => Array
033- )
034- Missing method 'foo'
035- Array
036- (
037- [0] => Array
034+ [line] => 13
035+ [function] => -oneagentphp_call_func
038+ [0] => Closure Object
040- [line] => 17
041- [function] => __call
042- [class] => myClass
043- [type] => ->
046+ [3] => Array
046- [0] => foo
047- [1] => Array
049+ [line] => 21
050+ [function] => thrower
055- [1] => Array
058- [line] => 28
059- [function] => thrower2
058+ Missing method 'foo'
059+ Array
060+ (
061+ [0] => Array
062+ (
063+ [file] => %s/bug50383.php
064+ [line] => 17
065+ [function] => __call
066+ [class] => myClass
067+ [type] => ->
068+ [args] => Array
069+ (
070+ [0] => foo
071+ [1] => Array
072+ (
073+ )
074+
075+ )
076+
077+ )
078+
079+ [1] => Array
080+ (
081+ [function] => -{oneagentphp_closure}
082+ [args] => Array
083+ (
084+ )
085+
086+ )
087+
088+ [2] => Array
089+ (
090+ [file] => %s/bug50383.php
091+ [line] => 16
092+ [function] => -oneagentphp_call_func
093+ [args] => Array
094+ (
095+ [0] => Closure Object
096+ (
097+ )
098+
099+ )
100+
101+ )
102+
103+ [3] => Array
104+ (
105+ [file] => %s/bug50383.php
106+ [line] => 28
107+ [function] => thrower2
108+ [args] => Array
109+ (
110+ )
111+
112+ )
113+
114+ )