ID: 43228
User updated by: david at hisel dot com
-Summary: undefined function return in
ext/soap/tests/server021.phpt
Reported By: david at hisel dot com
Status: Open
Bug Type: SOAP related
Operating System: Mac OS X
PHP Version: 5.2.4
New Comment:
I ran a grep on the tests directory and found one more...
ext/soap/tests/server028.phpt: line 12
Regards,
.dave.
Previous Comments:
------------------------------------------------------------------------
[2007-11-09 16:56:24] david at hisel dot com
Description:
------------
need to add "new" keyword, otherwise call to "return SoapFault(...)"
gives undefined function error.
ext/soap/tests/server021.phpt: line 12
return SoapFault("Server","Function $name doesn't exist");
should read:
return new SoapFault("Server","Function $name doesn't exist");
Regards,
.dave.
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=43228&edit=1