芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/tblonline.org/vendor/mockery/mockery/library/Mockery/Matcher/MatcherAbstract.php
_expected = $expected; } /** * Check if the actual value matches the expected. * Actual passed by reference to preserve reference trail (where applicable) * back to the original method parameter. * * @param mixed $actual * @return bool */ abstract public function match(&$actual); /** * Return a string representation of this Matcher * * @return string */ abstract public function __toString(); }