projects
/
php
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3ad611
)
Fix test execution result with opcache
author
Bob Weinand
<bobwei9@hotmail.com>
Tue, 28 Jul 2015 00:14:15 +0000
(
02:14
+0200)
committer
Bob Weinand
<bobwei9@hotmail.com>
Tue, 28 Jul 2015 00:14:49 +0000
(
02:14
+0200)
sapi/phpdbg/tests/stepping_001.phpt
patch
|
blob
|
history
diff --git
a/sapi/phpdbg/tests/stepping_001.phpt
b/sapi/phpdbg/tests/stepping_001.phpt
index bc91a67a938af594fd0917dc96aacb99a03a0b22..074eeb47fa7a971f32758b4c33e6cbe90309ba3b 100644
(file)
--- a/
sapi/phpdbg/tests/stepping_001.phpt
+++ b/
sapi/phpdbg/tests/stepping_001.phpt
@@
-32,13
+32,13
@@
prompt> [L10 %s ECHO "ok"
00011: } finally {
00012: echo " ... ok";
prompt> ok
-[L10 %s FAST_CALL J8 ~
1
%s]
+[L10 %s FAST_CALL J8 ~
%d
%s]
[L12 %s ECHO " ... ok" %s]
>00012: echo " ... ok";
00013: }
00014:
prompt> ... ok
-[L12 %s FAST_RET ~
1
%s]
+[L12 %s FAST_RET ~
%d
%s]
[L10 %s JMP J10 %s]
>00010: echo "ok";
00011: } finally {