3v4l.org

run code in 300+ PHP versions simultaneously
<?php while($i < 1000) { $string = 'E:\Dropbox\Hemsidor\collection-test\movies\avatar\documents\actors.txt?'; preg_match('/\\\movies\\\([^\x5C]+)/', $string, $matchs); ob_start(); echo $matchs[1]; ob_end_clean(); }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 13
Branch analysis from position: 13
2 jumps found. (Code = 44) Position 1 = 15, Position 2 = 1
Branch analysis from position: 15
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 1
2 jumps found. (Code = 44) Position 1 = 15, Position 2 = 1
Branch analysis from position: 15
Branch analysis from position: 1
filename:       /in/NRLQH
function name:  (null)
number of ops:  16
compiled vars:  !0 = $string, !1 = $matchs, !2 = $i
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E > > JMP                                                      ->13
    5     1    >   ASSIGN                                                   !0, 'E%3A%5CDropbox%5CHemsidor%5Ccollection-test%5Cmovies%5Cavatar%5Cdocuments%5Cactors.txt%3F'
    6     2        INIT_FCALL                                               'preg_match'
          3        SEND_VAL                                                 '%2F%5C%5Cmovies%5C%5C%28%5B%5E%5Cx5C%5D%2B%29%2F'
          4        SEND_VAR                                                 !0
          5        SEND_REF                                                 !1
          6        DO_ICALL                                                 
    7     7        INIT_FCALL                                               'ob_start'
          8        DO_ICALL                                                 
    8     9        FETCH_DIM_R                                      ~6      !1, 1
         10        ECHO                                                     ~6
    9    11        INIT_FCALL                                               'ob_end_clean'
         12        DO_ICALL                                                 
    3    13    >   IS_SMALLER                                               !2, 1000
         14      > JMPNZ                                                    ~8, ->1
   10    15    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.74 ms | 1395 KiB | 19 Q