From 1cf02b73ea2615ce64b80a2694d1a2157b827386 Mon Sep 17 00:00:00 2001 From: Jani Taskinen Date: Sat, 13 Feb 2010 01:08:04 +0000 Subject: [PATCH] - Fixed tests --- tests/classes/constants_error_004.phpt | 2 +- tests/lang/bug44827.phpt | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) 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 -- 2.50.1