芝麻web文件管理V1.00
编辑当前文件:/home/rejoandoctor/test.joruridoctor.com/vendor/mockery/mockery/library/Mockery/Matcher/MustBe.php
'; } /** * Check if the actual value matches the expected. * * @template TMixed * * @param TMixed $actual * * @return bool */ public function match(&$actual) { if (! is_object($actual)) { return $this->_expected === $actual; } return $this->_expected == $actual; } }