Home
last modified time | relevance | path

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

/PHP-5.6/ext/standard/
H A Dfilters.c760 #define PHP_CONV_QPRINT_OPT_FORCE_ENCODE_FIRST 0x00000002 macro
907 …} else if ((!(opts & PHP_CONV_QPRINT_OPT_FORCE_ENCODE_FIRST) || line_ccnt < inst->line_len) && ((c… in php_conv_qprint_encode_convert()
1444 opts |= (opt_force_encode_first ? PHP_CONV_QPRINT_OPT_FORCE_ENCODE_FIRST : 0); in php_conv_open()

Completed in 9 milliseconds