Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/tests/strings/
H A Dquoted_printable_decode_error.phpt2 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 %d
34 -- Testing quoted_printable_decode() function with more than expected no. of arguments --
[all …]
H A Dquoted_printable_decode_variation1.phpt2 Test quoted_printable_decode() function : usage variations - unexpected values for 'str' argument
5 /* 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 %d
136 Warning: quoted_printable_decode() expects parameter 1 to be string, array given in %s on line %d
141 Warning: quoted_printable_decode() expects parameter 1 to be string, array given in %s on line %d
146 Warning: quoted_printable_decode() expects parameter 1 to be string, array given in %s on line %d
151 Warning: quoted_printable_decode() expects parameter 1 to be string, array given in %s on line %d
[all …]
H A Dquoted_printable_decode_basic.phpt2 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 ***
H A Dquoted_printable_encode_002.phpt8 var_dump(quoted_printable_decode($d));
12 var_dump(quoted_printable_decode($d));
/PHP-5.5/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-5.5/ext/json/tests/
H A Dbug54058.phpt8 $bad_utf8 = quoted_printable_decode('=B0');
14 $a->foo = quoted_printable_decode('=B0');
/PHP-5.5/ext/standard/
H A Dquot_print.h27 PHP_FUNCTION(quoted_printable_decode);
H A Dquot_print.c203 PHP_FUNCTION(quoted_printable_decode) in PHP_FUNCTION() argument
H A Dbasic_functions.c2971 PHP_FE(quoted_printable_decode, arginfo_quoted_printable_decode)

Completed in 39 milliseconds