search

Home  >  Q&A  >  body text

Anonymous self-calling function reported an error

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

Error reported微信截图_20190103104328.png

学海无涯学海无涯2203 days ago1243

reply all(3)I'll reply

  • 一路向北丶

    一路向北丶2019-01-08 16:51:19

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


    reply
    0
  • 学海无涯

    学海无涯2019-01-03 11:34:14

    Problem solved PHP version problem

    reply
    0
  • Cancelreply