php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #75464 Wrong reflection on SoapClient::__setSoapHeaders
Submitted: 2017-10-30 12:22 UTC Modified: -
From: fabien dot villepinte at gmail dot com Assigned:
Status: Closed Package: SOAP related
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
 [2017-10-30 12:22 UTC] fabien dot villepinte at gmail dot com
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 ]
  }
}

Patches

Add a Patch

Pull Requests

Pull requests:

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2017-10-30 14:15 UTC] krakjoe@php.net
Automatic comment on behalf of fabien.villepinte@gmail.com
Revision: http://git.php.net/?p=php-src.git;a=commit;h=a308000ff2c7c5bdbe21a840d5def00a42d565aa
Log: Fix bug #75464 Wrong reflection on SoapClient::__setSoapHeaders
 [2017-10-30 14:15 UTC] krakjoe@php.net
-Status: Open +Status: Closed
 [2017-10-30 14:16 UTC] krakjoe@php.net
Automatic comment on behalf of fabien.villepinte@gmail.com
Revision: http://git.php.net/?p=php-src.git;a=commit;h=a308000ff2c7c5bdbe21a840d5def00a42d565aa
Log: Fix bug #75464 Wrong reflection on SoapClient::__setSoapHeaders
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 02:02:52 2024 UTC