Lines Matching refs:section
208 print "UTF-16 section ends abruptly: [" . mb_strcut("+Q", 1, 100, 'UTF-7') . "]\n";
209 print "UTF-16 section ends abruptly in middle of 2nd codepoint: [" . mb_strcut("+QxxC", 0, 100, 'UT…
210 print "Cutting in middle of UTF-16 section: [" . mb_strcut("+UUU", -1, 255, "UTF-7") . "]\n";
211 print "Cutting in middle of UTF-16 section (2): [" . mb_strcut("+UUUU", -2, 255, "UTF-7") . "]\n";
216 print "UTF-16 section ends abruptly: [" . mb_strcut("&Q", 1, 100, 'UTF7-IMAP') . "]\n";
217 print "UTF-16 section ends abruptly in middle of 2nd codepoint: [" . mb_strcut("&QxxC", 0, 100, 'UT…
218 print "UTF-16 section is terminated improperly: [" . mb_strcut("&i6o\x83", 0, 100, 'UTF7-IMAP') . "…
427 UTF-16 section ends abruptly: []
428 UTF-16 section ends abruptly in middle of 2nd codepoint: [+Qxw-]
429 Cutting in middle of UTF-16 section: []
430 Cutting in middle of UTF-16 section (2): []
433 UTF-16 section ends abruptly: []
434 UTF-16 section ends abruptly in middle of 2nd codepoint: []
435 UTF-16 section is terminated improperly: []