Skip to content

Commit aec1f07

Browse files
committed
xml_parser_create
1 parent 7b757f4 commit aec1f07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/functionMap_php80delta.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
'substr' => ['string', 'string'=>'string', 'start'=>'int', 'length='=>'int'],
119119
'round' => ['float', 'number'=>'float', 'precision='=>'int', 'mode='=>'1|2|3|4'],
120120
'version_compare' => ['int|bool', 'version1'=>'string', 'version2'=>'string', 'operator='=>'string|null'],
121-
'xml_parser_create' => ['XMLParser', 'encoding='=>'string'],
121+
'xml_parser_create' => ['XMLParser', 'encoding='=>'string|null'],
122122
'xml_parser_create_ns' => ['XMLParser|false', 'encoding='=>'string|null', 'sep='=>'string'],
123123
'xml_parser_free' => ['bool', 'parser'=>'XMLParser'],
124124
'xml_parser_get_option' => ['string|int', 'parser'=>'XMLParser', 'option'=>'int'],

0 commit comments

Comments
 (0)