Add skipif as this test became only valid with JIT compiled in

Without JIT, the depth limit is respected, but for JIT it's irrelevant.
This commit is contained in:
Anatol Belski 2017-11-14 15:53:06 +01:00
parent 4d5330fbe1
commit 19c56e42c5

View file

@ -1,5 +1,7 @@
--TEST--
preg_grep() 2nd test
--SKIPIF--
<?php if (!PCRE_JIT_SUPPORT) die("skip no pcre jit support"); ?>
--FILE--
<?php