3v4l.org

run code in 300+ PHP versions simultaneously
<?php $matches = array(); // $controller = $this->getRequest()->attributes->get('_controller'); $controller = "Acme\MyBundle\Controller\MyController::myAction"; preg_match('/(.*)\\\MyBundle\\\(.*)\\\Controller\\\(.*)Controller::(.*)Action/', $controller, $matches); print_r($matches);

preferences:
35.5 ms | 402 KiB | 5 Q