3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = 3; $b = 4; $c = 5; $results = ($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/LNFIM
function name:  (null)
number of ops:  15
compiled vars:  !0 = $a, !1 = $b, !2 = $c, !3 = $results, !4 = $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                                         ~8      !0, 3
          4      > JMPZ_EX                                          ~8      ~8, ->7
          5    >   IS_IDENTICAL                                     ~9      !1, 4
          6        BOOL                                             ~8      ~9
          7    > > JMPZ_EX                                          ~8      ~8, ->10
          8    >   IS_NOT_IDENTICAL                                 ~10     !2, 5
          9        BOOL                                             ~8      ~10
         10    >   ASSIGN                                                   !3, ~8
    7    11        INIT_FCALL                                               'var_dump'
         12        SEND_VAR                                                 !4
         13        DO_ICALL                                                 
         14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
162.02 ms | 1394 KiB | 15 Q