Home
last modified time | relevance | path

Searched refs:quoted_printable_decode (Results 1 – 8 of 8) sorted by relevance

/PHP-8.0/ext/standard/tests/strings/
H A Dquoted_printable_decode_basic.phpt2 Test quoted_printable_decode() function : basic functionality
5 echo "*** Testing quoted_printable_decode() : basic functionality ***\n";
13 var_dump(bin2hex(quoted_printable_decode($str)));
17 *** Testing quoted_printable_decode() : basic functionality ***
H A Dquoted_printable_encode_002.phpt8 var_dump(quoted_printable_decode($d));
12 var_dump(quoted_printable_decode($d));
/PHP-8.0/ext/standard/tests/general_functions/
H A D002.phpt2 quoted_printable_decode() function test
4 <?php echo quoted_printable_decode("=FAwow-factor=C1=d0=D5=DD=C5=CE=CE=D9=C5=0A=
H A D006.phpt2 quoted_printable_decode() function test with CR/LF
4 <?php echo quoted_printable_decode("=FAwow-factor=C1=D0=D5=DD=C5=CE=CE=D9=C5=0A=
/PHP-8.0/ext/json/tests/
H A Dbug54058.phpt6 $bad_utf8 = quoted_printable_decode('=B0');
12 $a->foo = quoted_printable_decode('=B0');
/PHP-8.0/ext/standard/
H A Dquot_print.c197 PHP_FUNCTION(quoted_printable_decode) in PHP_FUNCTION() argument
H A Dbasic_functions.stub.php1166 function quoted_printable_decode(string $string): string {} function
H A Dbasic_functions_arginfo.h2718 ZEND_FUNCTION(quoted_printable_decode);
3358 ZEND_FE(quoted_printable_decode, arginfo_quoted_printable_decode)

Completed in 33 milliseconds