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.
1 parent af4a9bf commit 2a7d628Copy full SHA for 2a7d628
sapi/phpdbg/tests/bug73927.phpt
@@ -1,5 +1,11 @@
1
--TEST--
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
+?>
9
--PHPDBG--
10
b 19
11
r
0 commit comments