summaryrefslogtreecommitdiff
path: root/Zend/tests/magic_methods_005.phpt
diff options
context:
space:
mode:
authorMatt Wilmas <mattwil@php.net>2009-06-07 15:46:54 +0000
committerMatt Wilmas <mattwil@php.net>2009-06-07 15:46:54 +0000
commit2462fce2442c6904995c265f48c145e4c82d8e9f (patch)
tree1a4afdfbd3f0d2c2d9f5a9b9734fbb0e3e72fb5c /Zend/tests/magic_methods_005.phpt
parent10b559c28c1058fe729a705cc09acba4a2adc6c4 (diff)
downloadphp-git-2462fce2442c6904995c265f48c145e4c82d8e9f.tar.gz
MFH: Changed error messages to use "cannot" instead of "can not" (meaning "also can")
Diffstat (limited to 'Zend/tests/magic_methods_005.phpt')
-rw-r--r--Zend/tests/magic_methods_005.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/magic_methods_005.phpt b/Zend/tests/magic_methods_005.phpt
index 8e8bb4e8a2..76ab30087e 100644
--- a/Zend/tests/magic_methods_005.phpt
+++ b/Zend/tests/magic_methods_005.phpt
@@ -9,4 +9,4 @@ interface a {
?>
--EXPECTF--
-Warning: The magic method __call() must have public visibility and can not be static in %s on line %d
+Warning: The magic method __call() must have public visibility and cannot be static in %s on line %d