Searched refs:quoted_printable_encode (Results 1 – 7 of 7) sorted by relevance
2 quoted_printable_encode() tests - 16 var_dump(quoted_printable_encode(""));7 var_dump(quoted_printable_encode("test"));9 var_dump(quoted_printable_encode(1));10 var_dump(quoted_printable_encode(false));
2 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));
2 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));
2 quoted_printable_encode() tests - 27 var_dump($d = quoted_printable_encode($s));11 var_dump($d = quoted_printable_encode($s));21 var_dump(quoted_printable_encode($o));
260 PHP_FUNCTION(quoted_printable_encode) in PHP_FUNCTION() argument
1547 function quoted_printable_encode(string $string): string {} function
2731 ZEND_FUNCTION(quoted_printable_encode);3374 ZEND_FE(quoted_printable_encode, arginfo_quoted_printable_encode)
Completed in 27 milliseconds