Test: /sapi/phpdbg/tests/breakpoints_004.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 ZEND_ECHO] 003- prompt> [Breakpoint #0 in ZEND_ECHO at %s:3, hits: 1] 004- >00003: echo $i++; 005- 00004: echo $i++; 006- 00005: echo $i++; 007- prompt> 1 008- [Breakpoint #0 in ZEND_ECHO at %s:4, hits: 2] 009- >00004: echo $i++; 010- 00005: echo $i++; 011- 00006: echo $i++; 012- prompt> 2 013- [Breakpoint #0 in ZEND_ECHO at %s:5, hits: 3] 014- >00005: echo $i++; 015- 00006: echo $i++; 016- 00007: 017- prompt> 3 018- [Breakpoint #0 in ZEND_ECHO at %s:6, hits: 4] 019- >00006: echo $i++; 020- 00007: 021- prompt> 4 022- [Script ended normally] 023- prompt>