/
proc
/
3430793
/
root
/
usr
/
local
/
lsws
/
phpbuild
/
php-8.0.7
/
ext
/
standard
/
tests
/
math
/
File Upload :
llllll
Current File: //proc/3430793/root/usr/local/lsws/phpbuild/php-8.0.7/ext/standard/tests/math/srand_basic.phpt
--TEST-- Test srand() - basic function test for srand() --FILE-- <?php echo "*** Testing srand() : basic functionality ***\n"; // Should return NULL if given anything that it can convert to long // This doesn't actually test what it does with the input :-\ var_dump(srand()); var_dump(srand(500)); var_dump(srand(500.1)); var_dump(srand("500")); var_dump(srand("500E3")); var_dump(srand(true)); var_dump(srand(false)); var_dump(srand(NULL)); ?> --EXPECT-- *** Testing srand() : basic functionality *** NULL NULL NULL NULL NULL NULL NULL NULL
Copyright ©2k19 -
Hexid
|
Tex7ure