pecl-php-operator
pecl-php-operator copied to clipboard
Operator overloading for Objects
Results
2
pecl-php-operator issues
Sort by
recently updated
recently updated
newest added
The original operator extension has been broken since a change in PHP 7.4 caused it to be unable to handle the assignment ops. I rewrote the extension for PHP 8...
This PR updates the extension for PHP 8.3. Of note: `__assign($arg)` has been removed, since I don't think it can work anymore (`op_handler` doesn't seem to be called with `ZEND_ASSIGN_OP`,...