Annotation of embedaddon/php/ext/standard/tests/math/getrandmax_error.phpt, revision 1.1

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

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>