Home
last modified time | relevance | path

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

/php-src/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-src/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-src/ext/json/tests/
H A Dbug54058.phpt6 $bad_utf8 = quoted_printable_decode('=B0');
12 $a->foo = quoted_printable_decode('=B0');
/php-src/ext/mbstring/tests/
H A Dqprint_encoding.phpt32 …g QPrint via mbstring is deprecated; use quoted_printable_encode/quoted_printable_decode instead i…
34 …g QPrint via mbstring is deprecated; use quoted_printable_encode/quoted_printable_decode instead i…
36 …g QPrint via mbstring is deprecated; use quoted_printable_encode/quoted_printable_decode instead i…
38 …g QPrint via mbstring is deprecated; use quoted_printable_encode/quoted_printable_decode instead i…
H A Dmb_convert_encoding.phpt127 …g QPrint via mbstring is deprecated; use quoted_printable_encode/quoted_printable_decode instead i…
/php-src/ext/standard/
H A Dquot_print.c197 PHP_FUNCTION(quoted_printable_decode) in PHP_FUNCTION() argument
H A Dbasic_functions.stub.php3365 function quoted_printable_decode(string $string): string {}
H A Dbasic_functions_arginfo.h2820 ZEND_FUNCTION(quoted_printable_decode);

Completed in 33 milliseconds