<?php function clean_link($a, $b) { return "change"; } function run($str) { $eval_links = '$link = clean_link("$1","$2")'; echo preg_replace('{test}ei',"$eval_links",$str); } run('test');
You have javascript disabled. You will not be able to edit any code.