Skip to content

Commit 41dcdb1

Browse files
committed
Merge branch 'PHP-7.0'
2 parents 8e9d8c0 + 05defb4 commit 41dcdb1

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

sapi/phpdbg/tests/stepping_001.phpt

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,22 +34,24 @@ prompt> [L10 %s ECHO "ok"
3434
00011: } finally {
3535
00012: echo " ... ok";
3636
prompt> ok
37-
[L10 %s FAST_CALL J8 ~%d %s]
38-
[L12 %s ECHO " ... ok" %s]
37+
[L11 %s FAST_CALL J8 ~%d %s]
38+
>00011: } finally {
39+
00012: echo " ... ok";
40+
00013: }
41+
prompt> [L12 %s ECHO " ... ok" %s]
3942
>00012: echo " ... ok";
4043
00013: }
4144
00014:
4245
prompt> ... ok
4346
[L12 %s FAST_RET ~%d %s]
44-
[L10 %s JMP J10 %s]
45-
>00010: echo "ok";
46-
00011: } finally {
47+
[L11 %s JMP J10 %s]
48+
>00011: } finally {
4749
00012: echo " ... ok";
50+
00013: }
4851
prompt> [L12 %s RETURN 1 %s]
4952
>00012: echo " ... ok";
5053
00013: }
5154
00014:
52-
prompt> [Script ended normally]
5355
prompt>
5456
--FILE--
5557
<?php

0 commit comments

Comments
 (0)