diff options
author | Felipe Pena <felipe@php.net> | 2008-06-21 02:41:27 +0000 |
---|---|---|
committer | Felipe Pena <felipe@php.net> | 2008-06-21 02:41:27 +0000 |
commit | bee6c5243794335b58b1a5a08b603d38ea070d9b (patch) | |
tree | 0512c8fa3538a21d26545569cb4be6375692d2c1 /ext/reflection/tests | |
parent | 88abc99dc0e47942ab9dbb33c6cf0b0e1979095d (diff) | |
download | php-git-bee6c5243794335b58b1a5a08b603d38ea070d9b.tar.gz |
- New parameter parsing API
Diffstat (limited to 'ext/reflection/tests')
-rw-r--r-- | ext/reflection/tests/ReflectionMethod_invoke_basic.phpt | 4 |
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 |