<?php preg_match('/(?<foo>y)?x(?<bar>y)?/', 'x', $matches); print_r($matches); preg_match('/(?<foo>y)?()x(?<bar>y)?/', 'x', $matches); print_r($matches);
You have javascript disabled. You will not be able to edit any code.