#1 GoolLong
1、Strict Standards: Only variables should be passed by reference in /data/www/SpeedPHP/Core/spModel.php on line 4362、使用 ereg、eregi 函数的地方
2012-06-16 14:23:06
2012-06-16 14:23:06
2012-06-16 19:26:23
function highlight_code($code){
if (preg_match("/<\?(php)?[^[:graph:]]/", $code)) {
$code = highlight_string($code, TRUE);
} else {
$code = preg_replace("(<\?php )+", "", highlight_string(" }
return $code;
}
2012-07-08 12:34:34
2012-07-08 12:39:23
2012-07-16 16:43:14
2012-07-16 18:27:14