Skip to content
This repository was archived by the owner on Oct 16, 2022. It is now read-only.
This repository was archived by the owner on Oct 16, 2022. It is now read-only.

Error while parsing class definition #21

@gleamingthecube

Description

@gleamingthecube

test file:

<?php
class A {
    function f($x) {
        if ($x)
            return 1;
        else
            return 2;
    }
}
?>

got:

unexpected class member PHP End:"?>"

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions