summaryrefslogtreecommitdiff
path: root/ext/standard/tests/array/array_uintersect_basic.phpt
diff options
context:
space:
mode:
authorMark A. Hershberger <mah@debian.(none)>2009-03-25 19:39:21 -0400
committerMark A. Hershberger <mah@debian.(none)>2009-03-25 19:39:21 -0400
commit6821b67124604da690c5e9276d5370d679c63ac8 (patch)
treebefb4ca2520eb577950cef6cb76d10b914cbf67a /ext/standard/tests/array/array_uintersect_basic.phpt
parentcd0b49c72aee33b3e44a9c589fcd93b9e1c7a64f (diff)
downloadphp-6821b67124604da690c5e9276d5370d679c63ac8.tar.gz
Imported Upstream version 5.3.0RC1upstream/5.3.0_RC1upstream/5.3.0RC1
Diffstat (limited to 'ext/standard/tests/array/array_uintersect_basic.phpt')
-rw-r--r--ext/standard/tests/array/array_uintersect_basic.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/standard/tests/array/array_uintersect_basic.phpt b/ext/standard/tests/array/array_uintersect_basic.phpt
index 1c80a959b..8d4b80358 100644
--- a/ext/standard/tests/array/array_uintersect_basic.phpt
+++ b/ext/standard/tests/array/array_uintersect_basic.phpt
@@ -25,17 +25,17 @@ var_dump($result);
array(3) {
["0.1"]=>
object(cr)#%d (1) {
- ["priv_member:private"]=>
+ ["priv_member":"cr":private]=>
int(9)
}
[1]=>
object(cr)#%d (1) {
- ["priv_member:private"]=>
+ ["priv_member":"cr":private]=>
int(4)
}
[2]=>
object(cr)#%d (1) {
- ["priv_member:private"]=>
+ ["priv_member":"cr":private]=>
int(-15)
}
} \ No newline at end of file