Searched refs:PHP_CONV_QPRINT_OPT_BINARY (Results 1 – 1 of 1) sorted by relevance
622 #define PHP_CONV_QPRINT_OPT_BINARY 0x00000001 macro677 if (!(opts & PHP_CONV_QPRINT_OPT_BINARY) && inst->lbchars != NULL && inst->lbchars_len > 0) { in php_conv_qprint_encode_convert()711 if (!(opts & PHP_CONV_QPRINT_OPT_BINARY) && in php_conv_qprint_encode_convert()1237 opts |= (opt_binary ? PHP_CONV_QPRINT_OPT_BINARY : 0); in php_conv_open()
Completed in 8 milliseconds