Lines Matching refs:instr
3074 function change_case($instr) {3077 return strtoupper($instr);3079 return strtolower($instr);3081 return $instr;4077 function replace_keywords($instr) {4106 return str_replace($keywords, $replacements, $instr);