Skip to content

Commit ac71c94

Browse files
Mark Schmaleondrejmirtes
authored andcommitted
add bcround function signature for php8.4
1 parent 1611a88 commit ac71c94

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

resources/functionMap_php84delta.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
*/
1616
return [
1717
'new' => [
18+
'bcround' => ['numeric-string', 'num'=>'numeric-string', 'precision='=>'int', 'mode='=>'RoundingMode'],
1819
'http_get_last_response_headers' => ['list<string>|null'],
1920
'http_clear_last_response_headers' => ['void'],
2021
'mb_lcfirst' => ['string', 'string'=>'string', 'encoding='=>'string'],

0 commit comments

Comments
 (0)