operatorpecl.php.netOperator overloading for ObjectsOperator overloading for: +, -, *, /, %, **, <<, >>, ., |, &, ^, ~, !, ++, --,
+=, -=, *=, /=, %=, **=, <<=, >>=, .=, |=, &=, ^=, ~=,
==, !=, ===, !==, <, <=, and <=> operators.
Sara Golemonpollitapollita@php.netyes2017-03-081.01.0betabetaPHP
* Rewrote for PHP7, dropped PHP5 support
* Removed pre/post inc/dec support for objects in object properties (this will come back eventually)
* Added pow, assign-pow, and spaceship operators
4.0.01.4.0b1operator2009-11-050.30.3betabetaPHP
* Added support for comparator ops
Note: ZE treats > style comparisons as backwards < comparisons, so what looks like a left-associative greater than becomes a right-associative less-than.
Because of this, overloading the > and >= operators for left-association requires application of a parser patch.
0.20.2betabeta2006-01-25PHP
* Added support for pre/post inc/dec operators
* Added support for assignment operators
* Refactored opline->result handling
* Refactored opcode handlers
0.10.1betabeta2006-01-12PHP
Initial Release