--TEST-- Function -- array_product --SKIPIF-- --FILE-- --EXPECT-- testing: (foo) result: (Warning) NULL testing: () result: int(0) testing: (0) result: int(0) testing: (3) result: int(3) testing: (3 * 3) result: int(9) testing: (0.5 * 2 * 3) result: float(3)