Test: /sapi/phpdbg/tests/breakpoints_005.phpt - Version 7.4.3    

There are 2 different diffs reported by users for this test.

Count Diff
2 (67%)
001+ Termsig=11 001- [Successful compilation of %s] 002- prompt> [Breakpoint #0 added at %s:4] 003- prompt> [Breakpoint #0 at %s:4, hits: 1] 004- >00004: var_dump($bar); 005- 00005: } 006- 00006: 007- prompt> test 008- prompt> string(4) "test" 009- [Script ended normally] 010- prompt>
1 (33%)
001+ 001- [Successful compilation of %s] 002- prompt> [Breakpoint #0 added at %s:4] 003- prompt> [Breakpoint #0 at %s:4, hits: 1] 004- >00004: var_dump($bar); 005- 00005: } 006- 00006: 007- prompt> test 008- prompt> string(4) "test" 009- [Script ended normally] 010- prompt>