3v4l.org

run code in 300+ PHP versions simultaneously
<?php IF($typ==2) { $tmp_id=$_COOKIE['zalogowany_id_copy']; $tmp_login=$_COOKIE['zalogowany_login_copy']; } ELSE { $tmp_id=$_COOKIE['zalogowany_id']; $tmp_login=$_COOKIE['zalogowany_login']; }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 2, Position 2 = 9
Branch analysis from position: 2
1 jumps found. (Code = 42) Position 1 = 15
Branch analysis from position: 15
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 9
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/d8hjZ
function name:  (null)
number of ops:  16
compiled vars:  !0 = $typ, !1 = $tmp_id, !2 = $tmp_login
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   IS_EQUAL                                                 !0, 2
          1      > JMPZ                                                     ~3, ->9
    3     2    >   FETCH_R                      global              ~4      '_COOKIE'
          3        FETCH_DIM_R                                      ~5      ~4, 'zalogowany_id_copy'
          4        ASSIGN                                                   !1, ~5
    4     5        FETCH_R                      global              ~7      '_COOKIE'
          6        FETCH_DIM_R                                      ~8      ~7, 'zalogowany_login_copy'
          7        ASSIGN                                                   !2, ~8
          8      > JMP                                                      ->15
    7     9    >   FETCH_R                      global              ~10     '_COOKIE'
         10        FETCH_DIM_R                                      ~11     ~10, 'zalogowany_id'
         11        ASSIGN                                                   !1, ~11
    8    12        FETCH_R                      global              ~13     '_COOKIE'
         13        FETCH_DIM_R                                      ~14     ~13, 'zalogowany_login'
         14        ASSIGN                                                   !2, ~14
   10    15    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
156.07 ms | 1394 KiB | 13 Q