3v4l.org

run code in 300+ PHP versions simultaneously
<?php $b = 4; $c = 7; $d = 8; $e = 9; $f = 11; if((!empty($a) || !empty($b)) && !empty($c) && !empty($d) && !empty($e) && !empty($f)) { echo "Podmínka splněná!"; } else { echo "Podmínka nesplněná!"; } ?>
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 47) Position 1 = 8, Position 2 = 11
Branch analysis from position: 8
2 jumps found. (Code = 46) Position 1 = 12, Position 2 = 15
Branch analysis from position: 12
2 jumps found. (Code = 46) Position 1 = 16, Position 2 = 19
Branch analysis from position: 16
2 jumps found. (Code = 46) Position 1 = 20, Position 2 = 23
Branch analysis from position: 20
2 jumps found. (Code = 46) Position 1 = 24, Position 2 = 27
Branch analysis from position: 24
2 jumps found. (Code = 43) Position 1 = 28, Position 2 = 30
Branch analysis from position: 28
1 jumps found. (Code = 42) Position 1 = 31
Branch analysis from position: 31
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 30
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 27
Branch analysis from position: 23
Branch analysis from position: 19
Branch analysis from position: 15
Branch analysis from position: 11
filename:       /in/dtfll
function name:  (null)
number of ops:  32
compiled vars:  !0 = $b, !1 = $c, !2 = $d, !3 = $e, !4 = $f, !5 = $a
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 4
    3     1        ASSIGN                                                   !1, 7
    4     2        ASSIGN                                                   !2, 8
    5     3        ASSIGN                                                   !3, 9
    6     4        ASSIGN                                                   !4, 11
    8     5        ISSET_ISEMPTY_CV                                 ~11     !5
          6        BOOL_NOT                                         ~12     ~11
          7      > JMPNZ_EX                                         ~12     ~12, ->11
          8    >   ISSET_ISEMPTY_CV                                 ~13     !0
          9        BOOL_NOT                                         ~14     ~13
         10        BOOL                                             ~12     ~14
         11    > > JMPZ_EX                                          ~12     ~12, ->15
         12    >   ISSET_ISEMPTY_CV                                 ~15     !1
         13        BOOL_NOT                                         ~16     ~15
         14        BOOL                                             ~12     ~16
         15    > > JMPZ_EX                                          ~12     ~12, ->19
         16    >   ISSET_ISEMPTY_CV                                 ~17     !2
         17        BOOL_NOT                                         ~18     ~17
         18        BOOL                                             ~12     ~18
         19    > > JMPZ_EX                                          ~12     ~12, ->23
         20    >   ISSET_ISEMPTY_CV                                 ~19     !3
         21        BOOL_NOT                                         ~20     ~19
         22        BOOL                                             ~12     ~20
         23    > > JMPZ_EX                                          ~12     ~12, ->27
         24    >   ISSET_ISEMPTY_CV                                 ~21     !4
         25        BOOL_NOT                                         ~22     ~21
         26        BOOL                                             ~12     ~22
         27    > > JMPZ                                                     ~12, ->30
    9    28    >   ECHO                                                     'Podm%C3%ADnka+spln%C4%9Bn%C3%A1%21'
         29      > JMP                                                      ->31
   11    30    >   ECHO                                                     'Podm%C3%ADnka+nespln%C4%9Bn%C3%A1%21'
   13    31    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
146.17 ms | 1395 KiB | 13 Q