Skip to content

Commit 996c031

Browse files
Функция pi не принимает аргументы в php-8
1 parent 9e0b0b8 commit 996c031

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bench.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -873,7 +873,7 @@ function test_01_Math()
873873
{
874874
global $testsLoopLimits, $totalOps;
875875

876-
$mathFunctions = array('abs', 'acos', 'asin', 'atan', 'decbin', 'dechex', 'decoct', 'floor', 'exp', 'log1p', 'sin', 'tan', 'pi', 'is_finite', 'is_nan', 'sqrt', 'rad2deg');
876+
$mathFunctions = array('abs', 'acos', 'asin', 'atan', 'decbin', 'dechex', 'decoct', 'floor', 'exp', 'log1p', 'sin', 'tan', 'is_finite', 'is_nan', 'sqrt', 'rad2deg');
877877
foreach ($mathFunctions as $key => $function) {
878878
if (!function_exists($function)) {
879879
unset($mathFunctions[$key]);

0 commit comments

Comments
 (0)