From 19c56e42c591a040f739816503ee817e0c1ec14c Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Tue, 14 Nov 2017 15:53:06 +0100 Subject: [PATCH] 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. --- ext/pcre/tests/grep2.phpt | 2 ++ 1 file changed, 2 insertions(+) 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--