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

Disable validation for heredoc and nowdoc in PHP code. #128

Open
andkirby opened this issue Nov 2, 2016 · 0 comments
Open

Disable validation for heredoc and nowdoc in PHP code. #128

andkirby opened this issue Nov 2, 2016 · 0 comments

Comments

@andkirby
Copy link
Owner

andkirby commented Nov 2, 2016

Validation for heredoc and nowdoc is redundant.

        $xml1 = <<<XML
<?xml version="1.0" encoding="UTF-8"?>
<some_name>
    <section attr10="val1" attr20="val2">
        <collection_node>
            <child_node1 />
        </collection_node>
    </section>
    <value_node>12</value_node>
    <unpair_tag/>
</some_name>
XML;
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