We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38628e8 commit 5cd8777Copy full SHA for 5cd8777
1 file changed
ext/iconv/tests/gh17399_substr.phpt
@@ -4,6 +4,10 @@ GH-17399 (iconv_substr() leak on bailout)
4
iconv
5
--INI--
6
memory_limit=2M
7
+--SKIPIF--
8
+<?php
9
+if (getenv("SKIP_SLOW_TESTS")) die("skip slow test");
10
+?>
11
--FILE--
12
<?php
13
$str = str_repeat('a', 1024 * 1024);
0 commit comments