sniper Wed Aug 13 06:40:28 2003 EDT
Modified files:
/php-src/ext/standard/tests/array 001.phpt
Log:
fix test
Index: php-src/ext/standard/tests/array/001.phpt
diff -u php-src/ext/standard/tests/array/001.phpt:1.6
php-src/ext/standard/tests/array/001.phpt:1.7
--- php-src/ext/standard/tests/array/001.phpt:1.6 Sat Nov 16 12:28:04 2002
+++ php-src/ext/standard/tests/array/001.phpt Wed Aug 13 06:40:28 2003
@@ -57,18 +57,18 @@
int(27)
[3]=>
string(4) "test"
- ["-1000"]=>
+ [4]=>
array(2) {
[0]=>
string(6) "banana"
[1]=>
string(6) "orange"
}
- [4]=>
- string(6) "monkey"
[5]=>
- float(-0.33333333333333)
+ string(6) "monkey"
[6]=>
+ float(-0.33333333333333)
+ [7]=>
array(1) {
[0]=>
array(1) {
@@ -79,7 +79,7 @@
}
}
}
- [7]=>
+ [8]=>
array(1) {
[0]=>
array(1) {
@@ -90,7 +90,7 @@
}
}
}
- [8]=>
+ [9]=>
array(1) {
[0]=>
array(1) {
@@ -113,18 +113,18 @@
int(27)
int(3)
string(4) "test"
-string(5) "-1000"
+int(4)
array(2) {
[0]=>
string(6) "banana"
[1]=>
string(6) "orange"
}
-int(4)
-string(6) "monkey"
int(5)
-float(-0.33333333333333)
+string(6) "monkey"
int(6)
+float(-0.33333333333333)
+int(7)
array(1) {
[0]=>
array(1) {
@@ -135,7 +135,7 @@
}
}
}
-int(7)
+int(8)
array(1) {
[0]=>
array(1) {
@@ -146,7 +146,7 @@
}
}
}
-int(8)
+int(9)
array(1) {
[0]=>
array(1) {
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php