]> granicus.if.org Git - php/commit
Fixed is_callable/call_user_func mess that had done different things for very similar...
authorDmitry Stogov <dmitry@php.net>
Sat, 26 Jul 2008 13:14:04 +0000 (13:14 +0000)
committerDmitry Stogov <dmitry@php.net>
Sat, 26 Jul 2008 13:14:04 +0000 (13:14 +0000)
commitaf05ce0af6d35e668de297fc4961fa738272f13c
tree32d1f47915557308aa7e2f9212abb3a572b4b207
parent77baec3f6d57f2d37e89aceb758c6adf6a9538f6
Fixed is_callable/call_user_func mess that had done different things for very similar arguments e.g. array("A","B") and "A::B"
17 files changed:
Zend/tests/bug32290.phpt
Zend/tests/objects_027.phpt
Zend/zend_API.c
Zend/zend_API.h
Zend/zend_closures.c
Zend/zend_compile.h
Zend/zend_execute_API.c
Zend/zend_object_handlers.c
Zend/zend_vm_def.h
Zend/zend_vm_execute.h
ext/reflection/php_reflection.c
ext/spl/php_spl.c
ext/spl/tests/spl_autoload_007.phpt
ext/standard/tests/array/array_map_object1.phpt
ext/standard/tests/array/array_map_object3.phpt
ext/standard/tests/general_functions/bug40398.phpt
ext/standard/tests/general_functions/callbacks_001.phpt