3v4l.org

run code in 300+ PHP versions simultaneously
<?php $list = array( 'http://localhost/snowball/multi_tag/', 'http://localhost/snowball/shot_manager/shotcontent.php', 'http://localhost/snowball/home_operator.php' ); foreach( $list as $elem ) { echo $elem . "\n"; echo preg_match( '/(?:multi_tag)/i', $elem ); echo str_pad('', 80, '='); }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 2, Position 2 = 17
Branch analysis from position: 2
2 jumps found. (Code = 78) Position 1 = 3, Position 2 = 17
Branch analysis from position: 3
1 jumps found. (Code = 42) Position 1 = 2
Branch analysis from position: 2
Branch analysis from position: 17
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 17
filename:       /in/OsFOd
function name:  (null)
number of ops:  19
compiled vars:  !0 = $list, !1 = $elem
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
    9     1      > FE_RESET_R                                       $3      !0, ->17
          2    > > FE_FETCH_R                                               $3, !1, ->17
   10     3    >   CONCAT                                           ~4      !1, '%0A'
          4        ECHO                                                     ~4
   11     5        INIT_FCALL                                               'preg_match'
          6        SEND_VAL                                                 '%2F%28%3F%3Amulti_tag%29%2Fi'
          7        SEND_VAR                                                 !1
          8        DO_ICALL                                         $5      
          9        ECHO                                                     $5
   12    10        INIT_FCALL                                               'str_pad'
         11        SEND_VAL                                                 ''
         12        SEND_VAL                                                 80
         13        SEND_VAL                                                 '%3D'
         14        DO_ICALL                                         $6      
         15        ECHO                                                     $6
    9    16      > JMP                                                      ->2
         17    >   FE_FREE                                                  $3
   13    18      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
152.98 ms | 1395 KiB | 17 Q