Notice: Undefined variable: GOLBALS解决思路
程序员文章站
2024-01-08 22:58:22
...
Notice: Undefined variable: GOLBALS
求助,这个怎么解决啊
提示出问题的代码是 $inc_path = dirname($cache_path) . '/' . $inc_file . '_' . md5($GOLBALS['roc_config']['secure_key']) . '.php';
可是GOLBALS 不是php 自带的么?为什么说未定义呢?
------解决方案--------------------
$GLOBALS 才是
------解决方案--------------------
$GLOBALs
=>
$GLOBALS
php 变量是区分大小写的。
求助,这个怎么解决啊
提示出问题的代码是 $inc_path = dirname($cache_path) . '/' . $inc_file . '_' . md5($GOLBALS['roc_config']['secure_key']) . '.php';
可是GOLBALS 不是php 自带的么?为什么说未定义呢?
------解决方案--------------------
$GLOBALS 才是
------解决方案--------------------
$GLOBALs
=>
$GLOBALS
php 变量是区分大小写的。
相关文章
相关视频
推荐阅读
-
Notice: Undefined variable: GOLBALS解决思路
-
PHP中出现Notice: Undefined index的三种解决方法
-
PHP运行出现Notice : Use of undefined constant 的解决方法
-
输出出现未定义变量提醒:Notice: Undefined variable: str in
-
Notice: Undefined offset 的解决方法,noticeundefined
-
php Notice: Undefined index 错误提示解决方法
-
PHP运行出现Notice : Use of undefined constant 的完美解决方案_PHP
-
PHP中Notice: Undefined index: sku in 有关问题解决方案
-
php运行环境出现Undefined index 或variable时解决方法_PHP教程
-
解决关于PHP“Undefined variable”变量未定义