Skip to content

Commit c2bd0d4

Browse files
committed
xml_error_string
1 parent 2ac5d15 commit c2bd0d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/functionMap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13315,7 +13315,7 @@
1331513315
'xhprof_enable' => ['void', 'flags='=>'int', 'options='=>'array'],
1331613316
'xhprof_sample_disable' => ['array<string,string>'],
1331713317
'xhprof_sample_enable' => ['void'],
13318-
'xml_error_string' => ['string', 'code'=>'int'],
13318+
'xml_error_string' => ['string|null', 'code'=>'int'],
1331913319
'xml_get_current_byte_index' => ['int', 'parser'=>'resource'],
1332013320
'xml_get_current_column_number' => ['int', 'parser'=>'resource'],
1332113321
'xml_get_current_line_number' => ['int', 'parser'=>'resource'],

0 commit comments

Comments
 (0)