mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-12 15:02:15 +09:00
#18544647 r7040 보완 일부 PHP버전에만 존재하는 속성 변경
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7042 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
f737991796
commit
d44692008d
1 changed files with 2 additions and 2 deletions
|
|
@ -255,8 +255,8 @@ if(!$cached) {
|
|||
$str_code = str_replace("\r", "\n", $str_code);
|
||||
$str_code = preg_replace("!^([ \t]+)!m", '', $str_code);
|
||||
$str_code = preg_replace("!([ \t]+)$!m", '', $str_code);
|
||||
$str_code = preg_replace("!^\/\*(\X*?)\*\/$!m", '', $str_code);
|
||||
$str_code = preg_replace('!^\/\/([^\n]*)!m', '', $str_code);
|
||||
$str_code = preg_replace("!^\/\*(.+?)\*\/$!sm", '', $str_code);
|
||||
$str_code = preg_replace("!^\/\/([^\n]*)$!m", '', $str_code);
|
||||
$str_code = preg_replace("!(\n{2,})!m", "\n", $str_code);
|
||||
|
||||
return trim($str_code);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue