Lines Matching refs:encoded
29 /* RFC says that 0x00 should be Base64-encoded */
48 /* Identification of '&' when Base-64 encoded */
50 echo "& can be Base64-encoded... yes!\n";
70 /* Conversion of Base64-encoded ASCII characters (excluding &)
77 echo "Testing ASCII characters which are Base64-encoded... great!\n";
79 /* Conversion of & encoded as &- */
157 * abruptly ends after a group of 3 Base64-encoded codepoints... that's why we only emit one
167 /* And there is one bonus way to discombobulate your UTF-16BE when it is Base64-encoded...
173 $encoded = mBase64($testString);
174 if (strlen($encoded) != 6)
178 identifyInvalidString("&" . substr($encoded, 0, strlen($encoded) - 1) . ",-", 'UTF7-IMAP');
182 /* OK, let's try valid Base64-encoded text now */
211 /* Multiple sections of valid ASCII _and_ Base64-encoded text */
247 & can be Base64-encoded... yes!
249 Testing ASCII characters which are Base64-encoded... great!