Closed maxonfjvipon closed 2 years ago
Cycle::new( Cycle::new( static function ($num) use (&$sum) { $sum += $num; } ) )->exec([[2, 3], [4, 4]]);
TypeError : Unsupported operand types: int + array
TypeError : Unsupported operand types: int + array