芝麻web文件管理V1.00
编辑当前文件:/home/rejoandoctor/public_html/vendor/hamcrest/hamcrest-php/hamcrest/Hamcrest/Core/IsIdentical.php
_value = $value; } public function describeTo(Description $description) { $description->appendValue($this->_value); } /** * Tests of the value is identical to $value as tested by the "===" operator. * * @factory */ public static function identicalTo($value) { return new self($value); } }