summaryrefslogtreecommitdiff
path: root/ext/standard/tests/general_functions/bug72920.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/general_functions/bug72920.phpt')
-rw-r--r--ext/standard/tests/general_functions/bug72920.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/tests/general_functions/bug72920.phpt b/ext/standard/tests/general_functions/bug72920.phpt
index d3508044fb..24a8724904 100644
--- a/ext/standard/tests/general_functions/bug72920.phpt
+++ b/ext/standard/tests/general_functions/bug72920.phpt
@@ -3,7 +3,7 @@ Bug #72920 (Accessing a private constant using constant() creates an exception A
--FILE--
<?php
class Foo {
- private const C1 = "a";
+ private const C1 = "a";
}
try {