| Package Information |
| Summary |
Operator overloading for Objects |
| Maintainers |
Sara Golemon <pollita@php.net> (lead) [wishlist] [details]
|
| License |
PHP |
| Description |
Operator overloading for: +, -, *, /, %, <<, >>, ., |, &, ^, ~, !, ++, --,
+=, -=, *=, /=, %=, <<=, >>=, .=, |=, &=, ^=, ~=,
==, !=, ===, !==, <, and <= operators.
Conditional support for > and >= available with application of a patch. |
Release notes Version0.3 |
* 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. |
|