--TEST-- Test array_walk_recursive() function : usage variations - buit-in function as callback --FILE-- --EXPECTF-- *** Testing array_walk_recursive() : built-in function as callback *** -- With 'pow' built-in function -- bool(true) -- With 'min' built-in function -- bool(true) -- With 'echo' language construct -- Warning: array_walk_recursive(): Unable to call echo() - function does not exist in %s on line %d bool(true) Done