mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
- Skip if the function is not available (in case pcre was not compiled in).
This commit is contained in:
parent
f830c481f3
commit
2005705272
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
--TEST--
|
||||
aggregating default properties matching regular expression
|
||||
--SKIPIF--
|
||||
<?php if (!function_exists('aggregate_properties_by_regexp')) print "skip"; ?>
|
||||
--POST--
|
||||
--GET--
|
||||
--FILE--
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue