summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2007-08-24 12:06:03 +0000
committerAntony Dovgal <tony2001@php.net>2007-08-24 12:06:03 +0000
commitf41ab21d0b07036e601f1943fc3e80fc05ef8b55 (patch)
tree18e54a1461a193fbf9403b92dbb34a2b1be7b987
parenteb10507f1ed91e65a373fb0140afc2be3b8545a5 (diff)
downloadphp-git-f41ab21d0b07036e601f1943fc3e80fc05ef8b55.tar.gz
fix test name
-rw-r--r--ext/pcre/tests/bug21758.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pcre/tests/bug21758.phpt b/ext/pcre/tests/bug21758.phpt
index 6a5dded3c9..86e7db622c 100644
--- a/ext/pcre/tests/bug21758.phpt
+++ b/ext/pcre/tests/bug21758.phpt
@@ -1,5 +1,5 @@
--TEST--
-Bug #21758: preg_replace_callback() not working with class methods
+Bug #21758 (preg_replace_callback() not working with class methods)
--FILE--
<?php
class Foo {