作者 邓超

x

@@ -254,7 +254,7 @@ function sync_body($id,$worker_id){ @@ -254,7 +254,7 @@ function sync_body($id,$worker_id){
254 if(!$mailServer->login()){ 254 if(!$mailServer->login()){
255 return 2; 255 return 2;
256 } 256 }
257 - $mailServer->client->debug(true,LOG_PATH.'/'.$id['email_id'].'body/'); 257 +// $mailServer->client->debug(true,LOG_PATH.'/'.$id['email_id'].'body/');
258 258
259 // 同步 body 259 // 同步 body
260 $mailServer->syncBody($id['folder'],$id['uid'],$id['lists_id'],db()); 260 $mailServer->syncBody($id['folder'],$id['uid'],$id['lists_id'],db());
@@ -292,7 +292,7 @@ function sync($email_id,$worker_id){ @@ -292,7 +292,7 @@ function sync($email_id,$worker_id){
292 return 2; 292 return 2;
293 } 293 }
294 294
295 - $mailServer->client->debug(true,LOG_PATH.'/'.$email_id.'/'); 295 +// $mailServer->client->debug(true,LOG_PATH.'/'.$email_id.'/');
296 296
297 // 同步文件夹 297 // 同步文件夹
298 $mailServer->syncFolder($email_id,db()); 298 $mailServer->syncFolder($email_id,db());
@@ -16,7 +16,11 @@ class Test { @@ -16,7 +16,11 @@ class Test {
16 16
17 17
18 public function home(){ 18 public function home(){
  19 + $a = [];
19 20
  21 + $v = $a['b'];
  22 +
  23 + return [];
20 } 24 }
21 25
22 public function a(){ 26 public function a(){