Anonymous self-calling function reported an error
学海无涯
学海无涯 2019-01-03 10:44:39
0
3
1240

echo (function ($m,$n)
{
return "$m-$n=".($m-$n);
})(10,1);

Error reported微信截图_20190103104328.png

学海无涯
学海无涯

reply all(2)
一路向北丶

It’s not a version problem, it’s just that you are missing one)


学海无涯

Problem solved PHP version problem

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template