summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXinchen Hui <laruence@gmail.com>2015-11-13 14:00:16 +0800
committerXinchen Hui <laruence@gmail.com>2015-11-13 14:00:16 +0800
commit6d83a8c2a7dc254eed0bc7fc5bd06c1cc1568ed1 (patch)
treed48aa3be2a9cbbdf17c99497b420ff0f53599da8
parent485408b20dcf0ae8272d4d5a3bb7209fe5602f4c (diff)
parent310fc87c2dba1bc9d29e09c213adae325aa14bb9 (diff)
downloadphp-git-6d83a8c2a7dc254eed0bc7fc5bd06c1cc1568ed1.tar.gz
Merge branch 'PHP-7.0'
-rw-r--r--Zend/tests/concat_003.phpt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Zend/tests/concat_003.phpt b/Zend/tests/concat_003.phpt
index 7dbc9ca8c4..07fabd1113 100644
--- a/Zend/tests/concat_003.phpt
+++ b/Zend/tests/concat_003.phpt
@@ -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--