Test: /sapi/phpdbg/tests/exceptions_003.phpt - Version 7.4.8    

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
001+ sh: /wi_wanty/myweb/php-7.4.8/sapi/phpdbg/phpdbg: cannot execute binary file 001- [Successful compilation of %s] 002- prompt> [Breakpoint #0 added at %s:5] 003- prompt> [Breakpoint #0 at %s:5, hits: 1] 004- >00005: x(); 005- 00006: } finally { 006- 00007: print "ok\n"; 007- prompt> [L0 %s HANDLE_EXCEPTION %s] 008- >00005: x(); 009- 00006: } finally { 010- 00007: print "ok\n"; 011- prompt> [L7 %s ECHO<1> "ok\n" %s] 012- >00007: print "ok\n"; 013- 00008: } 014- 00009: } catch (Error $e) { 015- prompt> ok 016- [L7 %s FAST_RET ~%d try-catch(0) %s] 017- [L9 %s CATCH<%d> "Error" $e %s] 018- >00005: x(); 019- 00006: } finally { 020- 00007: print "ok\n"; 021- prompt> [L10 %s ECHO<1> "caught\n" %s] 022- >00010: print "caught\n"; 023- 00011: } 024- 00012: 025- prompt> caught 026- [L14 %s RETURN<-1> 1 %s] 027- >00014: 028- prompt>