import zend standard tests
[hiphop-php.git] / hphp / test / zend / bad / ext-standard-math / rand_basic.php.expectf
blob046f8402edc5bf5b29ca671895ab6ea472572a26
1 rand() tests with default min and max value (i.e 0 thru %i)
2 PASSED: range min = 0 max = %i
4 rand() tests with defined min and max value
5 PASSED: range min = 10 max = 100
6 PASSED: range min = 100 max = 1000
7 PASSED: range min = 10 max = 19
8 PASSED: range min = 10500 max = 1050000
9 PASSED: range min = 16 max = 65536
10 PASSED: range min = 256 max = 448
12 Non-numeric cases
13 PASSED range min = 1 max = 100
14 PASSED range min = 0 max = 100
15 PASSED range min = 0 max = 100
16 PASSED range min = 10 max = 100
17 PASSED range min = 0 max = 100
18 PASSED range min = 10 max = 100