gpt4 book ai didi

php - 无法在服务器上解析常量

转载 作者:行者123 更新时间:2023-12-04 19:44:57 25 4
gpt4 key购买 nike

常量.php

<?
define('GREETING', 'Hello World');
?>

index.php
<?php
require("constants.php");
echo GREETING;
?>

这段代码给了我一个错误: PHP Notice: Use of undefined constant GREETING - assumed 'GREETING'
(服务器 1 - 不工作) Ubuntu 14.04
PHP 5.5.9-1ubuntu4.14 (cli) (built: Oct 28 2015 01:34:46)
Copyright (c) 1997-2014 The PHP Group
Zend Engine v2.5.0, Copyright (c) 1998-2014 Zend Technologies
with Zend OPcache v7.0.3, Copyright (c) 1999-2014, by Zend Technologies

(服务器 2 - 工作) CentOS 6.3
PHP 5.4.13 (cli) (built: Mar 14 2013 08:57:49)
Copyright (c) 1997-2013 The PHP Group
Zend Engine v2.4.0, Copyright (c) 1998-2013 Zend Technologies
with the ionCube PHP Loader v4.6.0, Copyright (c) 2002-2014, by ionCube Ltd.

(开发环境 - 工作) window 8.1
PHP 5.5.9 (cli) (built: Feb  5 2014 13:02:39)
Copyright (c) 1997-2014 The PHP Group
Zend Engine v2.5.0, Copyright (c) 1998-2014 Zend Technologies
with the ionCube PHP Loader v4.5.3, Copyright (c) 2002-2014, by ionCube Ltd.

可能是什么问题以及如何使它适用于 服务器 1 ?

最佳答案

以前的程序员使用短标签将 block 变成注释

关于php - 无法在服务器上解析常量,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34462279/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com