summaryrefslogtreecommitdiff
path: root/Zend/tests/bug69732.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/bug69732.phpt')
-rw-r--r--Zend/tests/bug69732.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/bug69732.phpt b/Zend/tests/bug69732.phpt
index 578cb8d143..690318fbfa 100644
--- a/Zend/tests/bug69732.phpt
+++ b/Zend/tests/bug69732.phpt
@@ -11,7 +11,7 @@ class wpq {
}
function ret_assoc() {
- $x = "XXX";
+ $x = "XXX";
return array('foo' => 'bar', $x);
}