php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #11798 "svar_dump()" wanted
Submitted: 2001-06-29 05:54 UTC Modified: 2002-04-27 15:35 UTC
From: oyvindmo at initio dot no Assigned:
Status: Closed Package: Feature/Change Request
PHP Version: 4.0 Latest CVS ( OS: any
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: oyvindmo at initio dot no
New email:
PHP Version: OS:

 

 [2001-06-29 05:54 UTC] oyvindmo at initio dot no
It would be very nice to have a var_dump() that returns the variable dump as a string instead of printing it.  Using var_dump() for verbose logging is mighty handy, but having to (ab)use output buffering to catch the var dump feels bad.

(I looked briefly at the implementation of var_dump(), and making a "svar_dump()" seemed out of my C league, unfortunately.)

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-12-09 07:33 UTC] sander@php.net
Derick just added a new function called var_export which does exactly what you want. It will be in PHP-4.2.0.
 [2001-12-11 16:19 UTC] derick@php.net
var_export does not do this, it merely has a different format then var_dump, so that it is correct PHP code.

Derick
 [2002-04-27 15:35 UTC] jimw@php.net
use output buffering.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 17:01:58 2024 UTC