diff options
author | Remi Collet <remi@php.net> | 2016-08-03 12:59:14 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2016-08-03 12:59:14 +0200 |
commit | 8b7f594a2bcd67154274c5533274fe4d83a676fd (patch) | |
tree | 935a7d0448a1d42852b8636c5d73b58473af2e07 /ext/standard/php_math.h | |
parent | cff668f7a7a5891d29b69eda2a4a1ad58e3d1afc (diff) | |
download | php-git-8b7f594a2bcd67154274c5533274fe4d83a676fd.tar.gz |
clean removed functions (since they are alias)
Diffstat (limited to 'ext/standard/php_math.h')
-rw-r--r-- | ext/standard/php_math.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/standard/php_math.h b/ext/standard/php_math.h index 406fd49dcd..9798db8422 100644 --- a/ext/standard/php_math.h +++ b/ext/standard/php_math.h @@ -45,9 +45,6 @@ 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); |