diff options
author | Xinchen Hui <laruence@gmail.com> | 2017-07-27 12:50:47 +0800 |
---|---|---|
committer | Xinchen Hui <laruence@gmail.com> | 2017-07-27 12:50:47 +0800 |
commit | a7fe93221d07f616458c466c29b054c34a8a9ad0 (patch) | |
tree | 074d6aa96931cd1bcbc75902b56cf12f7a03b0b6 | |
parent | 452e1461c5e8c578467ecddf6576385c4a4b100a (diff) | |
parent | 262aeb8ae1dbe5d45c6c3d109535a19acad7da9c (diff) | |
download | php-git-a7fe93221d07f616458c466c29b054c34a8a9ad0.tar.gz |
Merge branch 'PHP-7.2'
* PHP-7.2:
Fixed test
-rw-r--r-- | ext/reflection/tests/bug69802.phpt (renamed from Zend/tests/bug69802.phpt) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/bug69802.phpt b/ext/reflection/tests/bug69802.phpt index 3962d55f03..0a58d0b2ac 100644 --- a/Zend/tests/bug69802.phpt +++ b/ext/reflection/tests/bug69802.phpt @@ -18,7 +18,7 @@ object(ReflectionClass)#4 (1) { } Parameter #0 [ <required> stdClass $x ] stdClass -Method [ <internal, prototype Closure> public method __invoke ] { +Method [ <internal> public method __invoke ] { - Parameters [1] { Parameter #0 [ <required> stdClass $x ] |