var_representation 0.1.3

A compact, more readable alternative to var_export.


var_representation is a compact alternative to var_export that properly escapes control characters

License: BSD-3-Clause

Changes

* 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.