Skip to content

Commit 8a7dcbd

Browse files
committed
Fix tests
1 parent 70dd6e6 commit 8a7dcbd

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

ext/reflection/tests/ReflectionGenerator_isClosed.phpt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@ foreach ($gens as $gen) {
3232
}
3333

3434
?>
35-
--EXPECTF--
36-
int(10)
35+
--EXPECT--
36+
int(9)
3737
bool(false)
38-
int(10)
38+
int(9)
3939
bool(true)
4040
Cannot fetch information from a closed Generator
4141

42-
int(4)
42+
int(3)
4343
bool(false)
44-
int(4)
44+
int(3)
4545
bool(true)
4646
Cannot fetch information from a closed Generator

ext/reflection/tests/ReflectionGenerator_isClosed_002.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ foreach ($gens as $gen) {
3030
}
3131

3232
?>
33-
--EXPECTF--
33+
--EXPECT--
3434
bool(false)
3535
bool(true)
3636
bool(false)
37-
int(11)
37+
int(10)
3838

3939
bool(false)
4040
bool(false)

0 commit comments

Comments
 (0)