Package Information |
Summary |
Operator overloading for Objects |
Maintainers |
Joshua Lopez (lead)
[details]
|
License |
PHP |
Description |
Operator overloading for:
+, -, *, /, %, **, <<, >>, ., |, &, ^, ~, ++, --,
=, +=, -=, *=, /=, %=, **=, <<=, >>=, .=, |=, &=, ^=,
==, !=, <>, ===, !==, <, <=, >, >=, and <=> operators. |
Release notes
Version 0.2
(beta)
|
* Added support for pre/post inc/dec operators * Added support for assignment operators
* Refactored opline->result handling * Refactored opcode handlers |
|