diff options
Diffstat (limited to 'sapi/phpdbg/tests/print_002.phpt')
-rw-r--r-- | sapi/phpdbg/tests/print_002.phpt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sapi/phpdbg/tests/print_002.phpt b/sapi/phpdbg/tests/print_002.phpt index 40eca446a9..8225c4e0a5 100644 --- a/sapi/phpdbg/tests/print_002.phpt +++ b/sapi/phpdbg/tests/print_002.phpt @@ -19,14 +19,14 @@ prompt> string(4) "test" prompt> [Stack in foo() (8 ops)] L14-16 foo() %s - %s + 8 ops L14 #0 RECV 1 $baz - L15 #1 INIT_FCALL 112 "var_dump" - L15 #2 INIT_FCALL 112 "strrev" + L15 #1 INIT_FCALL%s 112 "var_dump" + L15 #2 INIT_FCALL%s 112 "strrev" L15 #3 SEND_VAR $baz 1 - L15 #4 DO_ICALL @0 + L15 #4 DO_%cCALL @0 L15 #5 SEND_VAR @0 1 - L15 #6 DO_ICALL + L15 #6 DO_%cCALL L15 #7 RETURN null -prompt> [L15 %s INIT_FCALL 112 "var_dump" %s] +prompt> [L15 %s INIT_FCALL%s 112 "var_dump" %s] prompt> --FILE-- <?php |