Revert "make hphpc able to use ini files"
[hiphop-php.git] / hphp / test / zend / bad / ext / standard / tests / array / bug35014_64bit.php
blob1302202e964005693067d3d8b7debbb2dbfebc34
1 <?php
2 $tests = array(
3 'foo',
4 array(),
5 array(0),
6 array(3),
7 array(3, 3),
8 array(0.5, 2),
9 array(99999999, 99999999),
10 array(8.993, 7443241,988, sprintf("%u", -1)+0.44),
11 array(2,sprintf("%u", -1)),
14 foreach ($tests as $v) {
15 var_dump(array_product($v));