~clint-fewbar/ubuntu/precise/php5/php5-5.4-merge

« back to all changes in this revision

Viewing changes to ext/pcre/pcrelib/testdata/testoutput5

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2011-02-22 09:46:37 UTC
  • mfrom: (1.1.20) (0.3.18 sid)
  • Revision ID: package-import@ubuntu.com-20110222094637-nlu2tvb7oqgaarl0
Tags: 5.3.5-1ubuntu1
* Merge from debian/unstable. Remaining changes:
 - debian/control:
    * Dropped firebird2.1-dev, libc-client-dev, libmcrypt-dev as it is in universe.
    * Dropped libmysqlclient15-dev, build against mysql 5.1.
    * Dropped libcurl-dev not in the archive.
    * Suggest php5-suhosin rather than recommends.
    * Dropped php5-imap, php5-interbase, php5-mcrypt since we have versions 
      already in universe.
    * Dropped libonig-dev and libqgdbm since its in universe. (will be re-added in lucid+1)
    * Dropped locales-all.
  - modulelist: Drop imap, interbase, sybase, and mcrypt.
  - debian/rules:
    * Dropped building of mcrypt, imap, and interbase.
    * Install apport hook for php5.
    * stop mysql instance on clean just in case we failed in tests

Show diffs side-by-side

added added

removed removed

Lines of Context:
2076
2076
    \PX
2077
2077
Partial match: X
2078
2078
 
 
2079
/\h/SI
 
2080
Capturing subpattern count = 0
 
2081
No options
 
2082
No first char
 
2083
No need char
 
2084
Subject length lower bound = 1
 
2085
Starting byte set: \x09 \x20 \xa0 
 
2086
 
 
2087
/\h/SI8
 
2088
Capturing subpattern count = 0
 
2089
Options: utf8
 
2090
No first char
 
2091
No need char
 
2092
Subject length lower bound = 1
 
2093
Starting byte set: \x09 \x20 \xc2 \xe1 \xe2 \xe3 
 
2094
    ABC\x{09}
 
2095
 0: \x{09}
 
2096
    ABC\x{20}
 
2097
 0:  
 
2098
    ABC\x{a0}
 
2099
 0: \x{a0}
 
2100
    ABC\x{1680}
 
2101
 0: \x{1680}
 
2102
    ABC\x{180e}
 
2103
 0: \x{180e}
 
2104
    ABC\x{2000}
 
2105
 0: \x{2000}
 
2106
    ABC\x{202f} 
 
2107
 0: \x{202f}
 
2108
    ABC\x{205f} 
 
2109
 0: \x{205f}
 
2110
    ABC\x{3000} 
 
2111
 0: \x{3000}
 
2112
 
 
2113
/\v/SI
 
2114
Capturing subpattern count = 0
 
2115
No options
 
2116
No first char
 
2117
No need char
 
2118
Subject length lower bound = 1
 
2119
Starting byte set: \x0a \x0b \x0c \x0d \x85 
 
2120
 
 
2121
/\v/SI8
 
2122
Capturing subpattern count = 0
 
2123
Options: utf8
 
2124
No first char
 
2125
No need char
 
2126
Subject length lower bound = 1
 
2127
Starting byte set: \x0a \x0b \x0c \x0d \xc2 \xe2 
 
2128
    ABC\x{0a}
 
2129
 0: \x{0a}
 
2130
    ABC\x{0b}
 
2131
 0: \x{0b}
 
2132
    ABC\x{0c}
 
2133
 0: \x{0c}
 
2134
    ABC\x{0d}
 
2135
 0: \x{0d}
 
2136
    ABC\x{85}
 
2137
 0: \x{85}
 
2138
    ABC\x{2028}
 
2139
 0: \x{2028}
 
2140
 
 
2141
/\R/SI
 
2142
Capturing subpattern count = 0
 
2143
No options
 
2144
No first char
 
2145
No need char
 
2146
Subject length lower bound = 2
 
2147
Starting byte set: \x0a \x0b \x0c \x0d \x85 
 
2148
 
 
2149
/\R/SI8
 
2150
Capturing subpattern count = 0
 
2151
Options: utf8
 
2152
No first char
 
2153
No need char
 
2154
Subject length lower bound = 2
 
2155
Starting byte set: \x0a \x0b \x0c \x0d \xc2 \xe2 
 
2156
 
 
2157
/\h*A/SI8
 
2158
Capturing subpattern count = 0
 
2159
Options: utf8
 
2160
No first char
 
2161
Need char = 'A'
 
2162
Subject length lower bound = 1
 
2163
Starting byte set: \x09 \x20 A \xc2 \xe1 \xe2 \xe3 
 
2164
    CDBABC
 
2165
 0: A
 
2166
    
 
2167
/\v+A/SI8
 
2168
Capturing subpattern count = 0
 
2169
Options: utf8
 
2170
No first char
 
2171
Need char = 'A'
 
2172
Subject length lower bound = 2
 
2173
Starting byte set: \x0a \x0b \x0c \x0d \xc2 \xe2 
 
2174
 
 
2175
/\s?xxx\s/8SI
 
2176
Capturing subpattern count = 0
 
2177
Options: utf8
 
2178
No first char
 
2179
Need char = 'x'
 
2180
Subject length lower bound = 4
 
2181
Starting byte set: \x09 \x0a \x0c \x0d \x20 x 
 
2182
 
 
2183
/\sxxx\s/8T1
 
2184
    AB\x{85}xxx\x{a0}XYZ
 
2185
 0: \x{85}xxx\x{a0}
 
2186
    AB\x{a0}xxx\x{85}XYZ
 
2187
 0: \x{a0}xxx\x{85}
 
2188
 
 
2189
/\sxxx\s/I8ST1
 
2190
Capturing subpattern count = 0
 
2191
Options: utf8
 
2192
No first char
 
2193
Need char = 'x'
 
2194
Subject length lower bound = 5
 
2195
Starting byte set: \x09 \x0a \x0c \x0d \x20 \xc2 
 
2196
    AB\x{85}xxx\x{a0}XYZ
 
2197
 0: \x{85}xxx\x{a0}
 
2198
    AB\x{a0}xxx\x{85}XYZ
 
2199
 0: \x{a0}xxx\x{85}
 
2200
 
 
2201
/\S \S/8T1
 
2202
    \x{a2} \x{84} 
 
2203
 0: \x{a2} \x{84}
 
2204
 
 
2205
/\S \S/I8ST1
 
2206
Capturing subpattern count = 0
 
2207
Options: utf8
 
2208
No first char
 
2209
Need char = ' '
 
2210
Subject length lower bound = 3
 
2211
Starting byte set: \x00 \x01 \x02 \x03 \x04 \x05 \x06 \x07 \x08 \x0b \x0e 
 
2212
  \x0f \x10 \x11 \x12 \x13 \x14 \x15 \x16 \x17 \x18 \x19 \x1a \x1b \x1c \x1d 
 
2213
  \x1e \x1f ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ 
 
2214
  A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e 
 
2215
  f g h i j k l m n o p q r s t u v w x y z { | } ~ \x7f \xc0 \xc1 \xc2 \xc3 
 
2216
  \xc4 \xc5 \xc6 \xc7 \xc8 \xc9 \xca \xcb \xcc \xcd \xce \xcf \xd0 \xd1 \xd2 
 
2217
  \xd3 \xd4 \xd5 \xd6 \xd7 \xd8 \xd9 \xda \xdb \xdc \xdd \xde \xdf \xe0 \xe1 
 
2218
  \xe2 \xe3 \xe4 \xe5 \xe6 \xe7 \xe8 \xe9 \xea \xeb \xec \xed \xee \xef \xf0 
 
2219
  \xf1 \xf2 \xf3 \xf4 \xf5 \xf6 \xf7 \xf8 \xf9 \xfa \xfb \xfc \xfd \xfe \xff 
 
2220
    \x{a2} \x{84} 
 
2221
 0: \x{a2} \x{84}
 
2222
    A Z 
 
2223
 0: A Z
 
2224
 
2079
2225
/-- End of testinput5 --/