summaryrefslogtreecommitdiff
path: root/Zend/tests/selfParent_002.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/selfParent_002.phpt')
-rw-r--r--Zend/tests/selfParent_002.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/selfParent_002.phpt b/Zend/tests/selfParent_002.phpt
index 18a8f09ea9..fda67f1e88 100644
--- a/Zend/tests/selfParent_002.phpt
+++ b/Zend/tests/selfParent_002.phpt
@@ -5,7 +5,7 @@ Test when constants are initialised. See also selfParent_001.phpt.
class A {
const myConst = "const in A";
const myDynConst = self::myConst;
-
+
public static function test() {
var_dump(self::myDynConst);
}