]> granicus.if.org Git - php/commit
- Added function preg_filter()
authorMarcus Boerger <helly@php.net>
Sun, 24 Aug 2008 12:34:02 +0000 (12:34 +0000)
committerMarcus Boerger <helly@php.net>
Sun, 24 Aug 2008 12:34:02 +0000 (12:34 +0000)
commitcacb2e0303980f5344f26a072ae6f4494800e5e7
tree1fae642f406f74a795f54b666802142d561a93d7
parentbe5df045405c9ab969fff2b4c183b833e2eae695
- Added function preg_filter()
[DOC] preg_filter() is basically the same as preg_replace but unlike the
      latter it returns matches.
ext/pcre/php_pcre.c
ext/pcre/tests/preg_filter.phpt [new file with mode: 0755]