diff options
author | Bob Weinand <bobwei9@hotmail.com> | 2015-07-20 23:25:50 +0200 |
---|---|---|
committer | Bob Weinand <bobwei9@hotmail.com> | 2015-07-20 23:26:45 +0200 |
commit | 80bb4fd45a18d5f9ca1da40bbae7732be9730b17 (patch) | |
tree | 244c0338fb75a2d015c13baa26658f9dac2fcd81 /sapi/phpdbg/tests | |
parent | 94fb5391e77d22046569eafddf061b29cec07c88 (diff) | |
download | php-git-80bb4fd45a18d5f9ca1da40bbae7732be9730b17.tar.gz |
Fix various Windows issues (e.g. dir separators)
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 |