|   | php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
| 
 PatchesPull Requests
Pull requests: HistoryAllCommentsChangesGit/SVN commits              [2017-10-30 14:15 UTC] krakjoe@php.net
  [2017-10-30 14:15 UTC] krakjoe@php.net
 
-Status: Open
+Status: Closed
  [2017-10-30 14:16 UTC] krakjoe@php.net
 | |||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Fri Oct 31 08:00:01 2025 UTC | 
Description: ------------ The first parameter of SoapClient::__setSoapHeaders is optional but it is described as required by reflection. Test script: --------------- php --rf SoapClient::__setSoapHeaders Expected result: ---------------- Method [ <internal:soap> public method __setSoapHeaders ] { - Parameters [1] { Parameter #0 [ <optional> $soapheaders ] } } Actual result: -------------- Method [ <internal:soap> public method __setSoapHeaders ] { - Parameters [1] { Parameter #0 [ <required> $soapheaders ] } }