Searched refs:quoted_printable_decode (Results 1 – 8 of 8) sorted by relevance
2 Test quoted_printable_decode() function : basic functionality5 echo "*** Testing quoted_printable_decode() : basic functionality ***\n";13 var_dump(bin2hex(quoted_printable_decode($str)));17 *** Testing quoted_printable_decode() : basic functionality ***
8 var_dump(quoted_printable_decode($d));12 var_dump(quoted_printable_decode($d));
2 quoted_printable_decode() function test4 <?php echo quoted_printable_decode("=FAwow-factor=C1=d0=D5=DD=C5=CE=CE=D9=C5=0A=
2 quoted_printable_decode() function test with CR/LF4 <?php echo quoted_printable_decode("=FAwow-factor=C1=D0=D5=DD=C5=CE=CE=D9=C5=0A=
6 $bad_utf8 = quoted_printable_decode('=B0');12 $a->foo = quoted_printable_decode('=B0');
197 PHP_FUNCTION(quoted_printable_decode) in PHP_FUNCTION() argument
1166 function quoted_printable_decode(string $string): string {} function
2718 ZEND_FUNCTION(quoted_printable_decode);3358 ZEND_FE(quoted_printable_decode, arginfo_quoted_printable_decode)
Completed in 33 milliseconds