3v4l.org

run code in 300+ PHP versions simultaneously
<?php $re = array(); $rE['idsubevento']=1921; $rE['p19']='SI'; $rE['p20']='SI'; $rE['p21']='SI'; if($rE['idsubevento']==1921){ if($rE['p19']=='SI') $ventas++; if($rE['p20']=='SI') $ventas++; if($rE['p21']=='SI') $ventas++; } echo $ventas;
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 12, Position 2 = 24
Branch analysis from position: 12
2 jumps found. (Code = 43) Position 1 = 15, Position 2 = 16
Branch analysis from position: 15
2 jumps found. (Code = 43) Position 1 = 19, Position 2 = 20
Branch analysis from position: 19
2 jumps found. (Code = 43) Position 1 = 23, Position 2 = 24
Branch analysis from position: 23
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 24
Branch analysis from position: 20
Branch analysis from position: 16
Branch analysis from position: 24
filename:       /in/Vekmm
function name:  (null)
number of ops:  26
compiled vars:  !0 = $re, !1 = $rE, !2 = $ventas
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
    3     1        ASSIGN_DIM                                               !1, 'idsubevento'
          2        OP_DATA                                                  1921
    4     3        ASSIGN_DIM                                               !1, 'p19'
          4        OP_DATA                                                  'SI'
    5     5        ASSIGN_DIM                                               !1, 'p20'
          6        OP_DATA                                                  'SI'
    6     7        ASSIGN_DIM                                               !1, 'p21'
          8        OP_DATA                                                  'SI'
    7     9        FETCH_DIM_R                                      ~8      !1, 'idsubevento'
         10        IS_EQUAL                                                 ~8, 1921
         11      > JMPZ                                                     ~9, ->24
    8    12    >   FETCH_DIM_R                                      ~10     !1, 'p19'
         13        IS_EQUAL                                                 ~10, 'SI'
         14      > JMPZ                                                     ~11, ->16
         15    >   PRE_INC                                                  !2
    9    16    >   FETCH_DIM_R                                      ~13     !1, 'p20'
         17        IS_EQUAL                                                 ~13, 'SI'
         18      > JMPZ                                                     ~14, ->20
         19    >   PRE_INC                                                  !2
   10    20    >   FETCH_DIM_R                                      ~16     !1, 'p21'
         21        IS_EQUAL                                                 ~16, 'SI'
         22      > JMPZ                                                     ~17, ->24
         23    >   PRE_INC                                                  !2
   13    24    >   ECHO                                                     !2
         25      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.22 ms | 1395 KiB | 13 Q