Skip to content

soap: use php_error_docref consistently - #22951

Open
NattyNarwhal wants to merge 3 commits into
php:masterfrom
NattyNarwhal:soap-error-improvements
Open

soap: use php_error_docref consistently#22951
NattyNarwhal wants to merge 3 commits into
php:masterfrom
NattyNarwhal:soap-error-improvements

Conversation

@NattyNarwhal

Copy link
Copy Markdown
Member

Remove some useless macros, use the standard php_error_docref mechanism for error reporting, clean up inconsistent whitespace. Extracted out of GH-22927.

Removes the SOAP-ERROR prefix, as php_error_docref prefixes the message
with the function name (and optionally arguments).

This removes the macro and the lone standalone php_error call.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment