We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c497cb commit f54ef00Copy full SHA for f54ef00
bootstrap.php
@@ -20,7 +20,7 @@
20
}
21
22
if (!function_exists('fdiv')) {
23
- function fdiv(float $dividend, float $divisor): float { return p\Php80::fdiv($dividend, $divisor); }
+ function fdiv(float $num1, float $num2): float { return p\Php80::fdiv($num1, $num2); }
24
25
if (!function_exists('preg_last_error_msg')) {
26
function preg_last_error_msg(): string { return p\Php80::preg_last_error_msg(); }
0 commit comments