Skip to content

Commit 351629a

Browse files
committed
Fix test
This seems to only be incorrect for the 8.0 branch
1 parent f0fd592 commit 351629a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/standard/tests/serialize/bug81163.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ class bar extends foo
1818
serialize(new bar());
1919
?>
2020
--EXPECTF--
21-
Notice: serialize(): "private" returned as member variable from __sleep() but does not exist in %s on line %d
21+
Warning: serialize(): "private" returned as member variable from __sleep() but does not exist in %s on line %d
2222

0 commit comments

Comments
 (0)