3v4l.org

run code in 300+ PHP versions simultaneously
<?php $subject = " # Documentation Documentation is a part of the library. It is in [doc directory](doc/). You can find there quick-start example. [API documentation](https://codedoc.pub/bitbang/http/master/index.html) is on Codedoc. [![Build Status](https://api.travis-ci.org/bitbang/http.svg?branch=master)](https://travis-ci.org/bitbang/http) # License The MIT License (MIT) "; $matches = preg_match_callback('#\[(.*)\]\((.+)\)#', function($matches) { var_dump($matches); }, $subject);

preferences:
47.86 ms | 402 KiB | 5 Q