dmitry Thu Nov 9 08:29:18 2006 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/standard/tests/array array_diff_key.phpt
array_intersect_key.phpt
Log:
Fixed tests
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/array/array_diff_key.phpt?r1=1.1.4.1&r2=1.1.4.2&diff_format=u
Index: php-src/ext/standard/tests/array/array_diff_key.phpt
diff -u php-src/ext/standard/tests/array/array_diff_key.phpt:1.1.4.1
php-src/ext/standard/tests/array/array_diff_key.phpt:1.1.4.2
--- php-src/ext/standard/tests/array/array_diff_key.phpt:1.1.4.1 Tue Nov
7 20:24:38 2006
+++ php-src/ext/standard/tests/array/array_diff_key.phpt Thu Nov 9
08:29:18 2006
@@ -114,7 +114,7 @@
[1200]=>
int(2400)
[-2500]=>
- int(-5000)
+ &int(-5000)
}
array(6) {
[1]=>
@@ -128,7 +128,7 @@
[1200]=>
int(2400)
[-2500]=>
- int(-5000)
+ &int(-5000)
}
------ Test 4 --------
array(3) {
@@ -215,7 +215,7 @@
[1100]=>
int(2200)
[-2500]=>
- int(-5000)
+ &int(-5000)
}
array(6) {
[0]=>
@@ -229,7 +229,7 @@
[1100]=>
int(2200)
[-2500]=>
- int(-5000)
+ &int(-5000)
}
------ Test 9 --------
array(3) {
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/array/array_intersect_key.phpt?r1=1.1.4.1&r2=1.1.4.2&diff_format=u
Index: php-src/ext/standard/tests/array/array_intersect_key.phpt
diff -u php-src/ext/standard/tests/array/array_intersect_key.phpt:1.1.4.1
php-src/ext/standard/tests/array/array_intersect_key.phpt:1.1.4.2
--- php-src/ext/standard/tests/array/array_intersect_key.phpt:1.1.4.1 Tue Nov
7 20:24:38 2006
+++ php-src/ext/standard/tests/array/array_intersect_key.phpt Thu Nov 9
08:29:18 2006
@@ -66,7 +66,7 @@
[-20]=>
int(-40)
[-2500]=>
- int(-5000)
+ &int(-5000)
}
array(3) {
[2]=>
@@ -74,7 +74,7 @@
[-20]=>
int(-40)
[-2500]=>
- int(-5000)
+ &int(-5000)
}
array(4) {
[6]=>
@@ -84,7 +84,7 @@
[-20]=>
int(-40)
[-2500]=>
- int(-5000)
+ &int(-5000)
}
array(4) {
[6]=>
@@ -94,7 +94,7 @@
[-20]=>
int(-40)
[-2500]=>
- int(-5000)
+ &int(-5000)
}
array(1) {
[-20]=>
@@ -110,7 +110,7 @@
[-20]=>
int(-40)
[-2500]=>
- int(-5000)
+ &int(-5000)
}
array(3) {
[2]=>
@@ -118,7 +118,7 @@
[-20]=>
int(-40)
[-2500]=>
- int(-5000)
+ &int(-5000)
}
array(1) {
[-20]=>
@@ -144,7 +144,7 @@
[-20]=>
int(-40)
[-2500]=>
- int(-5000)
+ &int(-5000)
}
array(4) {
[0]=>
@@ -154,7 +154,7 @@
[-20]=>
int(-40)
[-2500]=>
- int(-5000)
+ &int(-5000)
}
array(1) {
[-20]=>
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php