Searched refs:_currentTagContents (Results 1 – 1 of 1) sorted by relevance
23 private $_currentTagContents; variable in IXR\\Message\\Message104 $this->_currentTagContents = '';131 $this->_currentTagContents .= $cdata;145 $value = (int)trim($this->_currentTagContents);149 $value = (double)trim($this->_currentTagContents);153 $value = (string)($this->_currentTagContents);162 if (trim($this->_currentTagContents) != '') {163 $value = (string)$this->_currentTagContents;168 $value = (boolean)trim($this->_currentTagContents);172 $value = base64_decode($this->_currentTagContents);[all …]