diff options
Diffstat (limited to 'tests/lang')
-rw-r--r-- | tests/lang/bug44827.phpt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/tests/lang/bug44827.phpt b/tests/lang/bug44827.phpt index 38e1d45691..031045b083 100644 --- a/tests/lang/bug44827.phpt +++ b/tests/lang/bug44827.phpt @@ -9,6 +9,9 @@ Testfest Munich 2009 define('::', true); var_dump(constant('::')); ?> ---EXPECTREGEX-- -.*Fatal.* +--EXPECTF-- +Warning: Class constants cannot be defined or redefined in %s on line %d + +Warning: constant(): Couldn't find constant :: in %s on line %d +NULL |