Home
last modified time | relevance | path

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

/plugin/remotescript/lib/JsHttpRequest/
H A DJsHttpRequest.php29 var $_uniqHash; variable in JsHttpRequest
74 $this->_uniqHash = md5(microtime() . getmypid());
75 ini_set('error_prepend_string', ini_get('error_prepend_string') . $this->_uniqHash);
76 ini_set('error_append_string', ini_get('error_append_string') . $this->_uniqHash);
250 if (preg_match('{'.$this->_uniqHash.'(.*?)'.$this->_uniqHash.'}sx', $text)) {
251 $text = str_replace($this->_uniqHash, '', $text);