<?php preg_match_all('/a/', "aaa", $m); var_dump(implode("", $m[0]));
You have javascript disabled. You will not be able to edit any code.