mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
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:
parent
4d5330fbe1
commit
19c56e42c5
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
--TEST--
|
||||
preg_grep() 2nd test
|
||||
--SKIPIF--
|
||||
<?php if (!PCRE_JIT_SUPPORT) die("skip no pcre jit support"); ?>
|
||||
--FILE--
|
||||
<?php
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue