Lines Matching refs:start

24 function testStrimwidthWithMarker($string, $trimmark, $start, $width, $encoding) {
25 $result = mb_strimwidth($string, $start, $width, $trimmark, $encoding);
26 print "start=$start width=$width result=[";
32 function testStrimwidth($string, $start, $width, $encoding) {
33 …testStrimwidthWithMarker($string, mb_convert_encoding('...', $encoding, 'ASCII'), $start, $width, …
101 // Count 9 characters from start of string. Since string is 39 characters
177 …die("Output string did not start at the expected point! string=" . $str . " result=" . $result . "…
233 start=0 width=100 result=[3100 3200 3300 6100 6200 6300 226f 575b 4b30 6a30] length=10 width=14
234 start=0 width=14 result=[3100 3200 3300 6100 6200 6300 226f 575b 4b30 6a30] length=10 width=14
235 start=0 width=13 result=[3100 3200 3300 6100 6200 6300 226f 575b 2e00 2e00 2e00] length=11 width=13
236 start=0 width=12 result=[3100 3200 3300 6100 6200 6300 226f 2e00 2e00 2e00] length=10 width=11
237 start=0 width=0 result=[2e00 2e00 2e00] length=3 width=3
238 start=0 width=1 result=[2e00 2e00 2e00] length=3 width=3
239 start=-3 width=5 result=[575b 2e00 2e00 2e00] length=4 width=5
240 start=-4 width=-2 result=[226f 2e00 2e00 2e00] length=4 width=5
248 start=0 width=15 result=[30 31 32 33 a4b3 a4ce cab8 bbfa 2e 2e 2e] length=11 width=15
249 start=0 width=100 result=[30 31 32 33 a4b3 a4ce cab8 bbfa cef3 a4cf c6fc cbdc b8ec a4c7 a4b9 a1a3 4…
250 start=15 width=100 result=[a1a3 45 55 43 2d 4a 50 a4f2 bbc8 a4c3 a4c6 a4a4 a4de a4b9 a1a3 c6fc cbdc…
251 start=-30 width=5 result=[a4cf 2e 2e 2e] length=4 width=5
252 start=9 width=5 result=[a4cf 2e 2e 2e] length=4 width=5
253 start=15 width=-5 result=[a1a3 45 55 43 2d 4a 50 a4f2 bbc8 a4c3 a4c6 a4a4 a4de a4b9 a1a3 c6fc cbdc …
254 start=-30 width=-25 result=[a4cf c6fc cbdc b8ec a4c7 a4b9 a1a3 45 55 43 2d 4a 50 a4f2 bbc8 a4c3 2e …
255 start=39 width=10 result=[] length=0 width=0
256 start=-10 width=-12 result=[a1a3 c6fc 2e 2e 2e] length=5 width=7
258 mb_strimwidth(): Argument #2 ($start) is out of range
259 mb_strimwidth(): Argument #2 ($start) is out of range
263 start=1 width=0 result=[2e 2e 2e] length=3 width=3
264 start=12 width=255 result=[61 61 61 61 61 61 61 61 61 61 61 61 61 61 61 61 61 61 61 61 61 61 61 61 …
265 start=0 width=10 result=[3f 3f 3f] length=3 width=3
266 start=0 width=10 result=[61 62 63 64 65 66 67 80 80 80] length=10 width=10
267 start=0 width=1 result=[61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70] length=16 width=16
268 start=-3 width=10 result=[61 62 63] length=3 width=3
269 start=3 width=-1 result=[61 62 2e 2e 2e] length=5 width=5