/PHP-5.5/ext/imap/tests/ |
H A D | imap_binary_basic.phpt | 10 * 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));
|
H A D | imap_base64_basic.phpt | 17 $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) {
|
/PHP-5.5/ext/standard/tests/filters/ |
H A D | filter_errors_convert_base64_decode.phpt | 2 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/url/ |
H A D | base64_decode_basic_001.phpt | 2 Test base64_decode() function : basic functionality - ensure all base64 alphabet is supported. 6 * Description: Decodes string using MIME base64 algorithm 7 * Source code: ext/standard/base64.c 11 echo "Decode an input string containing the whole base64 alphabet:\n"; 20 Decode an input string containing the whole base64 alphabet:
|
H A D | base64_decode_basic_002.phpt | 2 Test base64_decode() function : basic functionality - strict vs non-strict with non-base64 chars. 6 * Description: Decodes string using MIME base64 algorithm 7 * Source code: ext/standard/base64.c 24 echo "\nOther chars outside the base64 alphabet are ignored when \$strict===false, but cause failur… 43 Other chars outside the base64 alphabet are ignored when $strict===false, but cause failure with $s…
|
H A D | base64_encode_basic_002.phpt | 6 * Description: Encodes string using MIME base64 algorithm 7 * Source code: ext/standard/base64.c
|
H A D | base64_decode_error_001.phpt | 6 * Description: Decodes string using MIME base64 algorithm 7 * Source code: ext/standard/base64.c
|
H A D | base64_encode_error_001.phpt | 6 * Description: Encodes string using MIME base64 algorithm 7 * Source code: ext/standard/base64.c
|
/PHP-5.5/ext/standard/tests/file/ |
H A D | stream_rfc2397_006.phpt | 9 "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…
|
H A D | stream_rfc2397_002.phpt | 11 '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 D | bug68532.phpt | 2 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 D | stream_rfc2397_003.phpt | 11 'data://;base64,Zm9vYmFyIGZvb2Jhcg==', 12 'stream_rfc2397_003.gif' => 'data://image/gif;base64,R0lGODdhMAAwAPAAAAAAAP///ywAAAAAMAAw
|
H A D | stream_rfc2397_005.phpt | 11 'data:;base64,Zm9vYmFyIGZvb2Jhcg==',
|
/PHP-5.5/ext/xmlrpc/tests/ |
H A D | bug70728.phpt | 10 $obj->xmlrpc_type = 'base64'; 20 <base64>NzM1ODgyMjkyMDU= </base64> 27 string(6) "base64"
|
/PHP-5.5/ext/mbstring/tests/ |
H A D | mb_convert_encoding_basic.phpt | 28 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:
|
/PHP-5.5/ext/iconv/tests/ |
H A D | iconv_basic.phpt | 27 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/bz2/tests/ |
H A D | bz2_filter_compress.phpt | 2 bzip2.compress (with convert.base64-encode) 11 stream_filter_append($fp, 'convert.base64-encode', STREAM_FILTER_WRITE);
|
H A D | bz2_filter_decompress.phpt | 2 bzip2.decompress (with convert.base64-decode) 10 stream_filter_append($fp, 'convert.base64-decode', STREAM_FILTER_WRITE);
|
/PHP-5.5/ext/zlib/tests/ |
H A D | zlib_filter_deflate.phpt | 2 zlib.deflate (with convert.base64-encode) 11 stream_filter_append($fp, 'convert.base64-encode', STREAM_FILTER_WRITE);
|
H A D | zlib_filter_inflate.phpt | 2 zlib.inflate (with convert.base64-decode) 10 stream_filter_append($fp, 'convert.base64-decode', STREAM_FILTER_WRITE);
|
H A D | bug_52944.phpt | 15 $fp = fopen('data://text/plain;base64,' . $data, 'r');
|
H A D | bug_40189.phpt | 13 $fp = fopen('data://text/plain;base64,AwCFRi98wqppK23l2/7kIY8AlyEdAgAAAEdCTUI=', 'r');
|
/PHP-5.5/ext/openssl/tests/ |
H A D | bug61124.phpt | 11 Warning: openssl_decrypt(): Failed to base64 decode the input in %s on line %s
|
/PHP-5.5/ext/standard/tests/streams/ |
H A D | bug71323.phpt | 19 ["base64"]=>
|
/PHP-5.5/ext/xmlrpc/ |
H A D | config.w32 | 11 ADD_SOURCES(configure_module_dirname + "/libxmlrpc", "base64.c simplestring.c xml_to_dandarpc.c \
|