diff options
Diffstat (limited to 'ext/opcache/tests/bug66251.phpt')
-rw-r--r-- | ext/opcache/tests/bug66251.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/opcache/tests/bug66251.phpt b/ext/opcache/tests/bug66251.phpt index 42c6e2f606..20b2a166d7 100644 --- a/ext/opcache/tests/bug66251.phpt +++ b/ext/opcache/tests/bug66251.phpt @@ -13,7 +13,7 @@ const A="hello"; function getA() {return A;} ?> --EXPECTF-- -Fatal error: Uncaught Error: Undefined constant 'A' in %s:%d +Fatal error: Uncaught Error: Undefined constant "A" in %s:%d Stack trace: #0 %s(%d): getA() #1 {main} |