summaryrefslogtreecommitdiff
path: root/ext/filter
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/filter
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/filter')
-rw-r--r--ext/filter/tests/bug39763.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/filter/tests/bug39763.phpt b/ext/filter/tests/bug39763.phpt
index 1422f52acc..36ee41561a 100644
--- a/ext/filter/tests/bug39763.phpt
+++ b/ext/filter/tests/bug39763.phpt
@@ -12,6 +12,6 @@ parse_str("val=%22probably+a+bug%22");
echo $val . "\n";
?>
--EXPECT--
-Warning: Directive 'magic_quotes_gpc' is deprecated in PHP 5.3 and greater in Unknown on line 0
+Deprecated: Directive 'magic_quotes_gpc' is deprecated in PHP 5.3 and greater in Unknown on line 0
\"probably a bug\"
\"probably a bug\" \ No newline at end of file