3v4l.org

run code in 300+ PHP versions simultaneously
<?php empty($command['controller']) && $command['controller'] = null; empty($command['action']) && $command['action'] = null; empty($command['data']) && $command['data'] = null; empty($command['id']) && $command['id'] = $key;
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 46) Position 1 = 2, Position 2 = 5
Branch analysis from position: 2
2 jumps found. (Code = 46) Position 1 = 7, Position 2 = 10
Branch analysis from position: 7
2 jumps found. (Code = 46) Position 1 = 12, Position 2 = 15
Branch analysis from position: 12
2 jumps found. (Code = 46) Position 1 = 17, Position 2 = 20
Branch analysis from position: 17
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 20
Branch analysis from position: 15
Branch analysis from position: 10
Branch analysis from position: 5
filename:       /in/2lJVm
function name:  (null)
number of ops:  21
compiled vars:  !0 = $command, !1 = $key
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ISSET_ISEMPTY_DIM_OBJ                         1  ~2      !0, 'controller'
          1      > JMPZ_EX                                          ~2      ~2, ->5
          2    >   ASSIGN_DIM                                       ~3      !0, 'controller'
          3        OP_DATA                                                  null
          4        BOOL                                             ~2      ~3
    3     5    >   ISSET_ISEMPTY_DIM_OBJ                         1  ~4      !0, 'action'
          6      > JMPZ_EX                                          ~4      ~4, ->10
          7    >   ASSIGN_DIM                                       ~5      !0, 'action'
          8        OP_DATA                                                  null
          9        BOOL                                             ~4      ~5
    4    10    >   ISSET_ISEMPTY_DIM_OBJ                         1  ~6      !0, 'data'
         11      > JMPZ_EX                                          ~6      ~6, ->15
         12    >   ASSIGN_DIM                                       ~7      !0, 'data'
         13        OP_DATA                                                  null
         14        BOOL                                             ~6      ~7
    5    15    >   ISSET_ISEMPTY_DIM_OBJ                         1  ~8      !0, 'id'
         16      > JMPZ_EX                                          ~8      ~8, ->20
         17    >   ASSIGN_DIM                                       ~9      !0, 'id'
         18        OP_DATA                                                  !1
         19        BOOL                                             ~8      ~9
         20    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.86 ms | 1394 KiB | 13 Q