Searched refs:quoted_printable_decode (Results 1 – 10 of 10) sorted by relevance
2 Test quoted_printable_decode() function : error conditions 5 /* Prototype : string quoted_printable_decode ( string $str )10 echo "*** Testing quoted_printable_decode() : error conditions ***\n";12 echo "\n-- Testing quoted_printable_decode() function with no arguments --\n";13 var_dump( quoted_printable_decode() );22 var_dump( quoted_printable_decode($str, $extra_arg) );27 *** Testing quoted_printable_decode() : error conditions ***29 -- Testing quoted_printable_decode() function with no arguments --31 Warning: quoted_printable_decode() expects exactly 1 parameter, 0 given in %s on line %d34 -- Testing quoted_printable_decode() function with more than expected no. of arguments --[all …]
2 Test quoted_printable_decode() function : usage variations - unexpected values for 'str' argument5 /* Prototype : string quoted_printable_decode ( string $str )14 echo "*** Testing quoted_printable_decode() : with unexpected values for 'str' argument ***\n";90 var_dump(bin2hex(quoted_printable_decode($value)));100 *** Testing quoted_printable_decode() : with unexpected values for 'str' argument ***131 Warning: quoted_printable_decode() expects parameter 1 to be string, array given in %s on line %d136 Warning: quoted_printable_decode() expects parameter 1 to be string, array given in %s on line %d141 Warning: quoted_printable_decode() expects parameter 1 to be string, array given in %s on line %d146 Warning: quoted_printable_decode() expects parameter 1 to be string, array given in %s on line %d151 Warning: quoted_printable_decode() expects parameter 1 to be string, array given in %s on line %d[all …]
2 Test quoted_printable_decode() function : basic functionality 5 /* Prototype : string quoted_printable_decode ( string $str )10 echo "*** Testing quoted_printable_decode() : basic functionality ***\n";18 var_dump(bin2hex(quoted_printable_decode($str)));23 *** 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=
8 $bad_utf8 = quoted_printable_decode('=B0');14 $a->foo = quoted_printable_decode('=B0');
27 PHP_FUNCTION(quoted_printable_decode);
200 PHP_FUNCTION(quoted_printable_decode) in PHP_FUNCTION() argument
2943 PHP_FE(quoted_printable_decode, arginfo_quoted_printable_decode)
Completed in 33 milliseconds