This commit is contained in:
CismonX 2019-06-07 00:44:19 +08:00
parent bae33d2ce6
commit fe867b587f
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ $mapval = 5;
// Function `zend_ensure_writable_variable()` does that check in compile time.
batch_assert('operator overloading of `MapVal`',
[5, +$mat->at(1, 0)],
[5, +$mat->at(1, 0)]
);
?>