summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/session/tests/003.phpt16
-rw-r--r--ext/session/tests/009.phpt15
2 files changed, 31 insertions, 0 deletions
diff --git a/ext/session/tests/003.phpt b/ext/session/tests/003.phpt
index 42b1e5b1be..6fccc70426 100644
--- a/ext/session/tests/003.phpt
+++ b/ext/session/tests/003.phpt
@@ -44,3 +44,19 @@ array(1) {
int(2)
}
}
+--UEXPECT--
+object(foo)#1 (2) {
+ [u"bar"]=>
+ unicode(2) "ok"
+ [u"yes"]=>
+ int(2)
+}
+array(1) {
+ [3]=>
+ object(foo)#2 (2) {
+ [u"bar"]=>
+ unicode(2) "ok"
+ [u"yes"]=>
+ int(2)
+ }
+}
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) {
+}