php书写不规范Notice: Use of undefined constant memory_limit

Posted html55

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php书写不规范Notice: Use of undefined constant memory_limit相关的知识,希望对你有一定的参考价值。

php代码提示
Notice: Use of undefined constant memory_limit - assumed \'memory_limit\' in XXXX
原来是书写不规范导致的,原来是下面这样写的
ini_set(memory_limit,-1);

  改为

ini_set(\'memory_limit\',-1);

完成。

以上是关于php书写不规范Notice: Use of undefined constant memory_limit的主要内容,如果未能解决你的问题,请参考以下文章

php json解析 出现问题 Notice: Trying to get property of non-object in。。。

PHP书写规范

PHP中Notice: unserialize(): Error at offset of bytes in on line 的解决方法

PHP: Use of undefined constant ***问题

2php书写规范

PHP错误Parse error: syntax error, unexpected end of file in test.php on line 12解决方法