diff options
author | Aaron Piotrowski <aaron@trowski.com> | 2015-05-08 00:28:54 -0500 |
---|---|---|
committer | Julien Pauli <jpauli@php.net> | 2015-05-12 13:33:28 +0200 |
commit | 071111ecfc7ba9dabc4dfb2a068744b76540308b (patch) | |
tree | 30af8b1a204dc653ac0a5d12cf3a51cc1d2e1089 /ext/zip/php_zip.c | |
parent | f4d6596283888cb4e30b2feedf626c663b8009ed (diff) | |
download | php-git-071111ecfc7ba9dabc4dfb2a068744b76540308b.tar.gz |
Add support for $callable() sytnax with 'Class::method'
Using the $callable() syntax when used with a string of
the form 'Class::method' would error as an undefined
function, even if the string passed is_callable() or the
callable type-hint. The fix adds support for the $callable()
syntax for any string accepted by is_callable() or the
callable type-hint.
Fix bug 68475 test with deprecated notice
Reduced scope of unit test.
Added tests with arguments.
Diffstat (limited to 'ext/zip/php_zip.c')
0 files changed, 0 insertions, 0 deletions