mirror of
https://github.com/php/pecl-php-operator.git
synced 2026-03-23 22:52:09 +01:00
Sigh, typos...
This commit is contained in:
@@ -65,4 +65,4 @@ The following overload methods are supported:
|
||||
| $o &= $arg | `__assign_bw_and($arg)` |
|
||||
| $o ^= $arg | `__assign_bw_xor($arg)` |
|
||||
|
||||
* - `__is_greater()` and `__is_greater_or_equal()` require a rebuild of the main PHP runtime using the [included patch](php7-is_greater.diff). Withtout this patch, `$a > $b` is automatically remapped to `$b < $a` by the engine.
|
||||
* - `__is_greater()` and `__is_greater_or_equal()` require a rebuild of the main PHP runtime using the [included patch](php7-is_greater.diff). Withtout this patch, `$a > $b` is automatically remapped to `$b < $a` by the engine.
|
||||
|
||||
Reference in New Issue
Block a user