summaryrefslogtreecommitdiff
path: root/ext/pcre
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2019-06-28 15:05:00 +0200
committerNikita Popov <nikita.ppv@gmail.com>2019-06-28 15:05:00 +0200
commitb98c148f78de02b1baa865003373136191483d7f (patch)
treef53d0194a90e275181f33bb0b717d37768bed217 /ext/pcre
parent0a0ca984f0b45d874937ff47a4f7a77d530e7a10 (diff)
parent54dd762f596d4b0ea97d6d10e9d0c96e0f33e76e (diff)
downloadphp-git-b98c148f78de02b1baa865003373136191483d7f.tar.gz
Merge branch 'PHP-7.4'
Diffstat (limited to 'ext/pcre')
-rw-r--r--ext/pcre/tests/bug72685.phpt4
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/pcre/tests/bug72685.phpt b/ext/pcre/tests/bug72685.phpt
index 7f6eabc182..31b2f9b0c7 100644
--- a/ext/pcre/tests/bug72685.phpt
+++ b/ext/pcre/tests/bug72685.phpt
@@ -1,5 +1,9 @@
--TEST--
Bug #72685: Same string is UTF-8 validated repeatedly
+--SKIPIF--
+<?php
+if (getenv('SKIP_PERF_SENSITIVE')) die("skip performance sensitive test");
+?>
--FILE--
<?php