diff options
author | Xinchen Hui <laruence@gmail.com> | 2017-07-27 12:50:41 +0800 |
---|---|---|
committer | Xinchen Hui <laruence@gmail.com> | 2017-07-27 12:50:41 +0800 |
commit | 262aeb8ae1dbe5d45c6c3d109535a19acad7da9c (patch) | |
tree | 07667bd427334a8835de568b000df859b455772a | |
parent | afc2be8fc88c05d40c755d0f06598d6b0f89e2bc (diff) | |
parent | 0ddda0dcb73502d33bc89696f0a625cbae35d2a3 (diff) | |
download | php-git-262aeb8ae1dbe5d45c6c3d109535a19acad7da9c.tar.gz |
Merge branch 'PHP-7.1' into PHP-7.2
* PHP-7.1:
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 ] |