$obj=newdemo;$obj->index();classdemo{publicfunctionindex(){try{$arr=[1,2,3];array_walk($arr,function($value,$key){array_walk([2,3,5],function(){//这里的闭包无法使用$this但是代码异常,没有走到catch$this->test();});});}catch(Exception$e){echo23;}}publicfunctiontest($i){echo$i;}}上面代码异常了,但是为什么没有走catch分支呢???
月关宝盒
相关分类