Skip to content

Commit a196b71

Browse files
committed
xml_parse_into_struct
1 parent aec1f07 commit a196b71

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

resources/functionMap_php80delta.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +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_parse_into_struct' => ['int', 'parser'=>'XMLParser', 'data'=>'string', '&w_values'=>'array', '&w_index='=>'array'],
121122
'xml_parser_create' => ['XMLParser', 'encoding='=>'string|null'],
122123
'xml_parser_create_ns' => ['XMLParser|false', 'encoding='=>'string|null', 'sep='=>'string'],
123124
'xml_parser_free' => ['bool', 'parser'=>'XMLParser'],
@@ -267,6 +268,7 @@
267268
'strstr' => ['string|false', 'haystack'=>'string', 'needle'=>'string|int', 'before_needle='=>'bool'],
268269
'substr' => ['__benevolent<string|false>', 'string'=>'string', 'start'=>'int', 'length='=>'int'],
269270
'version_compare' => ['int|bool', 'version1'=>'string', 'version2'=>'string', 'operator='=>'string|null'],
271+
'xml_parse_into_struct' => ['int', 'parser'=>'resource', 'data'=>'string', '&w_values'=>'array', '&w_index='=>'array'],
270272
'xml_parser_create' => ['resource', 'encoding='=>'string'],
271273
'xml_parser_create_ns' => ['resource', 'encoding='=>'string', 'sep='=>'string'],
272274
'xml_parser_free' => ['bool', 'parser'=>'resource'],

0 commit comments

Comments
 (0)