SKIP on slow debug version PHP

This commit is contained in:
Xinchen Hui 2015-11-13 14:00:01 +08:00
parent 04526093e4
commit 310fc87c2d

View file

@ -1,5 +1,7 @@
--TEST--
Concatenating many small strings should not slowdown allocations
--SKIPIF--
<?php if (PHP_DEBUG) { die ("skip debug version is slow"); } ?>
--INI--
memory_limit=256m
--FILE--