opt_force_encode_first 1349 ext/standard/filters.c 				int opt_force_encode_first = 0;
opt_force_encode_first 1354 ext/standard/filters.c 				GET_BOOL_PROP(options, opt_force_encode_first, "force-encode-first");
opt_force_encode_first 1368 ext/standard/filters.c 				opts |= (opt_force_encode_first ? PHP_CONV_QPRINT_OPT_FORCE_ENCODE_FIRST : 0);