Searched refs:opt_force_encode_first (Results 1 – 1 of 1) sorted by relevance
1219 int opt_force_encode_first = 0; in php_conv_open() local1224 GET_BOOL_PROP(options, opt_force_encode_first, "force-encode-first"); in php_conv_open()1238 opts |= (opt_force_encode_first ? PHP_CONV_QPRINT_OPT_FORCE_ENCODE_FIRST : 0); in php_conv_open()
Completed in 10 milliseconds