Example #1
0
function markMissedCallables()
{
    State::$missedCallables = array_map('strtolower', getUserDefinedCallables());
}