Fix duplicated test.

This commit is contained in:
Adam Harvey 2011-04-06 10:16:14 +00:00
parent cd2cdd256a
commit f9721d03f7

View File

@ -6,11 +6,3 @@ var_dump(array_product(array()));
?>
--EXPECT--
int(1)
--TEST--
Bug 48484 (array_product() always returns 0 for an empty array)
--FILE--
<?php
var_dump(array_product(array()));
?>
--EXPECT--
int(1)