Home
last modified time | relevance | path

Searched refs:PHP_CONV_QPRINT_OPT_BINARY (Results 1 – 1 of 1) sorted by last modified time

/PHP-7.4/ext/standard/
H A Dfilters.c754 #define PHP_CONV_QPRINT_OPT_BINARY 0x00000001 macro
809 if (!(opts & PHP_CONV_QPRINT_OPT_BINARY) && inst->lbchars != NULL && inst->lbchars_len > 0) { in php_conv_qprint_encode_convert()
843 if (!(opts & PHP_CONV_QPRINT_OPT_BINARY) && in php_conv_qprint_encode_convert()
1369 opts |= (opt_binary ? PHP_CONV_QPRINT_OPT_BINARY : 0); in php_conv_open()

Completed in 10 milliseconds