import zend standard tests
[hiphop-php.git] / hphp / test / zend / bad / ext-standard-array / min_basic.php.expectf
blobcff23bdafb132e22e5edb1cfb7a010b8d4361887
1 *** Testing sequences of numbers ***
2 int(1)
3 int(-2)
4 float(2.09)
5 string(0) ""
6 bool(false)
7 bool(false)
8 bool(false)
9 int(0)
10 int(0)
12 Done