512cfafdf3
for PHP objects. PR: ports/92573 Submitted by: Alexander Zhuravlev <zaa@zaa.pp.ru>
5 lines
262 B
Text
5 lines
262 B
Text
PHP PECL extension provides possibility to overload operators for PHP objects.
|
|
At the moment it allows overloading of the following operators:
|
|
+ - * / % << >> . | & ^ ~ ! ++ -- += -= *= /= %= <<= >>= .= |= &= ^= and ~=
|
|
|
|
WWW: http://pecl.php.net/package/operator
|