Skip to content

Commit 5de2679

Browse files
committed
xml_get_current_column_number
1 parent 5b40c0a commit 5de2679

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_get_current_column_number' => ['int', 'parser'=>'XMLParser'],
121122
'xml_get_current_line_number' => ['int', 'parser'=>'XMLParser'],
122123
'xml_get_error_code' => ['int', 'parser'=>'XMLParser'],
123124
'xml_parse' => ['int', 'parser'=>'XMLParser', 'data'=>'string', 'isfinal='=>'bool'],
@@ -271,6 +272,7 @@
271272
'strstr' => ['string|false', 'haystack'=>'string', 'needle'=>'string|int', 'before_needle='=>'bool'],
272273
'substr' => ['__benevolent<string|false>', 'string'=>'string', 'start'=>'int', 'length='=>'int'],
273274
'version_compare' => ['int|bool', 'version1'=>'string', 'version2'=>'string', 'operator='=>'string|null'],
275+
'xml_get_current_column_number' => ['int', 'parser'=>'resource'],
274276
'xml_get_current_line_number' => ['int', 'parser'=>'resource'],
275277
'xml_get_error_code' => ['int', 'parser'=>'resource'],
276278
'xml_parse' => ['int', 'parser'=>'resource', 'data'=>'string', 'isfinal='=>'bool'],

0 commit comments

Comments
 (0)