summaryrefslogtreecommitdiff
path: root/ext/standard/php_math.h
diff options
context:
space:
mode:
authorLeigh <leigh@php.net>2016-08-10 23:34:14 +0100
committerLeigh <leigh@php.net>2016-08-10 23:34:14 +0100
commit42cf1a83fe4b2daff5addbc6cba1e8a7a06116b9 (patch)
treea4502749609ed1c45ea246866f1da2e39959db25 /ext/standard/php_math.h
parentfaea487effea53a077c5d3ce004c46590bdf41bf (diff)
parent9a9004318fa3a5b2c2c3c4a4fafed9ad4767df4a (diff)
downloadphp-git-42cf1a83fe4b2daff5addbc6cba1e8a7a06116b9.tar.gz
Merge branch 'PHP-7.1'
Diffstat (limited to 'ext/standard/php_math.h')
-rw-r--r--ext/standard/php_math.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/standard/php_math.h b/ext/standard/php_math.h
index 585b6c4d17..3ff0f04ae7 100644
--- a/ext/standard/php_math.h
+++ b/ext/standard/php_math.h
@@ -46,6 +46,7 @@ PHP_FUNCTION(is_infinite);
PHP_FUNCTION(is_nan);
PHP_FUNCTION(pow);
PHP_FUNCTION(sqrt);
+PHP_FUNCTION(rand);
PHP_FUNCTION(mt_srand);
PHP_FUNCTION(mt_rand);
PHP_FUNCTION(mt_getrandmax);