Lines Matching refs:str_replace
75 use function str_replace; alias
694 $tag = str_replace('@fact', $this->fact, $tag);
1030 $tag = str_replace('@fact', $this->fact, $tag);
1054 $value = str_replace('(', '<br>(', $value);
1055 $value = str_replace('<span dir="ltr"><br>', '<br><span dir="ltr">', $value);
1056 $value = str_replace('<span dir="rtl"><br>', '<br><span dir="rtl">', $value);
1104 $tag = str_replace('@fact', $this->fact, $tag);
1476 $value = str_replace('@', '', trim($gmatch[1]));
1530 $condition = str_replace([
1538 $condition = str_replace('@fact:', $this->fact . ':', $condition);
1568 $condition = str_replace("@$id", $value, $condition);
1952 $match[1] = str_replace('\n', "\n", $match[1]);
2024 $match[1] = str_replace('\n', "\n", $match[1]);
2110 $value = "'" . str_replace('@', '', trim($match[1])) . "'";
2201 $tag = str_replace('EMAIL', '_EMAIL', $tag);