Home
last modified time | relevance | path

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

12

/PHP-7.1/
H A DNEWS121 . Fixed bug #77380 (Global out of bounds read in xmlrpc base64 code). (Stas)
4145 . Fixed bug #68532 (convert.base64-encode omits padding bytes).
/PHP-7.1/Zend/tests/
H A Drequire_parse_exception.phpt10 require 'data://text/plain;base64,' . base64_encode($code);
/PHP-7.1/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-7.1/ext/fileinfo/tests/
H A Dmagic16862 # Decode the type of the packet based on it's base64 encoding.
H A Dmagic私はガラスを食べられます16862 # Decode the type of the packet based on it's base64 encoding.
/PHP-7.1/ext/gd/tests/
H A Dbug72913.phpt9 $base64 = 'iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAIAAACRXR/mAAAABnRSTlMAAAAAAABu'
13 $src = imagecreatefromstring(base64_decode($base64));
/PHP-7.1/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-7.1/ext/imap/tests/
H A Dbug77153.phpt13 $server = "x -oProxyCommand=echo\t$payloadb64|base64\t-d|sh}";
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-7.1/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-7.1/ext/mcrypt/tests/
H A Dmcrypt_cbc_3des_decrypt.phpt39 // data represented in base64 (ascii)
/PHP-7.1/ext/standard/
H A Dconfig.m4553 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-7.1/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

Completed in 118 milliseconds

12