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);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/QmmsJ
function name:  (null)
number of ops:  9
compiled vars:  !0 = $subject, !1 = $matches
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, '%0A%23+Documentation%0ADocumentation+is+a+part+of+the+library.+It+is+in+%5Bdoc+directory%5D%28doc%2F%29.+You+can+find+there+quick-start+example.+%5BAPI+documentation%5D%28https%3A%2F%2Fcodedoc.pub%2Fbitbang%2Fhttp%2Fmaster%2Findex.html%29+is+on+Codedoc.%0A%0A%5B%21%5BBuild+Status%5D%28https%3A%2F%2Fapi.travis-ci.org%2Fbitbang%2Fhttp.svg%3Fbranch%3Dmaster%29%5D%28https%3A%2F%2Ftravis-ci.org%2Fbitbang%2Fhttp%29%0A%0A%23+License%0AThe+MIT+License+%28MIT%29%0A'
   13     1        INIT_FCALL_BY_NAME                                       'preg_match_callback'
          2        SEND_VAL_EX                                              '%23%5C%5B%28.%2A%29%5C%5D%5C%28%28.%2B%29%5C%29%23'
          3        DECLARE_LAMBDA_FUNCTION                                  '%00%7Bclosure%7D%2Fin%2FQmmsJ%3A13%240'
   15     4        SEND_VAL_EX                                              ~3
   13     5        SEND_VAR_EX                                              !0
          6        DO_FCALL                                      0  $4      
          7        ASSIGN                                                   !1, $4
   15     8      > RETURN                                                   1

Function %00%7Bclosure%7D%2Fin%2FQmmsJ%3A13%240:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/QmmsJ
function name:  {closure}
number of ops:  5
compiled vars:  !0 = $matches
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   13     0  E >   RECV                                             !0      
   14     1        INIT_FCALL                                               'var_dump'
          2        SEND_VAR                                                 !0
          3        DO_ICALL                                                 
   15     4      > RETURN                                                   null

End of function %00%7Bclosure%7D%2Fin%2FQmmsJ%3A13%240

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
182.8 ms | 1395 KiB | 15 Q