Parse error: syntax error, unexpected T_FUNCTION in E:\AppServ\www\arc2-starter-pack\arc\store\ARC2_Store.php on line 658

25 views
Skip to first unread message

Phuc Tranquang

unread,
Jun 17, 2014, 10:23:45 AM6/17/14
to arc...@googlegroups.com
hello,
Parse error: syntax error, unexpected T_FUNCTION in E:\AppServ\www\arc2-starter-pack\arc\store\ARC2_Store.php on line 658?
Thanks,
 

Ông Ký Ức

unread,
Jul 8, 2014, 11:44:29 AM7/8/14
to arc...@googlegroups.com
You can try replace:
---------------------
$r = preg_replace_callback('/([a-z0-9])([A-Z])/', function($matches) {
      return $matches[1] . ' ' . strtolower($matches[2]);
    }, $r);
--------------------

replace become:

-------------------
/* Code Loi Error
    $r = preg_replace_callback('/([a-z0-9])([A-Z])/', function($matches) {
      return $matches[1] . ' ' . strtolower($matches[2]);
    }, $r);
*/
------------------



Vào 21:23:45 UTC+7 Thứ ba, ngày 17 tháng sáu năm 2014, Phuc Tranquang đã viết:
Reply all
Reply to author
Forward
0 new messages