summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/tests
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2020-05-18 15:25:24 +0200
committerNikita Popov <nikita.ppv@gmail.com>2020-05-18 15:25:24 +0200
commitc3bbcff5e603ee18cdc439a3e567464b4432538d (patch)
tree948c3cd6dd1831b73bba2ef8938a47ce73fea9a1 /sapi/phpdbg/tests
parent3707d75f4b8702d44d2529f3aae6fb247aa94c64 (diff)
downloadphp-git-c3bbcff5e603ee18cdc439a3e567464b4432538d.tar.gz
Fix phpdbg test with JIT
With JIT one extra cache slot is allocated, so the extended_value needs one more character, and the output ends up having one space less...
Diffstat (limited to 'sapi/phpdbg/tests')
-rw-r--r--sapi/phpdbg/tests/exceptions_003.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/phpdbg/tests/exceptions_003.phpt b/sapi/phpdbg/tests/exceptions_003.phpt
index 16920870c3..ee68490df1 100644
--- a/sapi/phpdbg/tests/exceptions_003.phpt
+++ b/sapi/phpdbg/tests/exceptions_003.phpt
@@ -26,7 +26,7 @@ prompt> [L7 %s ECHO<1> "ok\n"
00009: } catch (Error $e) {
prompt> ok
[L7 %s FAST_RET ~%d try-catch(0) %s]
-[L9 %s CATCH<%d> "Error" $e %s]
+[L9 %s CATCH<%d> %s "Error" $e %s]
>00005: x();
00006: } finally {
00007: print "ok\n";