Package Information |
Summary |
Operator overloading for Objects |
Maintainers |
Joshua Lopez (lead)
[details]
|
License |
PHP |
Description |
Operator overloading for:
+, -, *, /, %, **, <<, >>, ., |, &, ^, ~, ++, --,
=, +=, -=, *=, /=, %=, **=, <<=, >>=, .=, |=, &=, ^=,
==, !=, <>, ===, !==, <, <=, >, >=, and <=> operators. |
Release notes
Version 0.3
(beta)
|
* Added support for comparator ops
Note: ZE treats > style comparisons as backwards < c omparisons, 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 applic ation of a parser patch. |
|