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

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

Count Diff
1 (33%)
007- prompt> [Added watchpoint #0 for $a[]] 008- prompt> [Breaking on watchpoint $a[]] 009- 1 elements were added to the array 010- >00009: 011- prompt> [$a[] has been removed, removing watchpoint] 012- [Script ended normally]
1 (33%)
001+ Termsig=11 001- [Successful compilation of %s] 002- prompt> [Breakpoint #0 added at %s:6] 003- prompt> [Breakpoint #0 at %s:6, hits: 1] 004- >00006: $a[0] = 2; 005- 00007: 006- 00008: $a = [0 => 3, 1 => 4]; 007- prompt> [Added watchpoint #0 for $a[]] 008- prompt> [Breaking on watchpoint $a[]] 009- 1 elements were added to the array 010- >00009: 011- prompt> [$a[] has been removed, removing watchpoint] 012- [Script ended normally] 013- prompt>
1 (33%)
001+ Segmentation fault 002+ 003+ Termsig=11 001- [Successful compilation of %s] 002- prompt> [Breakpoint #0 added at %s:6] 003- prompt> [Breakpoint #0 at %s:6, hits: 1] 004- >00006: $a[0] = 2; 005- 00007: 006- 00008: $a = [0 => 3, 1 => 4]; 007- prompt> [Added watchpoint #0 for $a[]] 008- prompt> [Breaking on watchpoint $a[]] 009- 1 elements were added to the array 010- >00009: 011- prompt> [$a[] has been removed, removing watchpoint] 012- [Script ended normally] 013- prompt>