~hexmode/ubuntu/lucid/php5/php5.fix-php-bug-33210

« back to all changes in this revision

Viewing changes to ext/standard/tests/array/array_slice_variation6.exp

  • Committer: Bazaar Package Importer
  • Author(s): Marc Deslauriers
  • Date: 2009-11-30 14:13:45 UTC
  • mfrom: (0.3.4 sid)
  • Revision ID: james.westby@ubuntu.com-20091130141345-db35ow8gpyjqn8e0
Tags: 5.2.11.dfsg.1-2ubuntu1
* Merge from debian unstable, remaining changes:
  - debian/control, debian/rules: Disable a few build dependencies and
    accompanying binary packages which we do not want to support in main:
    + firebird2-dev/php5-interbase (we have a seperate php-interbase source)
    + libc-client/php5-imap (we have a seperate php-imap source)
    + libmcrypt-dev/php5-mcrypt (seperate php-mcrypt source)
    + readline support again, now that the libedit issue is fixed.
  - debian/control: Add build dependency: libdedit-dev (>= 2.9.cvs.20050518-1)
    CLI readline support.
  - debian/rules:
    + Correctly mangle PHP5_* macros for lpia
  - debian/control:
    + Rename Vcs-Browser & Vcs-Git to XS-Original-Vcs-Browser & XS-Original-Vcs-Git (LP: #323731).
  - debian/control: Move php5-suhoshin to Suggests.
  - debian/rules: Fix broken symlink for pear.
  - main/php_version.h: updated with Ubuntu version info
* debian/patches/series: Re-enable the 033-we_WANT_libtool.patch patch
* debian/patches/sybase-alias.patch: use the debian patch
* Dropped unapplied patches: fix_64bit_time.patch,
  fix-autoconf-ftbfs.patch, 027-readline_is_editline.patch,
  deprecated_freetds_check.patch, use-specific-libdb-version.patch,
  CVE-2008-5625.patch.
* SECURITY UPDATE: safe_mode bypass via tempam function
  - debian/patches/CVE-2009-3557.patch: check for safe_mode in
    ext/standard/file.c.
  - CVE-2009-3557
* SECURITY UPDATE: open_basedir restrictions bypass via posix_mkfifo
  - debian/patches/CVE-2009-3558.patch: check for open_basedir in
    ext/posix/posix.c.
  - CVE-2009-3558

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
*** Testing array_slice() : usage variations ***
2
 
 
3
 
array(0) {
4
 
}
5
 
 
6
 
array(0) {
7
 
}
8
 
 
9
 
array(0) {
10
 
}
11
 
 
12
 
array(1) {
13
 
  [0]=>
14
 
  string(3) "two"
15
 
}
16
 
 
17
 
array(2) {
18
 
  [0]=>
19
 
  string(3) "two"
20
 
  [1]=>
21
 
  string(5) "three"
22
 
}
23
 
 
24
 
array(3) {
25
 
  [0]=>
26
 
  string(3) "two"
27
 
  [1]=>
28
 
  string(5) "three"
29
 
  [2]=>
30
 
  string(4) "nine"
31
 
}
32
 
 
33
 
array(0) {
34
 
}
35
 
 
36
 
array(1) {
37
 
  [0]=>
38
 
  string(3) "two"
39
 
}
40
 
 
41
 
array(2) {
42
 
  [0]=>
43
 
  string(3) "two"
44
 
  [1]=>
45
 
  string(5) "three"
46
 
}
47
 
 
48
 
array(3) {
49
 
  [0]=>
50
 
  string(3) "two"
51
 
  [1]=>
52
 
  string(5) "three"
53
 
  [2]=>
54
 
  string(4) "nine"
55
 
}
56
 
 
57
 
array(4) {
58
 
  [0]=>
59
 
  string(3) "two"
60
 
  [1]=>
61
 
  string(5) "three"
62
 
  [2]=>
63
 
  string(4) "nine"
64
 
  ["ten"]=>
65
 
  int(10)
66
 
}
67
 
 
68
 
array(4) {
69
 
  [0]=>
70
 
  string(3) "two"
71
 
  [1]=>
72
 
  string(5) "three"
73
 
  [2]=>
74
 
  string(4) "nine"
75
 
  ["ten"]=>
76
 
  int(10)
77
 
}
78
 
 
79
 
array(4) {
80
 
  [0]=>
81
 
  string(3) "two"
82
 
  [1]=>
83
 
  string(5) "three"
84
 
  [2]=>
85
 
  string(4) "nine"
86
 
  ["ten"]=>
87
 
  int(10)
88
 
}
89
 
 
90
 
array(4) {
91
 
  [0]=>
92
 
  string(3) "two"
93
 
  [1]=>
94
 
  string(5) "three"
95
 
  [2]=>
96
 
  string(4) "nine"
97
 
  ["ten"]=>
98
 
  int(10)
99
 
}
100
 
 
101
 
array(0) {
102
 
}
103
 
Done
 
 
b'\\ No newline at end of file'