There was an error while loading. Please reload this page.
calling zephir_parse_file with content as follows
zephir_parse_file
public function extract() { char ch1; string name = "peter"; let ch1 = name[1]; return (uchar)ch1; }
will print to stderr
unknown type?