summaryrefslogtreecommitdiff
path: root/ext/session/tests/019.phpt
diff options
context:
space:
mode:
authorFelipe Pena <felipe@php.net>2009-05-05 18:19:16 +0000
committerFelipe Pena <felipe@php.net>2009-05-05 18:19:16 +0000
commitd64db73483c28dc2aba7d529f81f80161870bf8a (patch)
treea7f3be2e351df4a1ec1191cbe65950b668a351a3 /ext/session/tests/019.phpt
parent56e61fb2a5c7978a80842798e9cf1eb5d9d7ea3b (diff)
downloadphp-git-d64db73483c28dc2aba7d529f81f80161870bf8a.tar.gz
- Fixed tests
Diffstat (limited to 'ext/session/tests/019.phpt')
-rw-r--r--ext/session/tests/019.phpt4
1 files changed, 3 insertions, 1 deletions
diff --git a/ext/session/tests/019.phpt b/ext/session/tests/019.phpt
index 84e6bba194..f4d763095b 100644
--- a/ext/session/tests/019.phpt
+++ b/ext/session/tests/019.phpt
@@ -47,6 +47,8 @@ var_dump($_SESSION);
session_destroy();
?>
--EXPECTF--
+PHP Warning: 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
array(2) {
["o1"]=>
@@ -72,4 +74,4 @@ array(2) {
int(44)
}
}
-PHP Warning: Directive 'register_globals' is deprecated in PHP 5.3 and greater in Unknown on line 0
+