<?php $s = "test"; preg_match("/(?P<differentword>(test))/", $s, $matches); var_dump(array_keys($matches));
You have javascript disabled. You will not be able to edit any code.