Searched refs:new_function (Results 1 – 1 of 1) sorted by relevance
33 public function redefineFunction($new_function) { argument35 preg_match('/function (.+)\(/', $new_function, $aryMatches);42 $new_code = str_replace($search_code, $new_function . "\n\n", $this->_code);