Skip to content

Commit ab93792

Browse files
committed
tests
1 parent ee47669 commit ab93792

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ext/standard/tests/array/range/range_bug70239_2.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ try {
88
echo $e->getMessage() . "\n";
99
}
1010
?>
11-
--EXPECTF--
12-
The supplied range exceeds the maximum array size: start=0 end=%d step=1
11+
--EXPECT--
12+
The supplied range exceeds the maximum array size by %d elements: start=0, end=%d, step=1. Calculated size: %d, Maximum size: %d.

ext/standard/tests/array/range/range_bug70239_3.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ try {
88
echo $e->getMessage() . "\n";
99
}
1010
?>
11-
--EXPECTF--
12-
The supplied range exceeds the maximum array size: start=-%d end=0 step=1
11+
--EXPECT--
12+
The supplied range exceeds the maximum array size by %d elements: start=-%d, end=0, step=1. Calculated size: %d, Maximum size: %d.

0 commit comments

Comments
 (0)