lisachenko / z-engine

:zap: PHP Engine Direct API
MIT License
448 stars 22 forks source link

[Feature] Implement userland object handlers #20

Closed lisachenko closed 4 years ago

lisachenko commented 4 years ago

This PR introduces ability to install zend_object.handlers from userland, thus giving access to comparison, casting, operator overloading and more.