3v4l.org

run code in 300+ PHP versions simultaneously
<?php static $root; if (!isset($root)) { $root = "C:\\Users\\leep\\Documents\\Visual Studio 2013\\Projects\\cashview2"; if(substr($root, -1, 1) != '/' ) { $root .= '/'; } } ?>
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 4, Position 2 = 13
Branch analysis from position: 4
2 jumps found. (Code = 43) Position 1 = 12, Position 2 = 13
Branch analysis from position: 12
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 13
Branch analysis from position: 13
filename:       /in/7QLrj
function name:  (null)
number of ops:  14
compiled vars:  !0 = $root
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   BIND_STATIC                                              !0
    4     1        ISSET_ISEMPTY_CV                                 ~1      !0
          2        BOOL_NOT                                         ~2      ~1
          3      > JMPZ                                                     ~2, ->13
    6     4    >   ASSIGN                                                   !0, 'C%3A%5CUsers%5Cleep%5CDocuments%5CVisual+Studio+2013%5CProjects%5Ccashview2'
    7     5        INIT_FCALL                                               'substr'
          6        SEND_VAR                                                 !0
          7        SEND_VAL                                                 -1
          8        SEND_VAL                                                 1
          9        DO_ICALL                                         $4      
         10        IS_NOT_EQUAL                                             $4, '%2F'
         11      > JMPZ                                                     ~5, ->13
    9    12    >   ASSIGN_OP                                     8          !0, '%2F'
   14    13    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
174.52 ms | 1394 KiB | 15 Q