diff options
Diffstat (limited to 'ext/pcre/tests/preg_split_basic.phpt')
-rw-r--r-- | ext/pcre/tests/preg_split_basic.phpt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/pcre/tests/preg_split_basic.phpt b/ext/pcre/tests/preg_split_basic.phpt index c33640920b..6f1568a680 100644 --- a/ext/pcre/tests/preg_split_basic.phpt +++ b/ext/pcre/tests/preg_split_basic.phpt @@ -3,7 +3,6 @@ Test preg_split() function : basic functionality --FILE-- <?php /* -* proto array preg_split(string pattern, string subject [, int limit [, int flags]]) * Function is implemented in ext/pcre/php_pcre.c */ $string = 'this is a_list: value1, Test__, string; Hello, world!_(parentheses)'; |