<?php $matches = new stdClass; preg_match("((foo)+)", "foo", $matches); var_dump($matches);
You have javascript disabled. You will not be able to edit any code.