summaryrefslogtreecommitdiff
path: root/Zend/tests/concat_003.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/concat_003.phpt')
-rw-r--r--Zend/tests/concat_003.phpt5
1 files changed, 4 insertions, 1 deletions
diff --git a/Zend/tests/concat_003.phpt b/Zend/tests/concat_003.phpt
index 13c6fdc087..dc22bae1a7 100644
--- a/Zend/tests/concat_003.phpt
+++ b/Zend/tests/concat_003.phpt
@@ -1,7 +1,10 @@
--TEST--
Concatenating many small strings should not slowdown allocations
--SKIPIF--
-<?php if (PHP_DEBUG) { die ("skip debug version is slow"); } ?>
+<?php
+if (PHP_DEBUG) { die ("skip debug version is slow"); }
+if (getenv('SKIP_PERF_SENSITIVE')) die("skip performance sensitive test");
+?>
--FILE--
<?php