Home
last modified time | relevance | path

Searched refs:ICONV_MIME_DECODE_STRICT (Results 1 – 7 of 7) sorted by relevance

/php-src/ext/iconv/tests/
H A Dgh7980.phpt8 var_dump(iconv_mime_decode($subject, ICONV_MIME_DECODE_STRICT, 'UTF-8'));
H A Dbug55146.phpt18 var_dump(iconv_mime_decode_headers($headers, ICONV_MIME_DECODE_STRICT));
H A Diconv_mime_decode.phpt61 $mode = ICONV_MIME_DECODE_STRICT;
65 $mode = ICONV_MIME_DECODE_STRICT | ICONV_MIME_DECODE_CONTINUE_ON_ERROR;
H A Dbug52941.phpt23 …_decode_headers($headers, ICONV_MIME_DECODE_CONTINUE_ON_ERROR | ICONV_MIME_DECODE_STRICT, 'UTF-8');
H A Dbug68180.phpt8 $decoded = iconv_mime_decode($original, ICONV_MIME_DECODE_STRICT, 'utf-8');
H A Dbug63839.phpt21 var_dump(iconv_mime_decode_headers($headers, ICONV_MIME_DECODE_STRICT));
/php-src/ext/iconv/
H A Diconv.stub.php19 const ICONV_MIME_DECODE_STRICT = UNKNOWN; define

Completed in 10 milliseconds