summaryrefslogtreecommitdiff
path: root/tests/classes
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
commitf9843495d10b0604fb145fa386b962d9a560bdf1 (patch)
treee2e969607aa7e737d3575c67936b4b3c11d275ae /tests/classes
parentc9b509f90b87e841b63ba8852278bf8d3de38a49 (diff)
downloadphp-git-f9843495d10b0604fb145fa386b962d9a560bdf1.tar.gz
- Fixed tests
Diffstat (limited to 'tests/classes')
-rw-r--r--tests/classes/constants_error_004.phpt2
1 files changed, 1 insertions, 1 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