diff options
Diffstat (limited to 'ext/spl/tests/bug70959.phpt')
-rw-r--r-- | ext/spl/tests/bug70959.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/tests/bug70959.phpt b/ext/spl/tests/bug70959.phpt index 3fd500736d..541807ae16 100644 --- a/ext/spl/tests/bug70959.phpt +++ b/ext/spl/tests/bug70959.phpt @@ -19,6 +19,6 @@ $obj->setTest('test'); var_dump($obj->getTest()); $obj2 = unserialize(serialize($obj)); var_dump($obj2->getTest()); ---EXPECTF-- +--EXPECT-- string(4) "test" string(4) "test" |