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 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

Pull Requests

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: Sat Dec 21 12:01:31 2024 UTC