summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2008-04-14 23:17:30 +0000
committerIlia Alshanetsky <iliaa@php.net>2008-04-14 23:17:30 +0000
commitf0563a20682915c874b9ed8a4ae3f96ce35cf3ea (patch)
tree2cfc617028f54877eeff15c4a38f0d81721d8535
parent5d9e5bbd8d58e2a640c383fe11291aed7d9af83a (diff)
downloadphp-git-f0563a20682915c874b9ed8a4ae3f96ce35cf3ea.tar.gz
Fixed test
-rw-r--r--ext/standard/tests/array/array_slice_variation6.phpt10
1 files changed, 1 insertions, 9 deletions
diff --git a/ext/standard/tests/array/array_slice_variation6.phpt b/ext/standard/tests/array/array_slice_variation6.phpt
index e210b4dd2b..e37ed46c54 100644
--- a/ext/standard/tests/array/array_slice_variation6.phpt
+++ b/ext/standard/tests/array/array_slice_variation6.phpt
@@ -133,15 +133,7 @@ array(4) {
}
-- $length is maximum integer value --
-array(4) {
- [0]=>
- string(3) "two"
- [1]=>
- string(5) "three"
- [2]=>
- string(4) "nine"
- ["ten"]=>
- int(10)
+array(0) {
}
-- $length is minimum integer value --