Ignore:
Timestamp:
2013/03/01 18:57:08 (11 years ago)
Author:
pineray
Message:

関数の呼び出し部分で引数の初期化はできない

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/class/helper/SC_Helper_HandleError.php

    r22567 r22592  
    131131    static function &_fatal_error_handler(&$buffer) 
    132132    { 
    133         if (preg_match('/<b>(Fatal error)<\/b>: +(.+) in <b>(.+)<\/b> on line <b>(\d+)<\/b><br \/>/i', $buffer, $matches = array())) { 
     133        if (preg_match('/<b>(Fatal error)<\/b>: +(.+) in <b>(.+)<\/b> on line <b>(\d+)<\/b><br \/>/i', $buffer, $matches)) { 
    134134            $message = "$matches[1]: $matches[2] on [$matches[3]($matches[4])]"; 
    135135            GC_Utils_Ex::gfPrintLog($message, ERROR_LOG_REALFILE, true); 
Note: See TracChangeset for help on using the changeset viewer.