3v4l.org

run code in 300+ PHP versions simultaneously
<?php $contenido=file_get_contents('http://www.cristalab.com/foros'); $regexp='/(?:<br \/>)(?:<a href="profile\.php.*>)?(.+)(?:<\/a>)?(?:\ <a href="viewtopic\.php.*"><img src="templates\/smartBlue\/images\/icon_latest_reply\.gif")/'; preg_match_all($regexp,$contenido,$matches); print_r($matches[1]); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/0HXbk
function name:  (null)
number of ops:  15
compiled vars:  !0 = $contenido, !1 = $regexp, !2 = $matches
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'file_get_contents'
          1        SEND_VAL                                                 'http%3A%2F%2Fwww.cristalab.com%2Fforos'
          2        DO_ICALL                                         $3      
          3        ASSIGN                                                   !0, $3
    3     4        ASSIGN                                                   !1, '%2F%28%3F%3A%3Cbr+%5C%2F%3E%29%28%3F%3A%3Ca+href%3D%22profile%5C.php.%2A%3E%29%3F%28.%2B%29%28%3F%3A%3C%5C%2Fa%3E%29%3F%28%3F%3A%5C+%3Ca+href%3D%22viewtopic%5C.php.%2A%22%3E%3Cimg+src%3D%22templates%5C%2FsmartBlue%5C%2Fimages%5C%2Ficon_latest_reply%5C.gif%22%29%2F'
    4     5        INIT_FCALL                                               'preg_match_all'
          6        SEND_VAR                                                 !1
          7        SEND_VAR                                                 !0
          8        SEND_REF                                                 !2
          9        DO_ICALL                                                 
    5    10        INIT_FCALL                                               'print_r'
         11        FETCH_DIM_R                                      ~7      !2, 1
         12        SEND_VAL                                                 ~7
         13        DO_ICALL                                                 
    6    14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
158.4 ms | 1394 KiB | 19 Q