summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJani Taskinen <jani@php.net>2010-02-13 01:08:04 +0000
committerJani Taskinen <jani@php.net>2010-02-13 01:08:04 +0000
commit1cf02b73ea2615ce64b80a2694d1a2157b827386 (patch)
tree6ad97a4f382ce6d6fbecea9f49c705bb4890aaec
parent5356524bc7bd80fb69432fbf63154f7c0eff1052 (diff)
downloadphp-git-1cf02b73ea2615ce64b80a2694d1a2157b827386.tar.gz
- Fixed tests
-rw-r--r--tests/classes/constants_error_004.phpt2
-rw-r--r--tests/lang/bug44827.phpt6
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