Skip to content

"No Shorthand PHP Tags" section of PHP Coding Standards #38

@bizanimesh

Description

@bizanimesh

The below example of Correct and Incorrect is not available in No Shorthand PHP Tags section of PHP Coding Standards.

Correct:

<?php ... ?>
<?php echo $var; ?>

Incorrect:

<? ... ?>
<?= $var ?>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions