Skip to content

Use internal function rather than inline PHP compile for automatic accessors #5

Closed
@nikic

Description

@nikic

Automatic accessors currently generate a piece of PHP code and compile it to generate the opcodes for the accessor. It would be cleaner and faster if a generic internal function would be used for this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions