Apparently this does not return true for callback arguments to many of the internal functions, such as array_map and array_walk.
(PHP 5 >= 5.4.0, PHP 7, PHP 8)
ReflectionParameter::isCallable — Devuelve si el parámetro DEBE ser de tipo callable
Esta función no está documentada actualmente, solamente se encuentra disponible la lista de parámetros.
Esta función no tiene parámetros.
Devuelve true
si el parámetro es callable, false
si no,
o null
en caso de error.
Apparently this does not return true for callback arguments to many of the internal functions, such as array_map and array_walk.