diff options
Diffstat (limited to 'ext/session/tests/019.phpt')
-rw-r--r-- | ext/session/tests/019.phpt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/session/tests/019.phpt b/ext/session/tests/019.phpt index 5825007000..5846291769 100644 --- a/ext/session/tests/019.phpt +++ b/ext/session/tests/019.phpt @@ -46,7 +46,6 @@ var_dump($_SESSION); session_destroy(); ?> --EXPECTF-- - array(2) { ["o1"]=> &object(TFoo)#%d (1) { @@ -71,4 +70,3 @@ array(2) { int(44) } } - |