zephir-lang / zephir

Zephir is a compiled high-level language aimed to ease the creation of C-extensions for PHP

Home Page:https://zephir-lang.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deprecate inline property getters and setters

Jeckerson opened this issue · comments

Deprecate this type of syntax:

protected transaction { get };

Due limitations of return types and possible segmentation faults.