Test: /sapi/phpdbg/tests/watch_005.phpt - Version 7.3.1RC1    

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
008+ prompt> ASAN:SIGSEGV
009+ =================================================================
010+ ==7372==ERROR: AddressSanitizer: SEGV on unknown address 0x7fe0cee20080 (pc 0x0000046f4604 bp 0x7fff12f7cc70 sp 0x7fff12f7c2a0 T0)
011+ #0 0x46f4603 (/opt/php-src/sapi/phpdbg/phpdbg+0x46f4603)
012+ #1 0x4fc2d0e (/opt/php-src/sapi/phpdbg/phpdbg+0x4fc2d0e)
013+ #2 0x524d60c (/opt/php-src/sapi/phpdbg/phpdbg+0x524d60c)
014+ #3 0x451627e (/opt/php-src/sapi/phpdbg/phpdbg+0x451627e)
015+ #4 0x52155ba (/opt/php-src/sapi/phpdbg/phpdbg+0x52155ba)
016+ #5 0x531c7e3 (/opt/php-src/sapi/phpdbg/phpdbg+0x531c7e3)
017+ #6 0x531b590 (/opt/php-src/sapi/phpdbg/phpdbg+0x531b590)
018+ #7 0x523a5d7 (/opt/php-src/sapi/phpdbg/phpdbg+0x523a5d7)
019+ #8 0x51aff9e (/opt/php-src/sapi/phpdbg/phpdbg+0x51aff9e)
020+ #9 0x7fe0d3cd382f (/lib/x86_64-linux-gnu/libc.so.6+0x2082f)
021+ #10 0x45a5f8 (/opt/php-src/sapi/phpdbg/phpdbg+0x45a5f8)
022+
023+ AddressSanitizer can not provide additional info.
024+ ==7372==ABORTING
008- prompt> [Breaking on watchpoint $a]
009- Old value:
010- New value: aa
011- >00005: $c = &$a;
012- 00006: $a[1] = "b";
013- 00007:
014- prompt> [Breaking on watchpoint $a]
015- Old value inaccessible or destroyed
016- New value (reference): aa
017- >00006: $a[1] = "b";
018- 00007:
019- 00008: exit;
020- prompt> [Breaking on watchpoint $a]
021- Old value: aa
022- New value: ab
023- >00008: exit;
024- 00009:
025- prompt> [$a has been removed, removing watchpoint recursively]
026- [Script ended normally]
027- prompt>