From: Jani Taskinen Date: Sat, 13 Feb 2010 01:08:04 +0000 (+0000) Subject: - Fixed tests X-Git-Tag: php-5.4.0alpha1~191^2~1957 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=52f160cae96f0f02e87310dfb27cae0cd877f35f;p=php - Fixed tests --- diff --git a/tests/classes/constants_error_004.phpt b/tests/classes/constants_error_004.phpt index 03e67258a6..732c530e85 100644 --- a/tests/classes/constants_error_004.phpt +++ b/tests/classes/constants_error_004.phpt @@ -10,4 +10,4 @@ Class constant whose initial value refereces a non-existent class $a = new C(); ?> --EXPECTF-- -Fatal error: Class 'D' not found in %s on line %d +Fatal error: Undefined class constant 'D::hello' in %s on line %d diff --git a/tests/lang/bug44827.phpt b/tests/lang/bug44827.phpt index 38e1d45691..1bf345b2eb 100644 --- a/tests/lang/bug44827.phpt +++ b/tests/lang/bug44827.phpt @@ -9,6 +9,8 @@ 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