Searched refs:_nonAsciiChars (Results 1 – 1 of 1) sorted by relevance
40 var $_nonAsciiChars = ''; variable in JsHttpRequest266 $this->_nonAsciiChars = join("", array_map('chr', range(128, 255)));308 if ($this->_toUtfFailed || strpbrk($k, $this->_nonAsciiChars) !== false) {