Skip to content

PHP Multi-line String Issue #73

@designcise

Description

@designcise

If a multi-line string is inside an if or switch statement, the code block only gets collapsed till the start of the multi-line string, for example:

// if or switch here...
$str = <<<STRING
code ....
STRING;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions