diff options
author | Antony Dovgal <tony2001@php.net> | 2006-07-18 09:22:32 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2006-07-18 09:22:32 +0000 |
commit | b45268a07a6d764c7127f55e23415ca733b22e60 (patch) | |
tree | 64a8b8e3e8320853f6b84f2c346a8a9e0a5a8145 | |
parent | 29ed52ffa46529dc11d41a919f21b3e8ab32229e (diff) | |
download | php-git-b45268a07a6d764c7127f55e23415ca733b22e60.tar.gz |
fix test
-rw-r--r-- | ext/pcre/tests/split2.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pcre/tests/split2.phpt b/ext/pcre/tests/split2.phpt index 80d6112ba2..391acb951e 100644 --- a/ext/pcre/tests/split2.phpt +++ b/ext/pcre/tests/split2.phpt @@ -305,7 +305,7 @@ array(6) { } } -Warning: preg_last_error() expects exactly 0 parameters, 1 given in /cvs/php5/ext/pcre/tests/split2.php on line 11 +Warning: preg_last_error() expects exactly 0 parameters, 1 given in %s on line %d NULL bool(true) array(1) { |