derick Tue Oct 8 05:46:32 2002 EDT
Modified files:
/php4/ext/standard/tests/aggregation
aggregate_properties_by_regexp.phpt
Log:
- Skip if the function is not available (in case pcre was not compiled in).
Index: php4/ext/standard/tests/aggregation/aggregate_properties_by_regexp.phpt
diff -u php4/ext/standard/tests/aggregation/aggregate_properties_by_regexp.phpt:1.4
php4/ext/standard/tests/aggregation/aggregate_properties_by_regexp.phpt:1.5
--- php4/ext/standard/tests/aggregation/aggregate_properties_by_regexp.phpt:1.4 Thu
May 16 17:53:18 2002
+++ php4/ext/standard/tests/aggregation/aggregate_properties_by_regexp.phpt Tue
+Oct 8 05:46:31 2002
@@ -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--
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php