3v4l.org

run code in 300+ PHP versions simultaneously
<?php $original_file = file_get_contents("http://www.bacciarini.it"); $stripped_file = strip_tags($original_file, "<a>"); preg_match_all("/<a(?:[^>]*)href=\"([^\"]*)\"(?:[^>]*)>(?:[^<]*)<\/a>/is", $stripped_file, $matches); print_r($matches);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/AZTDE
function name:  (null)
number of ops:  18
compiled vars:  !0 = $original_file, !1 = $stripped_file, !2 = $matches
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'file_get_contents'
          1        SEND_VAL                                                 'http%3A%2F%2Fwww.bacciarini.it'
          2        DO_ICALL                                         $3      
          3        ASSIGN                                                   !0, $3
    4     4        INIT_FCALL                                               'strip_tags'
          5        SEND_VAR                                                 !0
          6        SEND_VAL                                                 '%3Ca%3E'
          7        DO_ICALL                                         $5      
          8        ASSIGN                                                   !1, $5
    5     9        INIT_FCALL                                               'preg_match_all'
         10        SEND_VAL                                                 '%2F%3Ca%28%3F%3A%5B%5E%3E%5D%2A%29href%3D%22%28%5B%5E%22%5D%2A%29%22%28%3F%3A%5B%5E%3E%5D%2A%29%3E%28%3F%3A%5B%5E%3C%5D%2A%29%3C%5C%2Fa%3E%2Fis'
         11        SEND_VAR                                                 !1
         12        SEND_REF                                                 !2
         13        DO_ICALL                                                 
    8    14        INIT_FCALL                                               'print_r'
         15        SEND_VAR                                                 !2
         16        DO_ICALL                                                 
         17      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
166.33 ms | 1395 KiB | 21 Q