summaryrefslogtreecommitdiff
path: root/ext/spl/tests/bug62904.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/spl/tests/bug62904.phpt')
-rw-r--r--ext/spl/tests/bug62904.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/tests/bug62904.phpt b/ext/spl/tests/bug62904.phpt
index 8ce0d7bc79..9a31cc5e94 100644
--- a/ext/spl/tests/bug62904.phpt
+++ b/ext/spl/tests/bug62904.phpt
@@ -13,6 +13,6 @@ $x = new foo(2);
$z = clone $x;
echo "No crash.";
---EXPECTF--
+--EXPECT--
No crash.