3v4l.org

run code in 300+ PHP versions simultaneously
<?php if(isset($params["id"])) { echo "id = " . $params["id"] . "<br><br>"; } if(isset($params["function"])) { echo "function = " . $params["function"] . "<br><br>"; } if(isset($params["thirdc"])); { echo "third = " . $params["third"] . "<br><br>"; }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 2, Position 2 = 6
Branch analysis from position: 2
2 jumps found. (Code = 43) Position 1 = 8, Position 2 = 12
Branch analysis from position: 8
2 jumps found. (Code = 43) Position 1 = 14, Position 2 = 14
Branch analysis from position: 14
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 14
Branch analysis from position: 12
Branch analysis from position: 6
filename:       /in/Ro1ZV
function name:  (null)
number of ops:  19
compiled vars:  !0 = $params
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ISSET_ISEMPTY_DIM_OBJ                         0          !0, 'id'
          1      > JMPZ                                                     ~1, ->6
    5     2    >   FETCH_DIM_R                                      ~2      !0, 'id'
          3        CONCAT                                           ~3      'id+%3D+', ~2
          4        CONCAT                                           ~4      ~3, '%3Cbr%3E%3Cbr%3E'
          5        ECHO                                                     ~4
    7     6    >   ISSET_ISEMPTY_DIM_OBJ                         0          !0, 'function'
          7      > JMPZ                                                     ~5, ->12
    9     8    >   FETCH_DIM_R                                      ~6      !0, 'function'
          9        CONCAT                                           ~7      'function+%3D+', ~6
         10        CONCAT                                           ~8      ~7, '%3Cbr%3E%3Cbr%3E'
         11        ECHO                                                     ~8
   11    12    >   ISSET_ISEMPTY_DIM_OBJ                         0          !0, 'thirdc'
         13      > JMPZ                                                     ~9, ->14
   13    14    >   FETCH_DIM_R                                      ~10     !0, 'third'
         15        CONCAT                                           ~11     'third+%3D+', ~10
         16        CONCAT                                           ~12     ~11, '%3Cbr%3E%3Cbr%3E'
         17        ECHO                                                     ~12
   14    18      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
148.82 ms | 1393 KiB | 13 Q