Home  >  Q&A  >  body text

Why doesn’t the PHP I write work?

提示我:Notice: Undefined variable: var_dump in D:\phpStudy\PHPTutorial\WWW\my.php on line 11

Fatal error: Function name must be a string in D:\phpStudy\PHPTutorial\WWW\my.php on line 11

  2527 days ago1422

reply all(2)I'll reply

  • 电动小老虎

    电动小老虎2017-11-17 23:46:05

    Prompt you that the function name must be a string. The error is in line 11 of my.php.

    reply
    0
  • 易风课堂

    易风课堂2017-11-17 20:53:32

    Function/method names must be strings! If you are not using a framework, you need to use the error_reporting function to set the error level.

    reply
    0
  • Cancelreply