summaryrefslogtreecommitdiff
path: root/ext/spl/tests/bug32394.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/spl/tests/bug32394.phpt')
-rw-r--r--ext/spl/tests/bug32394.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/tests/bug32394.phpt b/ext/spl/tests/bug32394.phpt
index 8189b23f7a..519b0b049e 100644
--- a/ext/spl/tests/bug32394.phpt
+++ b/ext/spl/tests/bug32394.phpt
@@ -8,7 +8,7 @@ $object->append(1);
foreach($object as $key => $value)
{
- $object->offsetUnset($key);
+ $object->offsetUnset($key);
}
?>