Lines Matching refs:search
132 /** The key of the regex array defining what to search for */
135 matched search to use as a replacement */
140 matched search to put before the replacement */
143 matched search to put after the replacement */
1888 //Now we need to rewrite our array to get a search string that
3174 $search = array();
3177 $search[] = '\\' . $k;
3180 $before = str_replace($search, $matches, $before);
3181 $after = str_replace($search, $matches, $after);
3182 $replace = str_replace($search, $matches, $replace);