Skip to content

Commit 98f0b02

Browse files
steevanbondrejmirtes
authored andcommitted
Remove specific configuration for array_fill() with PHP 8
1 parent d1cf59a commit 98f0b02

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

resources/functionMap_php80delta.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
return [
2323
'new' => [
2424
'array_combine' => ['associative-array', 'keys'=>'string[]|int[]', 'values'=>'array'],
25-
'array_fill' => ['array', 'start_key'=>'int', 'num'=>'0|positive-int', 'val'=>'mixed'],
2625
'bcdiv' => ['string', 'dividend'=>'string', 'divisor'=>'string', 'scale='=>'int'],
2726
'bcmod' => ['string', 'dividend'=>'string', 'divisor'=>'string', 'scale='=>'int'],
2827
'bcpowmod' => ['string', 'base'=>'string', 'exponent'=>'string', 'modulus'=>'string', 'scale='=>'int'],
@@ -147,7 +146,6 @@
147146
'old' => [
148147

149148
'array_combine' => ['associative-array|false', 'keys'=>'string[]|int[]', 'values'=>'array'],
150-
'array_fill' => ['array', 'start_key'=>'int', 'num'=>'int', 'val'=>'mixed'],
151149
'bcdiv' => ['?string', 'dividend'=>'string', 'divisor'=>'string', 'scale='=>'int'],
152150
'bcmod' => ['?string', 'dividend'=>'string', 'divisor'=>'string', 'scale='=>'int'],
153151
'bcpowmod' => ['?string', 'base'=>'string', 'exponent'=>'string', 'modulus'=>'string', 'scale='=>'int'],

0 commit comments

Comments
 (0)