zephir-lang / zephir

Zephir is a compiled high-level language aimed to ease the creation of C-extensions for PHP
https://zephir-lang.com
MIT License
3.3k stars 466 forks source link

Deprecate inline property getters and setters #2391

Open Jeckerson opened 2 years ago

Jeckerson commented 2 years ago

Deprecate this type of syntax:

protected transaction { get };

Due limitations of return types and possible segmentation faults.