diff options
author | Mark A. Hershberger <mah@debian.(none)> | 2009-03-25 19:39:21 -0400 |
---|---|---|
committer | Mark A. Hershberger <mah@debian.(none)> | 2009-03-25 19:39:21 -0400 |
commit | 6821b67124604da690c5e9276d5370d679c63ac8 (patch) | |
tree | befb4ca2520eb577950cef6cb76d10b914cbf67a /ext/session/tests/007.phpt | |
parent | cd0b49c72aee33b3e44a9c589fcd93b9e1c7a64f (diff) | |
download | php-6821b67124604da690c5e9276d5370d679c63ac8.tar.gz |
Imported Upstream version 5.3.0RC1upstream/5.3.0_RC1upstream/5.3.0RC1
Diffstat (limited to 'ext/session/tests/007.phpt')
-rw-r--r-- | ext/session/tests/007.phpt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/session/tests/007.phpt b/ext/session/tests/007.phpt index ae3c232eb..a98af1985 100644 --- a/ext/session/tests/007.phpt +++ b/ext/session/tests/007.phpt @@ -49,7 +49,8 @@ var_dump($HTTP_SESSION_VARS); session_destroy(); ?> ---EXPECT-- +--EXPECTF-- +Deprecated: Function session_register() is deprecated in %s on line %d float(3.14) array(1) { ["c"]=> |