You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This happens when the SimpleXMLElement returned by simplexml_load_string() is empty. Somehow adding ! in front of it converts to a boolean false. This can be fixed by checking for $parsed === false.
The text was updated successfully, but these errors were encountered:
- REFACTOR [PR #49](#49) Broke headers out into their own class
- REFACTOR [PR #54](#54) Added more specific Exceptions
- FIX [PR #58](#58) Fixes throwing an error on an empty xml response
- FEATURE [PR #57](#57) Adds support for digest authentication
This happens when the
SimpleXMLElement
returned bysimplexml_load_string()
is empty. Somehow adding!
in front of it converts to a boolean false. This can be fixed by checking for$parsed === false
.The text was updated successfully, but these errors were encountered: