Skip to content

Commit 573ad05

Browse files
committed
Merge branch 'PHP-8.4'
* PHP-8.4: ext/standard: Sync parameter names for fpow() to be identical to pow()
2 parents 53df3ae + e789183 commit 573ad05

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

ext/standard/basic_functions.stub.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3276,7 +3276,7 @@ function fdiv(float $num1, float $num2): float {}
32763276
/**
32773277
* @compile-time-eval
32783278
*/
3279-
function fpow(float $num1, float $num2): float {}
3279+
function fpow(float $num, float $exponent): float {}
32803280

32813281
/* microtime.c */
32823282

ext/standard/basic_functions_arginfo.h

Lines changed: 5 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)