Skip to content

Commit 8b7f594

Browse files
committed
clean removed functions (since they are alias)
1 parent cff668f commit 8b7f594

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ext/standard/php_math.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@ PHP_FUNCTION(is_infinite);
4545
PHP_FUNCTION(is_nan);
4646
PHP_FUNCTION(pow);
4747
PHP_FUNCTION(sqrt);
48-
PHP_FUNCTION(srand);
49-
PHP_FUNCTION(rand);
50-
PHP_FUNCTION(getrandmax);
5148
PHP_FUNCTION(mt_srand);
5249
PHP_FUNCTION(mt_rand);
5350
PHP_FUNCTION(mt_getrandmax);

0 commit comments

Comments
 (0)