diff options
Diffstat (limited to 'ext/pcre/tests/split.phpt')
-rw-r--r-- | ext/pcre/tests/split.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/pcre/tests/split.phpt b/ext/pcre/tests/split.phpt index 6141de1eb0..8ec8e655cf 100644 --- a/ext/pcre/tests/split.phpt +++ b/ext/pcre/tests/split.phpt @@ -17,8 +17,8 @@ var_dump(preg_split('/\d*/', 'ab2c3u', -1, PREG_SPLIT_NO_EMPTY)); ?> --EXPECTF-- -Warning: Wrong parameter count for preg_split() in %ssplit.php on line 3 -NULL +Warning: preg_split() expects at least 2 parameters, 0 given in %ssplit.php on line 3 +bool(false) Warning: preg_split(): Compilation failed: nothing to repeat at offset 0 in %ssplit.php on line 4 bool(false) |