We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 168ec3a commit d99cd28Copy full SHA for d99cd28
sapi/phpdbg/tests/exceptions_003.phpt
@@ -26,7 +26,7 @@ prompt> [L7 %s ECHO<1> "ok\n"
26
00009: } catch (Error $e) {
27
prompt> ok
28
[L7 %s FAST_RET ~%d try-catch(0) %s]
29
-[L9 %s CATCH<-224> "Error" $e 1 %s]
+[L9 %s CATCH<-%d> "Error" $e 1 %s]
30
>00005: x();
31
00006: } finally {
32
00007: print "ok\n";
sapi/phpdbg/tests/stepping_001.phpt
@@ -25,7 +25,7 @@ prompt> [L0 %s HANDLE_EXCEPTION
25
00005: }
00006:
prompt> [L0 %s HANDLE_EXCEPTION %s]
-[L9 %s CATCH<-128> "Exception" $e 1 %s]
+[L9 %s CATCH<-%d> "Exception" $e 1 %s]
>00008: foo();
00009: } catch (Exception $e) {
00010: echo "ok";
0 commit comments