summaryrefslogtreecommitdiff
path: root/ext/standard/php_math.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/php_math.h')
-rw-r--r--ext/standard/php_math.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/standard/php_math.h b/ext/standard/php_math.h
index 62c089bf48..3ff0f04ae7 100644
--- a/ext/standard/php_math.h
+++ b/ext/standard/php_math.h
@@ -46,9 +46,7 @@ PHP_FUNCTION(is_infinite);
PHP_FUNCTION(is_nan);
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);