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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: fabien dot villepinte at gmail dot com
New email:
PHP Version: OS:

 

 [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

Pull Requests

Pull requests:

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 Oct 10 18:01:28 2024 UTC