File tree Expand file tree Collapse file tree 4 files changed +12
-0
lines changed
Expand file tree Collapse file tree 4 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 22Test simple recursive watchpoint
33--SKIPIF--
44<?php
5+ if (PHP_INT_SIZE == 4 ) {
6+ die ("xfail There may be flaws in the implementation of watchpoints that cause failures " );
7+ }
58if (getenv ('SKIP_ASAN ' )) {
69 die ("skip intentionally causes segfaults " );
710}
Original file line number Diff line number Diff line change 22Test simple array watchpoint with replace
33--SKIPIF--
44<?php
5+ if (PHP_INT_SIZE == 4 ) {
6+ die ("xfail There may be flaws in the implementation of watchpoints that cause failures " );
7+ }
58if (getenv ('SKIP_ASAN ' )) {
69 die ("skip intentionally causes segfaults " );
710}
Original file line number Diff line number Diff line change 22Test simple watchpoint with replace
33--SKIPIF--
44<?php
5+ if (PHP_INT_SIZE == 4 ) {
6+ die ("xfail There may be flaws in the implementation of watchpoints that cause failures " );
7+ }
58if (getenv ('SKIP_ASAN ' )) {
69 die ("skip intentionally causes segfaults " );
710}
Original file line number Diff line number Diff line change 22Test detection of inline string manipulations on zval watch
33--SKIPIF--
44<?php
5+ if (PHP_INT_SIZE == 4 ) {
6+ die ("xfail There may be flaws in the implementation of watchpoints that cause failures " );
7+ }
58if (getenv ('SKIP_ASAN ' )) {
69 die ("skip intentionally causes segfaults " );
710}
You can’t perform that action at this time.
0 commit comments