diff options
Diffstat (limited to 'tests/classes/constants_scope_001.phpt')
-rw-r--r-- | tests/classes/constants_scope_001.phpt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/classes/constants_scope_001.phpt b/tests/classes/constants_scope_001.phpt index 650bcc2228..7adf3f8681 100644 --- a/tests/classes/constants_scope_001.phpt +++ b/tests/classes/constants_scope_001.phpt @@ -28,7 +28,6 @@ ErrorCodesDerived::print_fatal_error_codes(); ?> --EXPECTF-- - Warning: Use of undefined constant FATAL - assumed 'FATAL' (this will throw an Error in a future version of PHP) in %sconstants_scope_001.php on line %d FATAL = FATAL self::FATAL = Fatal error |