summaryrefslogtreecommitdiff
path: root/Zend/tests/temporary_cleaning_011.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/temporary_cleaning_011.phpt')
-rw-r--r--Zend/tests/temporary_cleaning_011.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/temporary_cleaning_011.phpt b/Zend/tests/temporary_cleaning_011.phpt
index e4a6af3ab9..aa1be00e56 100644
--- a/Zend/tests/temporary_cleaning_011.phpt
+++ b/Zend/tests/temporary_cleaning_011.phpt
@@ -9,7 +9,7 @@ class A {
}
$b = new A();
$x = 0;
-$c = [[$x,$x]];
+$c = [[$x,$x]];
try {
list($a, $b) = $c[0];
} catch (Exception $e) {