Home
last modified time | relevance | path

Searched refs:_nonAsciiChars (Results 1 – 1 of 1) sorted by relevance

/plugin/remotescript/lib/JsHttpRequest/
H A DJsHttpRequest.php40 var $_nonAsciiChars = ''; variable in JsHttpRequest
266 $this->_nonAsciiChars = join("", array_map('chr', range(128, 255)));
308 if ($this->_toUtfFailed || strpbrk($k, $this->_nonAsciiChars) !== false) {