Home
last modified time | relevance | path

Searched refs:base64 (Results 1 – 25 of 45) sorted by path

12

/PHP-5.5/
H A DNEWS781 . Fixed bug #68532 (convert.base64-encode omits padding bytes).
3446 . Fixed bug #61124 (Crash when decoding an invalid base64 encoded string).
9647 - Fixed bug #32139 (SOAP client does not auto-handle base64 encoding). (Ilia)
/PHP-5.5/ext/bz2/tests/
H A Dbz2_filter_compress.phpt2 bzip2.compress (with convert.base64-encode)
11 stream_filter_append($fp, 'convert.base64-encode', STREAM_FILTER_WRITE);
H A Dbz2_filter_decompress.phpt2 bzip2.decompress (with convert.base64-decode)
10 stream_filter_append($fp, 'convert.base64-decode', STREAM_FILTER_WRITE);
/PHP-5.5/ext/iconv/tests/
H A Diconv_basic.phpt27 echo "Expected EUC-JP encoded string in base64:\n";
34 echo "Expected SJIS encoded string in base64:\n";
41 echo "Expected UTF-8 encoded string in base64:\n";
53 Expected EUC-JP encoded string in base64:
60 Expected SJIS encoded string in base64:
67 Expected UTF-8 encoded string in base64:
/PHP-5.5/ext/imap/tests/
H A Dimap_base64_basic.phpt17 $base64 = base64_encode($str);
18 if (imap_base64($base64) == $str) {
25 $base64 = base64_encode($str);
26 if (imap_base64($base64) == $str) {
33 $base64 = base64_encode($hex);
34 if (imap_base64($base64) == $hex) {
H A Dimap_binary_basic.phpt10 * Description: Convert an 8bit string to a base64 string.
18 $base64 = imap_binary($str);
19 var_dump(bin2hex($base64));
23 $base64 = imap_binary($str);
24 var_dump(bin2hex($base64));
28 $base64 = imap_binary($str);
29 var_dump(bin2hex($base64));
33 $base64 = imap_binary($hex);
34 var_dump(bin2hex($base64));
/PHP-5.5/ext/mbstring/tests/
H A Dmb_convert_encoding_basic.phpt28 echo "JIS encoded string in base64:\n";
36 echo "EUC-JP encoded string in base64:\n";
44 echo "SJIS encoded string in base64:\n";
52 echo "UTF-8 encoded string in base64:\n";
65 JIS encoded string in base64:
73 EUC-JP encoded string in base64:
81 SJIS encoded string in base64:
89 UTF-8 encoded string in base64:
H A Dmb_convert_variables.phpt37 print(base64_encode($s)."\n"); // Converted to SJIS (base64 encoded)
42 print(base64_encode($s)."\n"); // Converted to JIS (base64 encoded)
H A Dmb_ereg_basic.phpt57 * replicate a var dump of an array but outputted string values are base64 encoded
H A Dmb_ereg_variation3.phpt49 * replicate a var dump of an array but outputted string values are base64 encoded
H A Dmb_ereg_variation4.phpt53 * replicate a var dump of an array but outputted string values are base64 encoded
H A Dmb_ereg_variation5.phpt43 * replicate a var dump of an array but outputted string values are base64 encoded
H A Dmb_ereg_variation6.phpt56 * replicate a var dump of an array but outputted string values are base64 encoded
H A Dmb_ereg_variation7.phpt41 * replicate a var dump of an array but outputted string values are base64 encoded
/PHP-5.5/ext/mcrypt/tests/
H A Dmcrypt_cbc_3des_decrypt.phpt43 // data represented in base64 (ascii)
/PHP-5.5/ext/openssl/tests/
H A Dbug61124.phpt11 Warning: openssl_decrypt(): Failed to base64 decode the input in %s on line %s
/PHP-5.5/ext/standard/
H A Dconfig.m4596 PHP_NEW_EXTENSION(standard, array.c base64.c basic_functions.c browscap.c crc32.c crypt.c \
H A Dconfig.w3211 EXTENSION("standard", "array.c base64.c basic_functions.c browscap.c \
/PHP-5.5/ext/standard/tests/file/
H A Dbug68532.phpt2 Bug #68532: convert.base64-encode omits padding bytes
9 $filter = stream_filter_append($stream, 'convert.base64-encode');
16 $filter = stream_filter_append($fileStream , 'convert.base64-encode');
H A Dstream_rfc2397_002.phpt11 'data://;base64,',
12 'data://;base64',
19 'data://text/plain;foo=bar;base64,',
37 ["base64"]=>
58 ["base64"]=>
71 string(15) "data://;base64,"
89 ["base64"]=>
114 ["base64"]=>
139 ["base64"]=>
152 string(33) "data://text/plain;foo=bar;base64,"
[all …]
H A Dstream_rfc2397_003.phpt11 'data://;base64,Zm9vYmFyIGZvb2Jhcg==',
12 'stream_rfc2397_003.gif' => 'data://image/gif;base64,R0lGODdhMAAwAPAAAAAAAP///ywAAAAAMAAw
H A Dstream_rfc2397_005.phpt11 'data:;base64,Zm9vYmFyIGZvb2Jhcg==',
H A Dstream_rfc2397_006.phpt9 "data:;base64,\0Zm9vYmFyIGZvb2Jhcg==",
10 "data:;base64,Zm9vYmFy\0IGZvb2Jhcg==",
11 'data:;base64,#Zm9vYmFyIGZvb2Jhcg==',
12 'data:;base64,#Zm9vYmFyIGZvb2Jhc=',
31 Warning: file_get_contents(data:;base64,#Zm9vYmFyIGZvb2Jhc=): failed to open stream: rfc2397: unabl…
/PHP-5.5/ext/standard/tests/filters/
H A Dfilter_errors_convert_base64_decode.phpt2 Filter errors: convert.base64-decode
4 <?php require 'filter_errors.inc'; filter_errors_skipif('convert.base64-decode'); ?>
8 filter_errors_test('convert.base64-decode', '===');
13 Warning: stream_filter_append(): stream filter (convert.base64-decode): invalid byte sequence in %s
18 Warning: stream_get_contents(): stream filter (convert.base64-decode): invalid byte sequence in %s
/PHP-5.5/ext/standard/tests/streams/
H A Dbug71323.phpt19 ["base64"]=>

Completed in 72 milliseconds

12