Skip to content

Commit 0a171e4

Browse files
committed
Merge branch 'PHP-8.4' into PHP-8.5
* PHP-8.4: [skip ci] Mark gh17399_substr.phpt as slow
2 parents 3249f2d + 5cd8777 commit 0a171e4

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)