Home
last modified time | relevance | path

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

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

Completed in 9 milliseconds