php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #33408 Typo in documentation for is_soap_fault
Submitted: 2005-06-20 17:49 UTC Modified: 2005-06-21 18:28 UTC
From: davidp at pipex dot net Assigned:
Status: Not a bug Package: Documentation problem
PHP Version: Irrelevant OS: Irrelevant
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: davidp at pipex dot net
New email:
PHP Version: OS:

 

 [2005-06-20 17:49 UTC] davidp at pipex dot net
Description:
------------
There's a small typo in the example code in the is_soap_fault documentation (http://uk.php.net/is_soap_fault).

In both examples, trigger_error is called with $result->faulstring instead of $result->faultstring.

Also, 'Example' is misspelt as "Exempel" for both examples.

Reproduce code:
---------------
N/A

Expected result:
----------------
N/A

Actual result:
--------------
N/A

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-06-20 20:11 UTC] didou@php.net
What is the version of the document (which translation) you are reading ?
 [2005-06-21 10:01 UTC] davidp at pipex dot net
My apologies for not stating, it was the English version of the documentation.
 [2005-06-21 18:05 UTC] didou@php.net
Everything is okay for me on http://uk.php.net/is_soap_fault .. Anyone to confirm this ?
 [2005-06-21 18:15 UTC] sean@php.net
faulstring -> faultstring
was fixed almost a year ago:
http://cvs.php.net/diff.php/phpdoc/en/reference/soap/functions/is-soap-fault.xml?r1=1.4&r2=1.5&ty=u

as far as I can tell, "exampel" was never in there (maybe in an entity, but it's not worth the research):
http://cvs.php.net/phpdoc/en/reference/soap/functions/is-soap-fault.xml

 [2005-06-21 18:17 UTC] davidp at pipex dot net
That's curious.  It certainly did have those typos yesterday and this morning (GMT times), but is now correct.  I can only assume that the problem had already been fixed by someone, and the documentation rebuild has now taken effect.

I see no other bug reports for this (I did check before filing this one), so perhaps someone with a CVS account spotted it and fixed it.

Oh well, I'll close this bug then - apologies for wasting your time!
 [2005-06-21 18:28 UTC] nlopess@php.net
He was reading the 'sv' docs, which were generated a year ago.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Mon Sep 08 14:00:01 2025 UTC