主题: 您好, 请问一下关于[KindSyntax]的 Error
作者: Bakil, 发布日期: 2007-04-18 09:24:52, 浏览数: 7365
您好,

我的目录是test,
里面有index.php, class.stx.php, php.stx 3个文件.
index.php 里面的处理过程是
<?
require_once 'class.stx.php';

$code = '';

if($_POST['code']) $code = $_POST['code'];

if(get_magic_quotes_gpc()) $code = stripslashes($code);

$stx = new STX('php');
echo $stx->stx_string($code);
?>

Error 内容是:
Warning: in_array(): Wrong datatype for second argument in h:akil_board estclass.stx.php on line 203
Warning: in_array(): Wrong datatype for second argument in h:akil_board estclass.stx.php on line 237
Warning: in_array(): Wrong datatype for second argument in h:akil_board estclass.stx.php on line 239
这3句出来一大堆.

是不是index.php里面的处理过程错了啊?

能不能公开一下demo.php里面的处理过程代码啊?

我使用的是 Apm_Setup 5.
作者: 笔, 发布日期: 2008-02-14 17:32:55
<?
$code = '<?php
#fff
echo $a;
?>';
require_once './class.stx.php';
$stx = new STX('php');
echo $stx->stx_string($code);
?>

同上,一样的出错。我记得以前下载过测试成功的,现在却失败了。
回复
发表新帖 发表回复