mirror of
https://github.com/php/php-src.git
synced 2025-08-20 09:24:05 +02:00
SKIP on slow debug version PHP
This commit is contained in:
parent
04526093e4
commit
310fc87c2d
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
--TEST--
|
--TEST--
|
||||||
Concatenating many small strings should not slowdown allocations
|
Concatenating many small strings should not slowdown allocations
|
||||||
|
--SKIPIF--
|
||||||
|
<?php if (PHP_DEBUG) { die ("skip debug version is slow"); } ?>
|
||||||
--INI--
|
--INI--
|
||||||
memory_limit=256m
|
memory_limit=256m
|
||||||
--FILE--
|
--FILE--
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue