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 b1019f4 commit 5df461bCopy full SHA for 5df461b
ext/opcache/tests/preload_parse_error.phpt
@@ -9,6 +9,7 @@ opcache.preload={PWD}/preload_parse_error.inc
9
<?php
10
require_once('skipif.inc');
11
if (PHP_OS_FAMILY == 'Windows') die('skip Preloading is not supported on Windows');
12
+if (getenv('SKIP_ASAN')) die('xfail Startup failure leak');
13
?>
14
--FILE--
15
OK
0 commit comments