ID: 37501
Updated by: [EMAIL PROTECTED]
Reported By: geisel at 4up dot com dot br
-Status: Open
+Status: Feedback
Bug Type: Unknown/Other Function
Operating System: linux
PHP Version: 5.1.4
New Comment:
Mind telling us the error?
Previous Comments:
------------------------------------------------------------------------
[2006-05-18 14:53:35] geisel at 4up dot com dot br
Description:
------------
The following code does an error in soap messages. Switching to
var_export($e,false) corrects it, but at the documentation, true is the
correct parameter.
Reproduce code:
---------------
try
{
throw new Exception('x');
}
catch(exception $e)
{
throw new SoapFault('Erro:',var_export($e,true));
}
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=37501&edit=1