diff options
Diffstat (limited to 'ext/spl/tests/bug62672.phpt')
-rw-r--r-- | ext/spl/tests/bug62672.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/tests/bug62672.phpt b/ext/spl/tests/bug62672.phpt index d0d6a62451..d255762254 100644 --- a/ext/spl/tests/bug62672.phpt +++ b/ext/spl/tests/bug62672.phpt @@ -27,5 +27,5 @@ class ObjB extends ObjA $obj = new ObjB(new ArrayObject()); var_dump($obj == unserialize(serialize($obj))); ---EXPECTF-- +--EXPECT-- bool(true) |