From f9843495d10b0604fb145fa386b962d9a560bdf1 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 | 7 +++++-- 2 files changed, 6 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..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 -- 2.40.0