Skip to content

Commit a6b54d8

Browse files
committed
adjust test, no partial/wrong output
1 parent 8bc6526 commit a6b54d8

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

Zend/tests/gh7922.phpt

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -62,36 +62,27 @@ try {
6262
?>
6363
--EXPECTF--
6464
Exception in __debugInfo:
65-
A Object
6665
Error: x in %s:%d
6766
Stack trace:
6867
#0 [internal function]: A->__debugInfo()
6968
#1 %s(%d): print_r(Object(A))
7069
#2 {main}
7170

7271
Exception in __debugInfo in anonymous class:
73-
A@anonymous Object
7472
Exception: y in %s:%d
7573
Stack trace:
7674
#0 [internal function]: A@anonymous->__debugInfo()
7775
#1 %s(%d): print_r(Object(A@anonymous))
7876
#2 {main}
7977

8078
Exception in __destruct of __debugInfo in anonymous class:
81-
A@anonymous Object
8279
Exception: z_w_assign in %s:%d
8380
Stack trace:
8481
#0 [internal function]: class@anonymous->__destruct()
8582
#1 %s(%d): print_r(Object(A@anonymous))
8683
#2 {main}
8784

8885
Exception occuring later on:
89-
Array
90-
(
91-
[foo] => bar
92-
[baz] => A Object
93-
94-
)
9586
Error: x in %s:%d
9687
Stack trace:
9788
#0 [internal function]: A->__debugInfo()

0 commit comments

Comments
 (0)