diff options
Diffstat (limited to 'ext/session/tests/009.phpt')
| -rw-r--r-- | ext/session/tests/009.phpt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/ext/session/tests/009.phpt b/ext/session/tests/009.phpt index 1d9ff7e863..7af6e41d94 100644 --- a/ext/session/tests/009.phpt +++ b/ext/session/tests/009.phpt @@ -55,3 +55,18 @@ array(0) { } array(0) { } +--UEXPECT-- +array(0) { +} +array(1) { + [u"name"]=> + unicode(3) "foo" +} +array(1) { + [u"name"]=> + unicode(3) "foo" +} +array(0) { +} +array(0) { +} |
