diff options
author | Máté Kocsis <kocsismate@woohoolabs.com> | 2020-09-19 19:04:35 +0200 |
---|---|---|
committer | Máté Kocsis <kocsismate@woohoolabs.com> | 2020-09-19 20:14:22 +0200 |
commit | b15885b522ba813d29cfd24bd6f5334ce141c19b (patch) | |
tree | 080c1bec934db4adc431df6dc04f2ec0d1c0fbd2 /ext/reflection/php_reflection.c | |
parent | f088aec6cb6b1e2566dac968d46615864d2a0f93 (diff) | |
download | php-git-b15885b522ba813d29cfd24bd6f5334ce141c19b.tar.gz |
Separate Closure::bind() implementations
Closure::bind() and Closure::bindTo() are currently reported as aliases in stubs because they have a single implementation. They are not aliases in fact though, they just use zend_parse_method_parameters() cleverly.
Thus, let's separate their implementation so that we don't have to alias Closure::bindTo() anymore. This will also have the advantage that the two ZPP implementations become more clear.
Closes GH-6169
Diffstat (limited to 'ext/reflection/php_reflection.c')
0 files changed, 0 insertions, 0 deletions