3v4l.org

run code in 300+ PHP versions simultaneously
<?php $string = "google.at;davetrudes.com asdf http://www.youtube.com/user/davetrudes http://code.google.com/u/dave.trudes/"; $match = null; preg_match_all('#\b[^\s()<>]+(?:\([\w\d]+\)|([^[:punct:]\s]|/))#', $string, $match); var_dump($match);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/HhoUt
function name:  (null)
number of ops:  11
compiled vars:  !0 = $string, !1 = $match
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'google.at%3Bdavetrudes.com%0Aasdf%0Ahttp%3A%2F%2Fwww.youtube.com%2Fuser%2Fdavetrudes%0Ahttp%3A%2F%2Fcode.google.com%2Fu%2Fdave.trudes%2F'
    7     1        ASSIGN                                                   !1, null
    8     2        INIT_FCALL                                               'preg_match_all'
          3        SEND_VAL                                                 '%23%5Cb%5B%5E%5Cs%28%29%3C%3E%5D%2B%28%3F%3A%5C%28%5B%5Cw%5Cd%5D%2B%5C%29%7C%28%5B%5E%5B%3Apunct%3A%5D%5Cs%5D%7C%2F%29%29%23'
          4        SEND_VAR                                                 !0
          5        SEND_REF                                                 !1
          6        DO_ICALL                                                 
    9     7        INIT_FCALL                                               'var_dump'
          8        SEND_VAR                                                 !1
          9        DO_ICALL                                                 
         10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
152.42 ms | 1394 KiB | 17 Q