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