Skip to content

Commit 544adeb

Browse files
fix: Fix add test expecting wrong values
1 parent 7d85a02 commit 544adeb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/003-ndarray-add.phpt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ Array
1313
(
1414
[0] => Array
1515
(
16-
[0] => 2
16+
[0] => 3
1717
[1] => 4
1818
)
1919

2020
[1] => Array
2121
(
22-
[0] => 6
23-
[1] => 8
22+
[0] => 5
23+
[1] => 6
2424
)
2525

2626
)

0 commit comments

Comments
 (0)