Skip to content

Provide support of the cast to uchar #82

Open
@sergeyklay

Description

@sergeyklay

calling zephir_parse_file with content as follows

    public function extract()
    {
        char ch1;
        string name = "peter";

        let ch1 = name[1];

        return (uchar)ch1;
    }

will print to stderr

unknown type?

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