summaryrefslogtreecommitdiff
path: root/ext/pcre
diff options
context:
space:
mode:
authorJani Taskinen <jani@php.net>2009-05-06 20:32:00 +0000
committerJani Taskinen <jani@php.net>2009-05-06 20:32:00 +0000
commit996eab8983690e93f8640dcbc1c917e65c800a15 (patch)
tree1a69b6a1aa76cb49a9bdc74550d94ead5d1f0f28 /ext/pcre
parentf719e306842123ed8473324556304943ba9c5b31 (diff)
downloadphp-git-996eab8983690e93f8640dcbc1c917e65c800a15.tar.gz
- Fixed ini deprecation message issues in tests.
# CGI headers are stripped and the error ends up there with CGI..
Diffstat (limited to 'ext/pcre')
-rw-r--r--ext/pcre/tests/bug33200.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pcre/tests/bug33200.phpt b/ext/pcre/tests/bug33200.phpt
index 5ad5b78c87..c75a6d4f52 100644
--- a/ext/pcre/tests/bug33200.phpt
+++ b/ext/pcre/tests/bug33200.phpt
@@ -9,5 +9,5 @@ $str = preg_replace("/(some.*text)/e", "strtoupper('\\1')", $str);
echo $str . "\r\n";
?>
--EXPECT--
-SOME '$SAMPLE' TEXT
PHP Warning: Directive 'magic_quotes_sybase' is deprecated in PHP 5.3 and greater in Unknown on line 0
+SOME '$SAMPLE' TEXT