php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #76487 SoapFault's $faultcode can also be an array with namespace
Submitted: 2018-06-17 10:37 UTC Modified: 2018-06-17 12:38 UTC
From: falundir at gmail dot com Assigned:
Status: Verified 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 this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: falundir at gmail dot com
New email:
PHP Version: OS:

 

 [2018-06-17 10:37 UTC] falundir at gmail dot com
Description:
------------
It's possible to create a SoapFault with namespaced fault code:

<?php
$soap_fault = new SoapFault(['some:namespace', 'Client.SomeFaultCode'], 'Some message.');
?>

This feature is not documented - only string option is.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2018-06-17 12:38 UTC] cmb@php.net
-Status: Open +Status: Verified
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 16 21:01:28 2024 UTC