Return to getrandmax_error.phpt CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / embedaddon / php / ext / standard / tests / math |
1.1 ! misho 1: --TEST-- ! 2: Test getrandmax() - wrong params test getrandmax() ! 3: --FILE-- ! 4: <?php ! 5: var_dump($biggest_int = getrandmax(true)); ! 6: ?> ! 7: --EXPECTF-- ! 8: Warning: getrandmax() expects exactly 0 parameters, 1 given in %s on line 2 ! 9: NULL