Skip to content

Commit c3bbcff

Browse files
committed
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...
1 parent 3707d75 commit c3bbcff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sapi/phpdbg/tests/exceptions_003.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ prompt> [L7 %s ECHO<1> "ok\n"
2626
00009: } catch (Error $e) {
2727
prompt> ok
2828
[L7 %s FAST_RET ~%d try-catch(0) %s]
29-
[L9 %s CATCH<%d> "Error" $e %s]
29+
[L9 %s CATCH<%d> %s "Error" $e %s]
3030
>00005: x();
3131
00006: } finally {
3232
00007: print "ok\n";

0 commit comments

Comments
 (0)