--TEST-- Test array_sum() function: resources in array --FILE-- $carry + $value, 0)); } catch (TypeError $e) { echo $e->getMessage(); } ?> --EXPECTF-- array_sum() version: Warning: array_sum(): Addition is not supported on type resource in %s on line %d int(13) array_reduce() version: Unsupported operand types: int + resource