Parse error: syntax error, unexpected '' (T_ENCAPSED_AND_WHITESPACE), expecting identifier (T_STRING) or variable (T_VARIABLE) or number (T_NUM_STRING) in C:\xampp\htdocs\playit2 ental_list.php on line 189 第189行是1 $jsql_ae3 = mysql_query("select products.formats from products wh...
shell 根据参数检测 当前php项目下 的语法错误 #!/bin/bashfunction getdir(){ for el in `ls $1` do dir_file=$1"/"$el if [ -d $dir_file ] then getdir $dir_file else ext=${dir_file##*.} if [ $ext = 'php' ] then file_is=`php -l $dir_file`#echo$dir_fileif [[ $file...
使用PHP -l 自动检测项目语法错误 通过shell 脚本找到项目中所有的文件,然后检测 functionergodic(){forfilein`ls$1`doif[ -d $1"/"$file]thenergodic $1"/"$fileelselocal path=$1"/"$filelocal name=$file#local size=`du--max-depth=1$path|awk'{print $1}'` file_type=${name##*.}if[[ ...
overtrue1.5k 声望 PHP @ Tencent