芝麻web文件管理V1.00
编辑当前文件:/home/rejoandoctor/public_html/vendor/mockery/mockery/library/Mockery/Matcher/Ducktype.php
_expected as $method) { if (!method_exists($actual, $method)) { return false; } } return true; } /** * Return a string representation of this Matcher * * @return string */ public function __toString() { return '
_expected) . ']>'; } }