From:             mark dot meredith at shaw dot ca
Operating system: 
PHP version:      5.0.0
PHP Bug Type:     Documentation problem
Bug description:  Does not create a "new" SoapClient in the examples.

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.


-- 
Edit bug report at http://bugs.php.net/?id=29195&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=29195&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=29195&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=29195&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=29195&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=29195&r=needtrace
Need Reproduce Script:      http://bugs.php.net/fix.php?id=29195&r=needscript
Try newer version:          http://bugs.php.net/fix.php?id=29195&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=29195&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=29195&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=29195&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=29195&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=29195&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=29195&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=29195&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=29195&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=29195&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=29195&r=float

Reply via email to