summaryrefslogtreecommitdiff
path: root/ext/reflection/tests
diff options
context:
space:
mode:
authorFelipe Pena <felipe@php.net>2008-06-21 02:41:27 +0000
committerFelipe Pena <felipe@php.net>2008-06-21 02:41:27 +0000
commitbee6c5243794335b58b1a5a08b603d38ea070d9b (patch)
tree0512c8fa3538a21d26545569cb4be6375692d2c1 /ext/reflection/tests
parent88abc99dc0e47942ab9dbb33c6cf0b0e1979095d (diff)
downloadphp-git-bee6c5243794335b58b1a5a08b603d38ea070d9b.tar.gz
- New parameter parsing API
Diffstat (limited to 'ext/reflection/tests')
-rw-r--r--ext/reflection/tests/ReflectionMethod_invoke_basic.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/reflection/tests/ReflectionMethod_invoke_basic.phpt b/ext/reflection/tests/ReflectionMethod_invoke_basic.phpt
index c03a510e5b..cbf358c062 100644
--- a/ext/reflection/tests/ReflectionMethod_invoke_basic.phpt
+++ b/ext/reflection/tests/ReflectionMethod_invoke_basic.phpt
@@ -91,8 +91,8 @@ NULL
Static method:
-Warning: Invoke() expects at least one parameter, none given in %s on line %d
-bool(false)
+Warning: ReflectionMethod::invoke() expects at least 1 parameter, 0 given in %s on line %d
+NULL
Called staticMethod()
Notice: Undefined variable: this in %s on line %d