0

当然这是一个错字,我花了比预期更长的时间来检测这个错字。因为有时捕捉这种最简单形式的错误并不容易。

4

2 回答 2

1
if (!method_exists('MyClass', '__construct') {
    die('You\'ve mis-named __construct() again.');
}

http://php.net/manual/en/function.method-exists.php

于 2013-10-22T00:33:32.883 回答
1

使用突出显示 PHP 错误的 IDE。就个人而言,我喜欢 PHPStorm。

于 2013-10-22T00:33:51.767 回答