[GIT-PULLS] [php-src] PR #22951: soap: use `php_error_docref` consistently

[email protected] (NattyNarwhal) Thu, 30 Jul 2026 14:55:34 +0000
Newsgroups php.git-pulls
Message-ID <[email protected]>
Pull Request: https://github.com/php/php-src/pull/22951
Author: NattyNarwhal

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