<?php /** * Created by PhpStorm. * User: Administrator * Date: 2020/3/26 * Time: 15:33 */ namespace app\error\controller; class Error { public function __call($methid,$args) { dump(1111111111); } }