operator

Operator overloading for Objects


Operator overloading for: +, -, *, /, %, <<, >>, ., |, &, ^, ~, !, ++, --,
+=, -=, *=, /=, %=, <<=, >>=, .=, |=, &=, ^=, ~=,
==, !=, ===, !==, <, and <= operators.
Conditional support for > and >= available with application of a patch.

License: PHP

This package is not maintained, if you would like to take over please go to this page.

Latest releases

Version Release Download
0.4.1 2013-02-07 operator-0.4.1.tgz
0.4.0 2013-02-06 operator-0.4.0.tgz
Show all releases

Changelog

Version Message
0.4.1 Extension updated to be compatible with PHP5.3 and PHP5.4.
0.4.0 Extension updated to be compatible with PHP5.3 and PHP5.4.
Show complete changelog