<?php preg_match('/(foo)(bar)(baz)?/', 'foobar', $matches, PREG_UNMATCHED_AS_NULL); var_dump($matches);
You have javascript disabled. You will not be able to edit any code.