From fe867b587fe9d6404273a46a11ba4661ae29e68c Mon Sep 17 00:00:00 2001 From: CismonX Date: Fri, 7 Jun 2019 00:44:19 +0800 Subject: [PATCH] fix test --- tests/007-scalar-operators.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/007-scalar-operators.phpt b/tests/007-scalar-operators.phpt index 3a35e62..4333144 100644 --- a/tests/007-scalar-operators.phpt +++ b/tests/007-scalar-operators.phpt @@ -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)] ); ?>