stray tabs and spaces

This commit is contained in:
Sterling Hughes 2001-09-05 21:04:30 +00:00
parent f0c5631778
commit 5ec58914fe

View File

@ -202,7 +202,7 @@ PHP_FUNCTION(srand)
}
convert_to_long_ex(seed);
php_srand(Z_LVAL_PP(seed));
php_srand(Z_LVAL_PP(seed));
}
/* }}} */
@ -263,7 +263,7 @@ PHP_FUNCTION(rand)
if (argc != 0 && argc != 2 ||
zend_get_parameters_ex(argc, &min, &max) == FAILURE) {
WRONG_PARAM_COUNT;
}
}
number = php_rand();
if (argc == 2) {