summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/tests
diff options
context:
space:
mode:
Diffstat (limited to 'sapi/phpdbg/tests')
-rw-r--r--sapi/phpdbg/tests/exceptions_003.phpt4
-rw-r--r--sapi/phpdbg/tests/info_001.phpt2
2 files changed, 3 insertions, 3 deletions
diff --git a/sapi/phpdbg/tests/exceptions_003.phpt b/sapi/phpdbg/tests/exceptions_003.phpt
index ab26bb4b9d..51090c081a 100644
--- a/sapi/phpdbg/tests/exceptions_003.phpt
+++ b/sapi/phpdbg/tests/exceptions_003.phpt
@@ -20,7 +20,7 @@ prompt> [L0 %s HANDLE_EXCEPTION
>00005: x();
00006: } finally {
00007: print "ok\n";
-prompt> [L7 %s ECHO "ok " %s]
+prompt> [L7 %s ECHO "ok\n" %s]
>00007: print "ok\n";
00008: }
00009: } catch (Error $e) {
@@ -30,7 +30,7 @@ prompt> ok
>00005: x();
00006: } finally {
00007: print "ok\n";
-prompt> [L10 %s ECHO "caught " %s]
+prompt> [L10 %s ECHO "caught\n" %s]
>00010: print "caught\n";
00011: }
00012:
diff --git a/sapi/phpdbg/tests/info_001.phpt b/sapi/phpdbg/tests/info_001.phpt
index b988235757..2f38fd36af 100644
--- a/sapi/phpdbg/tests/info_001.phpt
+++ b/sapi/phpdbg/tests/info_001.phpt
@@ -32,7 +32,7 @@ prompt> string(4) "test"
00017:
prompt> [Variables in foo() (1)]
Address Refs Type Variable
-%s 1 string $baz
+%s %d string $baz
string (4) "test"
prompt> [Superglobal variables (8)]
Address Refs Type Variable