diff options
| author | Nuno Lopes <nlopess@php.net> | 2007-05-07 15:23:53 +0000 |
|---|---|---|
| committer | Nuno Lopes <nlopess@php.net> | 2007-05-07 15:23:53 +0000 |
| commit | 877b7c7ea74e1f2ab011d77f1eef411683d14e1d (patch) | |
| tree | 64ab1ef11bec2240b58d991b1432ba64eaa30e98 | |
| parent | 4a8e75b9901a70f1a70b7bc46a9bc09a13cd539d (diff) | |
| download | php-git-877b7c7ea74e1f2ab011d77f1eef411683d14e1d.tar.gz | |
fix test title
| -rw-r--r-- | ext/pcre/tests/bug21758.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pcre/tests/bug21758.phpt b/ext/pcre/tests/bug21758.phpt index 2479087a62..d3426f328d 100644 --- a/ext/pcre/tests/bug21758.phpt +++ b/ext/pcre/tests/bug21758.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #27011: preg_replace_callback() not working with class methods +Bug #21758: preg_replace_callback() not working with class methods --FILE-- <?php class Foo { |
