diff options
Diffstat (limited to 'ext/session/tests/009.phpt')
| -rw-r--r-- | ext/session/tests/009.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/session/tests/009.phpt b/ext/session/tests/009.phpt index 705a2758f..1a7e87ce0 100644 --- a/ext/session/tests/009.phpt +++ b/ext/session/tests/009.phpt @@ -43,7 +43,7 @@ var_dump($HTTP_SESSION_VARS); session_destroy(); ?> --EXPECT-- -Warning: Directive 'register_long_arrays' is deprecated in PHP 5.3 and greater in Unknown on line 0 +Deprecated: Directive 'register_long_arrays' is deprecated in PHP 5.3 and greater in Unknown on line 0 array(0) { } array(1) { |
