Test: /sapi/phpdbg/tests/breakpoints_004.phpt - Version 7.3.11    

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

Count Diff
2 (50%)
001+ Zend OPcache requires Zend Engine API version 320180731.
002+ The Zend Engine API version 420190128 which is installed, is newer.
003+ Contact Zend Technologies at http://www.zend.com/ for a later version of Zend OPcache.
004+
027+ Zend OPcache requires Zend Engine API version 320180731.
028+ The Zend Engine API version 420190128 which is installed, is newer.
029+ Contact Zend Technologies at http://www.zend.com/ for a later version of Zend OPcache.
030+
1 (25%)
023+
023- prompt>
024+ Termsig=11
1 (25%)
001+ /home/linkpi/work/php-7.3.11/sapi/phpdbg/phpdbg: 1: /home/linkpi/work/php-7.3.11/sapi/phpdbg/phpdbg: Syntax error: word unexpected (expecting ")")
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>