We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c93c3b4 + 2a7d628 commit 180b9afCopy full SHA for 180b9af
sapi/phpdbg/tests/bug73927.phpt
@@ -2,9 +2,11 @@
2
Bug #73927 (phpdbg fails with windows error prompt at "watch array")
3
--SKIPIF--
4
<?php
5
+if (getenv('SKIP_ASAN')) {
6
+ die("skip intentionally causes segfaults");
7
+}
8
if (PHP_OS_FAMILY === 'Windows' && ini_get('opcache.jit') && ini_get('opcache.jit_buffer_size')) {
9
die('xfail breakpoint/watchpoint issues with JIT on Windows');
-}
10
?>
11
--PHPDBG--
12
b 19
0 commit comments