3v4l.org

run code in 300+ PHP versions simultaneously
<?php if (!defined('SEATMEDIAPORTAL_API_KEY')) { define('SEATMEDIAPORTAL_API_KEY', 'JNSDO235GHOVBR90IGIVLSIVIS74626BLDVB'); } $params = array($item['email'], null, null, 'brandportal'); // Jesli zapomniano podac klucz API dilera - dopisujemy go na poczatku argumentow. if (!in_array(SEATMEDIAPORTAL_API_KEY, $params)) { array_unshift($params, SEATMEDIAPORTAL_API_KEY); } var_dump($params);
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 3, Position 2 = 7
Branch analysis from position: 3
2 jumps found. (Code = 43) Position 1 = 20, Position 2 = 25
Branch analysis from position: 20
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 25
Branch analysis from position: 7
filename:       /in/SXaq3
function name:  (null)
number of ops:  29
compiled vars:  !0 = $params, !1 = $item
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   DEFINED                                          ~2      'SEATMEDIAPORTAL_API_KEY'
          1        BOOL_NOT                                         ~3      ~2
          2      > JMPZ                                                     ~3, ->7
    3     3    >   INIT_FCALL                                               'define'
          4        SEND_VAL                                                 'SEATMEDIAPORTAL_API_KEY'
          5        SEND_VAL                                                 'JNSDO235GHOVBR90IGIVLSIVIS74626BLDVB'
          6        DO_ICALL                                                 
    6     7    >   FETCH_DIM_R                                      ~5      !1, 'email'
          8        INIT_ARRAY                                       ~6      ~5
          9        ADD_ARRAY_ELEMENT                                ~6      null
         10        ADD_ARRAY_ELEMENT                                ~6      null
         11        ADD_ARRAY_ELEMENT                                ~6      'brandportal'
         12        ASSIGN                                                   !0, ~6
    9    13        INIT_FCALL                                               'in_array'
         14        FETCH_CONSTANT                                   ~8      'SEATMEDIAPORTAL_API_KEY'
         15        SEND_VAL                                                 ~8
         16        SEND_VAR                                                 !0
         17        DO_ICALL                                         $9      
         18        BOOL_NOT                                         ~10     $9
         19      > JMPZ                                                     ~10, ->25
   10    20    >   INIT_FCALL                                               'array_unshift'
         21        SEND_REF                                                 !0
         22        FETCH_CONSTANT                                   ~11     'SEATMEDIAPORTAL_API_KEY'
         23        SEND_VAL                                                 ~11
         24        DO_ICALL                                                 
   12    25    >   INIT_FCALL                                               'var_dump'
         26        SEND_VAR                                                 !0
         27        DO_ICALL                                                 
         28      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.94 ms | 1396 KiB | 21 Q