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
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: 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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Wed Jul 16 18:01:31 2025 UTC