Subversion Repositories php-qbpwcf

Rev

Rev 226 | Rev 253 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 226 Rev 249
Line 18904... Line 18904...
18904
					unset($conf["stringProcess::parse"]);
18904
					unset($conf["stringProcess::parse"]);
18905
 
18905
 
18906
					#如果處理錯誤
18906
					#如果處理錯誤
18907
					if($parse["status"]==="false"){
18907
					if($parse["status"]==="false"){
18908
 
18908
 
-
 
18909
						#debug
-
 
18910
						#var_dump(__FILE__,__LINE__,$parse);
-
 
18911
 
18909
						#如果是 bash 語法錯誤
18912
						#如果是 bash 語法錯誤
18910
						if($parse["error"][0]==="bash syntax error"){
18913
						if($parse["error"][0]==="bash syntax error"){
18911
 
18914
 
18912
							#提示錯誤訊息
18915
							#提示錯誤訊息
18913
							echo $parse["error"][0].PHP_EOL;
18916
							echo $parse["error"][0].PHP_EOL;