3v4l.org

run code in 300+ PHP versions simultaneously
<?php if(isset($_COOKIE['username'])){ echo $_COOKIE['username']." Is that you?"; } else { echo "Marș, fă!!"; } ?>
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 3, Position 2 = 8
Branch analysis from position: 3
1 jumps found. (Code = 42) Position 1 = 9
Branch analysis from position: 9
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 8
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Z0tKC
function name:  (null)
number of ops:  10
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   FETCH_IS                                         ~0      '_COOKIE'
          1        ISSET_ISEMPTY_DIM_OBJ                         0          ~0, 'username'
          2      > JMPZ                                                     ~1, ->8
    4     3    >   FETCH_R                      global              ~2      '_COOKIE'
          4        FETCH_DIM_R                                      ~3      ~2, 'username'
          5        CONCAT                                           ~4      ~3, '+Is+that+you%3F'
          6        ECHO                                                     ~4
          7      > JMP                                                      ->9
    6     8    >   ECHO                                                     'Mar%C8%99%2C+f%C4%83%21%21'
    7     9    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
142.06 ms | 1393 KiB | 13 Q