Searched refs:_currentTagContents (Results 1 – 1 of 1) sorted by relevance
23 private $_currentTagContents; variable in IXR\\Message\\Message103 $this->_currentTagContents = '';130 $this->_currentTagContents .= $cdata;144 $value = (int)trim($this->_currentTagContents);148 $value = (double)trim($this->_currentTagContents);152 $value = (string)($this->_currentTagContents);156 $value = new Date(trim($this->_currentTagContents));161 if (trim($this->_currentTagContents) != '') {162 $value = (string)$this->_currentTagContents;167 $value = (boolean)trim($this->_currentTagContents);[all …]