diff options
author | Nikita Popov <nikita.ppv@gmail.com> | 2019-06-28 15:05:00 +0200 |
---|---|---|
committer | Nikita Popov <nikita.ppv@gmail.com> | 2019-06-28 15:05:00 +0200 |
commit | b98c148f78de02b1baa865003373136191483d7f (patch) | |
tree | f53d0194a90e275181f33bb0b717d37768bed217 /ext/pcre | |
parent | 0a0ca984f0b45d874937ff47a4f7a77d530e7a10 (diff) | |
parent | 54dd762f596d4b0ea97d6d10e9d0c96e0f33e76e (diff) | |
download | php-git-b98c148f78de02b1baa865003373136191483d7f.tar.gz |
Merge branch 'PHP-7.4'
Diffstat (limited to 'ext/pcre')
-rw-r--r-- | ext/pcre/tests/bug72685.phpt | 4 |
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 |