예제 #1
0
파일: phpString.php 프로젝트: atoum/atoum
 public function __toString()
 {
     return is_string($this->value) === false ? parent::__toString() : $this->_('string(%s) \'%s\'', strlen($this->value), addcslashes($this->value, $this->charlist));
 }