3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = 3; $b = 4; $c = 5; $result = ($a == 3) && ($b == 4) && ($c == 5); var_dump($result);
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 46) Position 1 = 5, Position 2 = 7
Branch analysis from position: 5
2 jumps found. (Code = 46) Position 1 = 8, Position 2 = 10
Branch analysis from position: 8
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 10
Branch analysis from position: 7
filename:       /in/CFGl2
function name:  (null)
number of ops:  15
compiled vars:  !0 = $a, !1 = $b, !2 = $c, !3 = $result
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 3
    3     1        ASSIGN                                                   !1, 4
    4     2        ASSIGN                                                   !2, 5
    6     3        IS_EQUAL                                         ~7      !0, 3
          4      > JMPZ_EX                                          ~7      ~7, ->7
          5    >   IS_EQUAL                                         ~8      !1, 4
          6        BOOL                                             ~7      ~8
          7    > > JMPZ_EX                                          ~7      ~7, ->10
          8    >   IS_EQUAL                                         ~9      !2, 5
          9        BOOL                                             ~7      ~9
         10    >   ASSIGN                                                   !3, ~7
    7    11        INIT_FCALL                                               'var_dump'
         12        SEND_VAR                                                 !3
         13        DO_ICALL                                                 
         14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
168.12 ms | 1394 KiB | 15 Q