PHP_CONV_QPRINT_OPT_BINARY 804 ext/standard/filters.c if (!(opts & PHP_CONV_QPRINT_OPT_BINARY) && inst->lbchars != NULL && inst->lbchars_len > 0) { PHP_CONV_QPRINT_OPT_BINARY 838 ext/standard/filters.c if (!(opts & PHP_CONV_QPRINT_OPT_BINARY) && PHP_CONV_QPRINT_OPT_BINARY 1367 ext/standard/filters.c opts |= (opt_binary ? PHP_CONV_QPRINT_OPT_BINARY : 0);