summaryrefslogtreecommitdiff
path: root/ext/session/tests/bug66827.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/session/tests/bug66827.phpt')
-rw-r--r--ext/session/tests/bug66827.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/session/tests/bug66827.phpt b/ext/session/tests/bug66827.phpt
index 4e1a4f7aea..09bfa203ef 100644
--- a/ext/session/tests/bug66827.phpt
+++ b/ext/session/tests/bug66827.phpt
@@ -1,6 +1,5 @@
--TEST--
Bug #66827: Session raises E_NOTICE when session name variable is array.
---INI--
--SKIPIF--
<?php include('skipif.inc'); ?>
--FILE--
@@ -8,5 +7,6 @@ Bug #66827: Session raises E_NOTICE when session name variable is array.
$_COOKIE[session_name()] = array();
session_start();
echo 'OK';
+?>
--EXPECTF--
OK