summaryrefslogtreecommitdiff
path: root/Zend/tests/bug33171.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/bug33171.phpt')
-rw-r--r--Zend/tests/bug33171.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/bug33171.phpt b/Zend/tests/bug33171.phpt
index 27f5264bad..a342e10439 100644
--- a/Zend/tests/bug33171.phpt
+++ b/Zend/tests/bug33171.phpt
@@ -10,7 +10,7 @@ class A
class B extends A
{
private $c = "B's c";
-
+
public function go()
{
foreach ($this as $key => $val)