freebsd-ports/devel/pecl-operator/pkg-descr
Renato Botelho 512cfafdf3 Add pecl-operator 0.2, PHP extension that provides operator overloading
for PHP objects.

PR:		ports/92573
Submitted by:	Alexander Zhuravlev <zaa@zaa.pp.ru>
2006-01-31 16:16:41 +00:00

6 lines
262 B
Plaintext

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