Home
last modified time | relevance | path

Searched refs:_convertToString (Results 1 – 1 of 1) sorted by last modified time

/plugin/freechat/phpfreechat/lib/pear/PHPUnit/
H A DAssert.php132 $actual = $this->_convertToString($actual);
133 $expected = $this->_convertToString($expected);
387 function _convertToString($value) { function in PHPUnit_Assert
390 $value[$k] = $this->_convertToString($value[$k]);