Skip to content

Commit f4a36cb

Browse files
Synchro functionMap with implode
1 parent b9a6926 commit f4a36cb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

resources/functionMap.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5695,6 +5695,7 @@
56955695
'jobqueue_license_info' => ['array'],
56965696
'join' => ['string', 'glue'=>'string', 'pieces'=>'array'],
56975697
'join\'1' => ['string', 'pieces'=>'array'],
5698+
'join\'2' => ['string', 'pieces'=>'array', 'glue'=>'string'],
56985699
'jpeg2wbmp' => ['bool', 'jpegname'=>'string', 'wbmpname'=>'string', 'dest_height'=>'int', 'dest_width'=>'int', 'threshold'=>'int'],
56995700
'json_decode' => ['mixed', 'json'=>'string', 'assoc='=>'bool|null', 'depth='=>'positive-int', 'options='=>'int'],
57005701
'json_encode' => ['non-empty-string|false', 'data'=>'mixed', 'options='=>'int', 'depth='=>'positive-int'],

resources/functionMap_php74delta.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,6 @@
6060
],
6161
'old' => [
6262
'implode\'2' => ['string', 'pieces'=>'array', 'glue'=>'string'],
63+
'join\'2' => ['string', 'pieces'=>'array', 'glue'=>'string'],
6364
],
6465
];

0 commit comments

Comments
 (0)