diff options
Diffstat (limited to 'sapi/phpdbg/tests')
-rw-r--r-- | sapi/phpdbg/tests/print_002.phpt | 2 | ||||
-rw-r--r-- | sapi/phpdbg/tests/run_001.phpt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sapi/phpdbg/tests/print_002.phpt b/sapi/phpdbg/tests/print_002.phpt index eede27050e..1b6e96e426 100644 --- a/sapi/phpdbg/tests/print_002.phpt +++ b/sapi/phpdbg/tests/print_002.phpt @@ -24,7 +24,7 @@ L14-16 foo() %s - %s + 8 ops L15 #5 SEND_VAR @0 1 L15 #6 DO_ICALL L15 #7 RETURN null -prompt> [L15 %s INIT_FCALL 112 "var_dump" %s] +prompt> [L15 %s INIT_FCALL 112 "var_dump" %s] prompt> --FILE-- <?php diff --git a/sapi/phpdbg/tests/run_001.phpt b/sapi/phpdbg/tests/run_001.phpt index c6a7ee8c4f..30aab1f17a 100644 --- a/sapi/phpdbg/tests/run_001.phpt +++ b/sapi/phpdbg/tests/run_001.phpt @@ -49,7 +49,7 @@ array(5) { [Script ended normally] prompt> --ARGS-- -'1' '2' '3' +1 2 3 --FILE-- <?php |