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