Package Information |
Summary |
A compact, more readable alternative to var_export. |
Maintainers |
Tyson Andre (lead)
[details]
|
License |
BSD-3-Clause |
Description |
var_representation is a compact alternative to var_export that properly escapes control characters |
Homepage |
https://github.com/TysonAndre/var_representation
|
Release notes
Version 0.1.2
(stable)
|
* Switch from infinite recursion detection on the object's properties to infinite recursion detection on the object itself. This conforms with the change to var_export/debug_zval_dump in php 8.2-dev, and would allow data structures to safely start returning temporary arrays that can be garbage collected to save memory (after dumping the representation) starting in php 8.2+. |