Searched refs:_currentTagContents (Results 1 – 1 of 1) sorted by relevance
23 private $_currentTagContents; variable in IXR\\Message\\Message107 $this->_currentTagContents = '';134 $this->_currentTagContents .= $cdata;148 $value = (int)trim($this->_currentTagContents);152 $value = (float)trim($this->_currentTagContents);156 $value = (string)($this->_currentTagContents);160 $value = new Date(trim($this->_currentTagContents));165 if (trim($this->_currentTagContents) != '') {166 $value = (string)$this->_currentTagContents;171 $value = (bool)trim($this->_currentTagContents);[all …]