Skip to content

Commit 5bb980b

Browse files
committed
Merge branch 'PHP-8.5'
* PHP-8.5: [skip ci] Mark gh17399_substr.phpt as slow
2 parents 7e7607f + 0a171e4 commit 5bb980b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ext/iconv/tests/gh17399_substr.phpt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ GH-17399 (iconv_substr() leak on bailout)
44
iconv
55
--INI--
66
memory_limit=2M
7+
--SKIPIF--
8+
<?php
9+
if (getenv("SKIP_SLOW_TESTS")) die("skip slow test");
10+
?>
711
--FILE--
812
<?php
913
$str = str_repeat('a', 1024 * 1024);

0 commit comments

Comments
 (0)