<?php namespace Hamcrest\Core; class PhpForm { public function __toString() { return 'php'; } } class JavaForm { public function toString() ...
確定! 回上一頁