Lines Matching refs:trim
55 $listid = strtolower(trim($listid, '.'));
219 $value = array_map(trim(...), $value);
223 $value = trim($value);
410 $name = trim($name, " \t\"");
451 $part = trim($part);
455 $text = trim($matches[1]);
501 $headers = trim($headers);
803 trim($this->headers['To']) === '' &&
804 trim($this->headers['Cc']) === '' &&
805 trim($this->headers['Bcc']) === ''
831 if (trim($data['headers'])) {
832 $headers .= MAILHEADER_EOL . trim($data['headers']);