summaryrefslogtreecommitdiff
path: root/ext/pcre/tests
diff options
context:
space:
mode:
authorKalle Sommer Nielsen <kalle@php.net>2010-08-11 21:41:30 +0000
committerKalle Sommer Nielsen <kalle@php.net>2010-08-11 21:41:30 +0000
commita448b6a72b2ed90fa5ac1ada83f983a44f1e231c (patch)
tree88ecb7c2fb4dded675df24426babd6af54abc7bd /ext/pcre/tests
parentf48999ca3b9d6dd8f432e2b95c1a78c577e01ce7 (diff)
downloadphp-git-a448b6a72b2ed90fa5ac1ada83f983a44f1e231c.tar.gz
MFB53: Changed deprecated ini options on startup from E_WARNING to E_DEPRECATED (Fixes #52570)
# Some of the updated tests were to make them sync with 5.3 although they don't run on trunk anymore
Diffstat (limited to 'ext/pcre/tests')
-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 67a4d86a7a..ddbb06519b 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--
-Warning: Directive 'magic_quotes_sybase' is deprecated in PHP 5.3 and greater in Unknown on line 0
+Deprecated: Directive 'magic_quotes_sybase' is deprecated in PHP 5.3 and greater in Unknown on line 0
SOME '$SAMPLE' TEXT