Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/tests/strings/
H A Dquoted_printable_encode_001.phpt2 quoted_printable_encode() tests - 1
6 var_dump(quoted_printable_encode());
7 var_dump(quoted_printable_encode(""));
8 var_dump(quoted_printable_encode("test"));
9 var_dump(quoted_printable_encode("test", "more"));
12 var_dump(quoted_printable_encode($a));
13 var_dump(quoted_printable_encode(1));
14 var_dump(quoted_printable_encode(NULL));
15 var_dump(quoted_printable_encode(false));
20 Warning: quoted_printable_encode() expects exactly 1 parameter, 0 given in %s on line %d
[all …]
H A Dbug64879.phpt2 Bug #64879: quoted_printable_encode() wrong size calculation (CVE-2013-2110)
6 quoted_printable_encode(str_repeat("\xf4", 1000));
7 quoted_printable_encode(str_repeat("\xf4", 100000));
H A Dbug62462.phpt2 Multibyte characters shouldn't be split by soft line break added by quoted_printable_encode - 4 byt…
5 echo quoted_printable_encode(str_repeat("\xc4\x85", 77));
H A Dquoted_printable_encode_002.phpt2 quoted_printable_encode() tests - 2
7 var_dump($d = quoted_printable_encode($s));
11 var_dump($d = quoted_printable_encode($s));
21 var_dump(quoted_printable_encode($o));
/PHP-5.5/ext/standard/
H A Dquot_print.h28 PHP_FUNCTION(quoted_printable_encode);
H A Dquot_print.c263 PHP_FUNCTION(quoted_printable_encode) in PHP_FUNCTION() argument
H A Dbasic_functions.c2972 PHP_FE(quoted_printable_encode, arginfo_quoted_printable_encode)
/PHP-5.5/
H A DNEWS1853 . Fixed bug #64879 (Heap based buffer overflow in quoted_printable_encode,
2225 . Fixed bug #64879 (Heap based buffer overflow in quoted_printable_encode,
6058 - Added quoted_printable_encode() function. (Tony)

Completed in 44 milliseconds