Home
last modified time | relevance | path

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

/PHP-8.2/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("test"));
9 var_dump(quoted_printable_encode(1));
10 var_dump(quoted_printable_encode(false));
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-8.2/ext/mbstring/tests/
H A Dqprint_encoding.phpt32 …vert_encoding(): Handling QPrint via mbstring is deprecated; use quoted_printable_encode/quoted_pr…
34 …vert_encoding(): Handling QPrint via mbstring is deprecated; use quoted_printable_encode/quoted_pr…
36 …vert_encoding(): Handling QPrint via mbstring is deprecated; use quoted_printable_encode/quoted_pr…
38 …vert_encoding(): Handling QPrint via mbstring is deprecated; use quoted_printable_encode/quoted_pr…
H A Dmb_convert_encoding.phpt127 …vert_encoding(): Handling QPrint via mbstring is deprecated; use quoted_printable_encode/quoted_pr…
/PHP-8.2/ext/standard/
H A Dquot_print.c260 PHP_FUNCTION(quoted_printable_encode) in PHP_FUNCTION() argument
H A Dbasic_functions.stub.php2488 function quoted_printable_encode(string $string): string {}
H A Dbasic_functions_arginfo.h2713 ZEND_FUNCTION(quoted_printable_encode);
3351 ZEND_FE(quoted_printable_encode, arginfo_quoted_printable_encode)

Completed in 30 milliseconds