Skip to content

Commit 9304138

Browse files
committed
Fix test due to changed destruct order
1 parent 0cc4b26 commit 9304138

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

ext/zend_test/tests/observer_fiber_05.phpt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,11 @@ $fiber->resume();
4242
<suspend '%s'>
4343
<!-- switching from fiber 0 to %s -->
4444
<destroying '%s'>
45-
<!-- switching from fiber %s to 0 -->
45+
<!-- switching from fiber %s to %s -->
46+
<destroying '%s'>
4647
<destroyed '%s'>
47-
<!-- switching from fiber 0 to %s -->
48+
<!-- switching from fiber %s to %s -->
4849
<destroying '%s'>
50+
<destroyed '%s'>
4951
<!-- switching from fiber %s to 0 -->
5052
<destroyed '%s'>

0 commit comments

Comments
 (0)