diff options
Diffstat (limited to 'ext/pcre/tests/preg_grep_basic.phpt')
-rw-r--r-- | ext/pcre/tests/preg_grep_basic.phpt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/pcre/tests/preg_grep_basic.phpt b/ext/pcre/tests/preg_grep_basic.phpt index 4874aa8ab6..435c3500d4 100644 --- a/ext/pcre/tests/preg_grep_basic.phpt +++ b/ext/pcre/tests/preg_grep_basic.phpt @@ -3,7 +3,6 @@ Test preg_grep() function : basic functionality --FILE-- <?php /* -* proto array preg_grep(string regex, array input [, int flags]) * Function is implemented in ext/pcre/php_pcre.c */ $array = array('HTTP://WWW.EXAMPLE.COM', '/index.html', '/info/stat/', 'http://test.uk.com/index/html', '/display/dept.php'); |