Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当然这是一个错字,我花了比预期更长的时间来检测这个错字。因为有时捕捉这种最简单形式的错误并不容易。
if (!method_exists('MyClass', '__construct') { die('You\'ve mis-named __construct() again.'); }
http://php.net/manual/en/function.method-exists.php
使用突出显示 PHP 错误的 IDE。就个人而言,我喜欢 PHPStorm。