summaryrefslogtreecommitdiff
path: root/Zend/tests/closure_005.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/closure_005.phpt')
-rw-r--r--Zend/tests/closure_005.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Zend/tests/closure_005.phpt b/Zend/tests/closure_005.phpt
index b9eb79eafd..b3be877216 100644
--- a/Zend/tests/closure_005.phpt
+++ b/Zend/tests/closure_005.phpt
@@ -25,13 +25,13 @@ class A {
echo $this->x."\n";
};
}
-
+
function getError() {
return static function() {
echo $this->x."\n";
};
}
-
+
function printX() {
echo $this->x."\n";
}