3v4l.org

run code in 300+ PHP versions simultaneously
<?php $_GETO['complr'] = 'complr'; $_GETO['complc'] = 'complc'; $reunion_url = 'reunion_url'; $course_url = 'course_url'; list($voiture, $bus) = (isset($_GETO['complr'], $_GETO['complc'])) ? [$_GETO['complr'], $_GETO['complc']] : [$reunion_url, $course_url]; echo $voiture; echo "\n"; echo $bus;
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 46) Position 1 = 8, Position 2 = 10
Branch analysis from position: 8
2 jumps found. (Code = 43) Position 1 = 11, Position 2 = 17
Branch analysis from position: 11
1 jumps found. (Code = 42) Position 1 = 20
Branch analysis from position: 20
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 17
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 10
filename:       /in/r4gfW
function name:  (null)
number of ops:  29
compiled vars:  !0 = $_GETO, !1 = $reunion_url, !2 = $course_url, !3 = $voiture, !4 = $bus
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN_DIM                                               !0, 'complr'
          1        OP_DATA                                                  'complr'
    5     2        ASSIGN_DIM                                               !0, 'complc'
          3        OP_DATA                                                  'complc'
    7     4        ASSIGN                                                   !1, 'reunion_url'
    9     5        ASSIGN                                                   !2, 'course_url'
   11     6        ISSET_ISEMPTY_DIM_OBJ                         0  ~9      !0, 'complr'
          7      > JMPZ_EX                                          ~9      ~9, ->10
          8    >   ISSET_ISEMPTY_DIM_OBJ                         0  ~10     !0, 'complc'
          9        BOOL                                             ~9      ~10
         10    > > JMPZ                                                     ~9, ->17
         11    >   FETCH_DIM_R                                      ~11     !0, 'complr'
         12        INIT_ARRAY                                       ~12     ~11
         13        FETCH_DIM_R                                      ~13     !0, 'complc'
         14        ADD_ARRAY_ELEMENT                                ~12     ~13
         15        QM_ASSIGN                                        ~14     ~12
         16      > JMP                                                      ->20
         17    >   INIT_ARRAY                                       ~15     !1
         18        ADD_ARRAY_ELEMENT                                ~15     !2
         19        QM_ASSIGN                                        ~14     ~15
         20    >   FETCH_LIST_R                                     $16     ~14, 0
         21        ASSIGN                                                   !3, $16
         22        FETCH_LIST_R                                     $18     ~14, 1
         23        ASSIGN                                                   !4, $18
         24        FREE                                                     ~14
   13    25        ECHO                                                     !3
   14    26        ECHO                                                     '%0A'
   15    27        ECHO                                                     !4
         28      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
176.73 ms | 1395 KiB | 13 Q