Skip to content

Commit 310fc87

Browse files
committed
SKIP on slow debug version PHP
1 parent 0452609 commit 310fc87

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Zend/tests/concat_003.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
Concatenating many small strings should not slowdown allocations
3+
--SKIPIF--
4+
<?php if (PHP_DEBUG) { die ("skip debug version is slow"); } ?>
35
--INI--
46
memory_limit=256m
57
--FILE--

0 commit comments

Comments
 (0)