Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Needs support for constant scalar constants #62

Description

@infoeon

Currently get exception on something like this:

class Test{
const MyConstant = 1000 ** 24;
}

Gives errors such as:
"Invalid value definition" and "The cause of the exception was the T_POW token"

http://php.net/manual/en/migration56.new-features.php

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