Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dump method instead of var_dump #17

Closed
tanakahisateru opened this issue May 25, 2011 · 1 comment
Closed

dump method instead of var_dump #17

tanakahisateru opened this issue May 25, 2011 · 1 comment
Assignees
Milestone

Comments

@tanakahisateru
Copy link
Owner

var_dump shows internai structure of array-like object. It's only useful for deeper debug but so annoying in regular case.
This issue may be duplicate of #11...?

@ghost ghost assigned tanakahisateru May 25, 2011
@tanakahisateru
Copy link
Owner Author

Already toArrayRecurse has been implemented, so we can use it like:

var_dump($v->toArrayRecurse());

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant