Skip to content

Commit 3554015

Browse files
committed
Fix test expectation
1 parent 6b0cabc commit 3554015

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/tests/inheritance/gh15907.phpt

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ class C implements Serializable {
1616
--EXPECTF--
1717
Fatal error: Uncaught Exception: C implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary) in %s:%d
1818
Stack trace:
19-
#0 %s(%d): {closure:%s:%d}(8192, 'C implements th...', '/home/arnaud/de...', 7)
19+
#0 %s(%d): {closure:%s:%d}(8192, 'C implements th...', %s, %d)
2020
#1 {main}
2121
thrown in %s on line %d

0 commit comments

Comments
 (0)