summaryrefslogtreecommitdiff
path: root/ext/standard/php_math.h
diff options
context:
space:
mode:
authorJeroen van Wolffelaar <jeroen@php.net>2001-09-03 01:06:23 +0000
committerJeroen van Wolffelaar <jeroen@php.net>2001-09-03 01:06:23 +0000
commitf7306ce0109b246ff23901ed6b91d58de4c9dd42 (patch)
treeae671af313651abee6fe81dee1f84b5f7ab1ca25 /ext/standard/php_math.h
parentd4197ea703cef9f1cf6afd7065b4cab9af4a898c (diff)
downloadphp-git-f7306ce0109b246ff23901ed6b91d58de4c9dd42.tar.gz
Merge RAND_REDESIGN into MAIN
Diffstat (limited to 'ext/standard/php_math.h')
-rw-r--r--ext/standard/php_math.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/ext/standard/php_math.h b/ext/standard/php_math.h
index beef7dd160..71e7d40972 100644
--- a/ext/standard/php_math.h
+++ b/ext/standard/php_math.h
@@ -34,12 +34,6 @@ 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);