Searched refs:tagAttributeSeparators (Results 1 – 1 of 1) sorted by relevance
46 var $tagAttributeSeparators; variable in Tag74 $this->tagAttributeSeparators = array(" ", "\n", "\r", "\t");282 for($counter = 0; $counter < count($this->tagAttributeSeparators); $counter ++) {283 $separatorPosTemp = strpos($tagString, $this->tagAttributeSeparators[$counter], $tagStartOpen);360 $tagEndArray = $this->tagAttributeSeparators;