Why doesn't the PHP I write work?
 
  2017-11-17 19:49:41
0
2
1490

提示我: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

 
 

reply all(2)
电动小老虎

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

易风课堂

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.

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