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.3
(stable)
|
* Fix improper detection of VAR_REPRESENTATION_UNESCAPED flag. The var_representation function was previously checking for VAR_REPRESENTATION_SINGLE_LINE due to missing parenthesis in a bitwise operation. |