3v4l.org

run code in 300+ PHP versions simultaneously
<?php $html = file_get_contents("http://geoportaal.maaamet.ee/url/xgis-ky.php?ky=79401:006:0812"); preg_match_all('(<li.*?>.*?</li>)', $html, $matches); $one=$matches[0][0]; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/9g6HB
function name:  (null)
number of ops:  13
compiled vars:  !0 = $html, !1 = $matches, !2 = $one
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'file_get_contents'
          1        SEND_VAL                                                 'http%3A%2F%2Fgeoportaal.maaamet.ee%2Furl%2Fxgis-ky.php%3Fky%3D79401%3A006%3A0812'
          2        DO_ICALL                                         $3      
          3        ASSIGN                                                   !0, $3
    4     4        INIT_FCALL                                               'preg_match_all'
          5        SEND_VAL                                                 '%28%3Cli.%2A%3F%3E.%2A%3F%3C%2Fli%3E%29'
          6        SEND_VAR                                                 !0
          7        SEND_REF                                                 !1
          8        DO_ICALL                                                 
    5     9        FETCH_DIM_R                                      ~6      !1, 0
         10        FETCH_DIM_R                                      ~7      ~6, 0
         11        ASSIGN                                                   !2, ~7
    8    12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.2 ms | 1394 KiB | 17 Q