Skip to content

Commit ed39e61

Browse files
committed
Report nonexistent function even without entry in PHP 8 delta
1 parent 7c02a43 commit ed39e61

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

resources/functionMap_php80delta.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@
152152
'bcpowmod' => ['?string', 'base'=>'string', 'exponent'=>'string', 'modulus'=>'string', 'scale='=>'int'],
153153
'com_load_typelib' => ['bool', 'typelib_name'=>'string', 'case_insensitive='=>'bool'],
154154
'count_chars' => ['array<int,int>|false|string', 'input'=>'string', 'mode='=>'int'],
155-
'create_function' => ['string', 'args'=>'string', 'code'=>'string'],
156155
'date_add' => ['DateTime|false', 'object'=>'DateTime', 'interval'=>'DateInterval'],
157156
'date_date_set' => ['DateTime|false', 'object'=>'DateTime', 'year'=>'int', 'month'=>'int', 'day'=>'int'],
158157
'date_diff' => ['DateInterval|false', 'obj1'=>'DateTimeInterface', 'obj2'=>'DateTimeInterface', 'absolute='=>'bool'],

0 commit comments

Comments
 (0)