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

support Namespaces when using var_export in toString() #68

Open
jclaveau opened this issue Dec 26, 2018 · 0 comments
Open

support Namespaces when using var_export in toString() #68

jclaveau opened this issue Dec 26, 2018 · 0 comments

Comments

@jclaveau
Copy link
Owner

Example:

            ['and',
                ['A_type', '=', 'INTERNE'],
                ['A_id', '>', 0],
                ['A_id', '>', 12],
                ['A_id', '>=', 100],
                ['A_id', '<', 2000],
                ['A_id', '=', 100],
                ['date', '=', DateTime::__set_state(array(
                   'date' => '2018-07-04 00:00:00.000000',
                   'timezone_type' => 3,
                   'timezone' => 'UTC',
                ))],
                ['E', '=', 'impression'],
            ]

In a given NS, DateTime while not work as meta-language part due to the lack of \ before DateTime

@jclaveau jclaveau added the bug label Jan 2, 2019
@jclaveau jclaveau added this to the Version 1.0.0 milestone Jan 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant