php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #29195 Does not create a "new" SoapClient in the examples.
Submitted: 2004-07-16 00:52 UTC Modified: 2004-07-16 01:01 UTC
From: mark dot meredith at shaw dot ca Assigned:
Status: Closed Package: Documentation problem
PHP Version: 5.0.0 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: mark dot meredith at shaw dot ca
New email:
PHP Version: OS:

 

 [2004-07-16 00:52 UTC] mark dot meredith at shaw dot ca
Description:
------------
http://ca3.php.net/manual/en/function.is-soap-fault.php

The examples do not run because they do not use the 
"new" syntax to create the SOAP client. It should read 
something like...

$client = new SoapClient("some.wsdl");

... in both examples.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-07-16 01:01 UTC] dave@php.net
This bug has been fixed in the documentation's XML sources. Since the
online and downloadable versions of the documentation need some time
to get updated, we would like to ask you to be a bit patient.

Thank you for the report, and for helping us make our documentation better.
 [2020-02-07 06:11 UTC] phpdocbot@php.net
Automatic comment on behalf of dave
Revision: http://git.php.net/?p=doc/en.git;a=commit;h=9d0a1e7664362c1e4bc4153543cc8273b4f7ee55
Log: - Fix #29195 and #29196.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Tue Jul 08 10:01:33 2025 UTC