summaryrefslogtreecommitdiff
path: root/ext/standard/php_math.h
diff options
context:
space:
mode:
authorLeigh <leigh@php.net>2016-07-05 11:54:07 +0100
committerLeigh <leigh@php.net>2016-07-05 11:54:07 +0100
commit7981a294bd2fb329d404001c369517e2953b92a6 (patch)
treef1d47a0087e106a4bb8aadc7d6a567d9f38bef34 /ext/standard/php_math.h
parenteba6e7ce9ac721b072ee3afb1cae883b774f3714 (diff)
downloadphp-git-7981a294bd2fb329d404001c369517e2953b92a6.tar.gz
Fix mt_rand impl. Provide legacy impl. access.
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 406fd49dcd..91cd3e498e 100644
--- a/ext/standard/php_math.h
+++ b/ext/standard/php_math.h
@@ -51,6 +51,7 @@ PHP_FUNCTION(getrandmax);
PHP_FUNCTION(mt_srand);
PHP_FUNCTION(mt_rand);
PHP_FUNCTION(mt_getrandmax);
+PHP_FUNCTION(mt_rand_mode);
PHP_FUNCTION(abs);
PHP_FUNCTION(ceil);
PHP_FUNCTION(floor);