We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08b7539 commit e9a0d21Copy full SHA for e9a0d21
ext/opcache/tests/gh9259_003.phpt
@@ -2,6 +2,10 @@
2
Bug GH-9259 003 (Setting opcache.interned_strings_buffer to a very high value leads to corruption of shm)
3
--EXTENSIONS--
4
opcache
5
+--SKIPIF--
6
+<?php
7
+if (getenv('SKIP_ASAN')) die('xfail Leaks memory with ASAN');
8
+?>
9
--INI--
10
opcache.interned_strings_buffer=500
11
opcache.enable_cli=1
0 commit comments