Test: /sapi/phpdbg/tests/breakpoints_008.phpt - Version 7.4.5    

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

Count Diff
1 (50%)
001+ Termsig=11 001- [Successful compilation of %s] 002- prompt> [Breakpoint #0 added at foo\bar::foo] 003- prompt> [Breakpoint exists at Foo\Bar::Foo] 004- prompt> [Breakpoint #0 in foo\bar::foo() at %s:6, hits: 1] 005- >00006: var_dump($bar); 006- 00007: } 007- 00008: } 008- prompt> string(4) "test" 009- [Script ended normally] 010- prompt>
1 (50%)
001+ Segmentation fault 002+ 003+ Termsig=11 001- [Successful compilation of %s] 002- prompt> [Breakpoint #0 added at foo\bar::foo] 003- prompt> [Breakpoint exists at Foo\Bar::Foo] 004- prompt> [Breakpoint #0 in foo\bar::foo() at %s:6, hits: 1] 005- >00006: var_dump($bar); 006- 00007: } 007- 00008: } 008- prompt> string(4) "test" 009- [Script ended normally] 010- prompt>