Home
last modified time | relevance | path

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

/PHP-7.2/ext/standard/
H A Dfilters.c747 #define PHP_CONV_QPRINT_OPT_BINARY 0x00000001 macro
802 if (!(opts & PHP_CONV_QPRINT_OPT_BINARY) && inst->lbchars != NULL && inst->lbchars_len > 0) { in php_conv_qprint_encode_convert()
836 if (!(opts & PHP_CONV_QPRINT_OPT_BINARY) && in php_conv_qprint_encode_convert()
1362 opts |= (opt_binary ? PHP_CONV_QPRINT_OPT_BINARY : 0); in php_conv_open()

Completed in 12 milliseconds