Home
last modified time | relevance | path

Searched refs:base64_encode (Results 1 – 25 of 57) sorted by last modified time

123

/php-src/ext/standard/
H A Dbasic_functions.stub.php1933 function base64_encode(string $string): string {} function
H A Dbasic_functions_arginfo.h2411 ZEND_FUNCTION(base64_encode);
H A Dbase64.c1231 PHP_FUNCTION(base64_encode) in PHP_FUNCTION() argument
/php-src/ext/standard/tests/url/
H A Dbase64_encode_basic_001.phpt2 Test base64_encode() function : basic functionality
6 * Test base64_encode with single byte values.
9 echo "*** Testing base64_encode() : basic functionality ***\n";
13 $enc = base64_encode($str);
30 $enc = base64_encode($str);
37 *** Testing base64_encode() : basic functionality ***
H A Dbase64_encode_basic_002.phpt2 Test base64_encode() function : basic functionality - check algorithm round trips
6 * Test base64_encode with single byte values.
9 echo "*** Testing base64_encode() : basic functionality ***\n";
23 echo "\n--- Testing base64_encode() with binary string input ---\n";
29 $enc = base64_encode($str);
43 *** Testing base64_encode() : basic functionality ***
45 --- Testing base64_encode() with binary string input ---
H A Dbase64_loop_001.phpt2 Test base64_encode() and base64_decode() function : loop mode
6 * Test base64_encode/base64_decode with loop mode.
9 echo "*** Testing base64_encode() and base64_decode(): loop mode ***\n";
18 $str_enc = base64_encode($str);
33 *** Testing base64_encode() and base64_decode(): loop mode ***
H A Dbug47174.phpt11 $in = base64_encode("foo") . '==' . base64_encode("bar");
H A Dbug55273.phpt6 $v = chunk_split(base64_encode($s));
/php-src/ext/zlib/tests/
H A Dbug48725_2.phpt7 $stream = fopen('data://text/plain;base64,' . base64_encode('Foo bar baz'),
H A Dbug_40189.phpt11 var_dump(base64_encode($a));
/php-src/ext/pdo_firebird/tests/
H A Dbug_73087.phpt20 'content' => base64_encode(random_bytes(10))
/php-src/ext/mbstring/tests/
H A Dutf_encodings.phpt1000 return str_replace('=', '', base64_encode(mb_convert_encoding($str, 'UTF-16BE', $encoding)));
1052 return str_replace('=', '', base64_encode($str));
H A Dutf7imap_encoding.phpt15 return str_replace('=', '', str_replace('/', ',', base64_encode($str)));
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_strtolower_basic.phpt30 var_dump(base64_encode($mb));
/php-src/ext/sodium/tests/
H A Dphp_password_hash_argon2id.phpt29 var_dump(base64_encode($password));
H A Dphp_password_verify.phpt38 var_dump(base64_encode($password));
/php-src/ext/openssl/tests/
H A Dbug41033.phpt18 echo "Signature: ".base64_encode($signature) . "\n";
/php-src/ext/standard/tests/strings/
H A Dbug24312.phpt7 $enc = chunk_split(base64_encode($data), 10, chr($i));
/php-src/ext/standard/tests/streams/
H A Dbug70362.phpt9 $data = 'data://plain/text;base64,' . base64_encode($data);
/php-src/ext/standard/tests/serialize/
H A Dbug49649.phpt18 * echo base64_encode(serialize(new Foo()));
H A Dbug49649_1.phpt18 * echo base64_encode(serialize(new Foo()));
H A Dbug49649_2.phpt18 * echo base64_encode(serialize(new Foo()));
/php-src/ext/standard/tests/image/
H A Diptcembed_002.phpt11 echo base64_encode(file_get_contents($file)).PHP_EOL;
64 if (md5(base64_encode($iptc))!="7056c4b3060f92a4f9e5b7d0caa61859") { echo "iptc md5 error".PHP_EOL;…
/php-src/ext/standard/tests/general_functions/
H A D007.phpt6 $res = md5(base64_decode(base64_encode($str)))."\n";

Completed in 87 milliseconds

123