3v4l.org

run code in 300+ PHP versions simultaneously
<?php preg_match('/(?J)^https:\/\/(?:([^:]*)?(?::(.*))?@)?github.com\/(?<owner>[^\/]+)\/(?:(?:(?<name>.*)\.git)|(?<name>.*))$/', 'https://github.com/toto/titi', $matches); print_r($matches);

preferences:
49.54 ms | 402 KiB | 5 Q