From: Anatol Belski Date: Tue, 14 Nov 2017 14:53:06 +0000 (+0100) Subject: Add skipif as this test became only valid with JIT compiled in X-Git-Tag: php-7.3.0alpha1~1035 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=19c56e42c591a040f739816503ee817e0c1ec14c;p=php 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. --- diff --git a/ext/pcre/tests/grep2.phpt b/ext/pcre/tests/grep2.phpt index 8a6b0eaa58..4155e2bc88 100644 --- a/ext/pcre/tests/grep2.phpt +++ b/ext/pcre/tests/grep2.phpt @@ -1,5 +1,7 @@ --TEST-- preg_grep() 2nd test +--SKIPIF-- + --FILE--