summaryrefslogtreecommitdiff
path: root/tests/classes/__call_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 /tests/classes/__call_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 'tests/classes/__call_005.phpt')
-rw-r--r--tests/classes/__call_005.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/classes/__call_005.phpt b/tests/classes/__call_005.phpt
index 53c063aaf2..6e1584878e 100644
--- a/tests/classes/__call_005.phpt
+++ b/tests/classes/__call_005.phpt
@@ -22,7 +22,7 @@ $b = new B();
$b->test();
?>
--EXPECTF--
-Warning: The magic method __call() must have public visibility and can not be static in %s__call_005.php on line 3
+Warning: The magic method __call() must have public visibility and cannot be static in %s__call_005.php on line 3
In A::__call(test1, array(1,a))
object(B)#1 (0) {
}