php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #37501 var_export()
Submitted: 2006-05-18 14:53 UTC Modified: 2006-05-24 17:33 UTC
From: geisel at 4up dot com dot br Assigned:
Status: Not a bug Package: Unknown/Other Function
PHP Version: 5.1.4 OS: linux
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: geisel at 4up dot com dot br
New email:
PHP Version: OS:

 

 [2006-05-18 14:53 UTC] 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));
	}


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-05-19 08:54 UTC] tony2001@php.net
Mind telling us the error?
 [2006-05-24 11:49 UTC] geisel at 4up dot com dot br
is other bug ...

the limited length in exception message at the soap fault.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat May 18 14:01:35 2024 UTC