Home
last modified time | relevance | path

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

/PHP-8.3/ext/standard/
H A Dfilters.c622 #define PHP_CONV_QPRINT_OPT_BINARY 0x00000001 macro
677 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 9 milliseconds