summaryrefslogtreecommitdiff
path: root/ext/standard/php_math.h
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2001-09-05 19:47:55 +0000
committerfoobar <sniper@php.net>2001-09-05 19:47:55 +0000
commit42b5521af505eaddfd4891703da8120865896258 (patch)
treec80bb41e38dba221361ce7eb504f28eb557014bd /ext/standard/php_math.h
parent24b54b866fc36fed094c1f455e0174c99c24ee40 (diff)
downloadphp-git-42b5521af505eaddfd4891703da8120865896258.tar.gz
revert bad commit.
Diffstat (limited to 'ext/standard/php_math.h')
-rw-r--r--ext/standard/php_math.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/ext/standard/php_math.h b/ext/standard/php_math.h
index 71e7d40972..beef7dd160 100644
--- a/ext/standard/php_math.h
+++ b/ext/standard/php_math.h
@@ -34,6 +34,12 @@ PHP_FUNCTION(log);
PHP_FUNCTION(log10);
PHP_FUNCTION(pow);
PHP_FUNCTION(sqrt);
+PHP_FUNCTION(srand);
+PHP_FUNCTION(rand);
+PHP_FUNCTION(getrandmax);
+PHP_FUNCTION(mt_srand);
+PHP_FUNCTION(mt_rand);
+PHP_FUNCTION(mt_getrandmax);
PHP_FUNCTION(abs);
PHP_FUNCTION(ceil);
PHP_FUNCTION(floor);