summaryrefslogtreecommitdiff
path: root/ext/session/tests/012.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/session/tests/012.phpt')
-rw-r--r--ext/session/tests/012.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/session/tests/012.phpt b/ext/session/tests/012.phpt
index 32aeb29c1..b52333a99 100644
--- a/ext/session/tests/012.phpt
+++ b/ext/session/tests/012.phpt
@@ -32,7 +32,7 @@ session_destroy();
print "I live\n";
?>
--EXPECTF--
-Warning: Directive 'register_globals' is deprecated in PHP 5.3 and greater in Unknown on line 0
+Deprecated: Directive 'register_globals' is deprecated in PHP 5.3 and greater in Unknown on line 0
Deprecated: Function session_register() is deprecated in %s on line %d
I live