Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
APIv2
的DEP_XML_PROTOCOL_IS_REACHABLE_EOL
,相关 New features are all inAPIv3
, there's no reason to continue use this kind client since v2.0. #38 ;Transformer::toArray
函数,对入参xml
非法时,返回空array
,并把最后一条错误信息温和地打入E_USER_NOTICE
通道;非正常
XML测试用例,样例说明如何使用error_get_last
获取解析错误
信息;Formatter::ksort
的自然序排序问题,改正成字典序(dictionary order)
键值排序,相关 apiv2接口SIGN_ERROR错误 #41 ;