From cdb9b8afa58e676e9c7844a892aa6eca152f916d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=AD=A6=E7=94=B0=20=E6=86=B2=E5=A4=AA=E9=83=8E?= Date: Fri, 6 Mar 2026 22:01:08 +0900 Subject: [PATCH] Fix wrong varname for SoapFault::$lang property Under xml:id="soapfault.props.lang", the says "headerfault" instead of "lang" (copy-paste error). See https://www.php.net/manual/en/class.soapfault.php (the rendered page shows "headerfault" twice, "lang" is missing) --- reference/soap/soapfault.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/soap/soapfault.xml b/reference/soap/soapfault.xml index d76e31d33b..45ab17c29a 100644 --- a/reference/soap/soapfault.xml +++ b/reference/soap/soapfault.xml @@ -153,7 +153,7 @@ - headerfault + lang Soap 1.2 Reason Text xml:lang attribute.