コード例 #1
0
ファイル: Utils.php プロジェクト: antecedent/patchwork
function markMissedCallables()
{
    State::$missedCallables = array_map('strtolower', getUserDefinedCallables());
}