Home
last modified time | relevance | path

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

/PHP-7.1/ext/standard/
H A Dfilters.c752 #define PHP_CONV_QPRINT_OPT_BINARY 0x00000001 macro
807 if (!(opts & PHP_CONV_QPRINT_OPT_BINARY) && inst->lbchars != NULL && inst->lbchars_len > 0) { in php_conv_qprint_encode_convert()
841 if (!(opts & PHP_CONV_QPRINT_OPT_BINARY) && in php_conv_qprint_encode_convert()
1370 opts |= (opt_binary ? PHP_CONV_QPRINT_OPT_BINARY : 0); in php_conv_open()

Completed in 38 milliseconds