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/SC_CheckError.php

    r22567 r22592  
    11731173 
    11741174        $pattern = '/' . join('|', $prohibitedStr) . '/i'; 
    1175         if (preg_match_all($pattern, $targetStr, $matches = array())) { 
     1175        if (preg_match_all($pattern, $targetStr, $matches)) { 
    11761176            $this->arrErr[$value[1]] = '※ ' . $value[0] . 'は入力できません。<br />'; 
    11771177        } 
Note: See TracChangeset for help on using the changeset viewer.