3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = true; $b = "ceva"; $c = 0; if (($a == $b) && ($b == $c)) { // daca sunt egale intre ele var_dump($a); var_dump($c); echo 'sunt egale'; }
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 = 43) Position 1 = 8, Position 2 = 15
Branch analysis from position: 8
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 15
Branch analysis from position: 7
filename:       /in/SibDp
function name:  (null)
number of ops:  16
compiled vars:  !0 = $a, !1 = $b, !2 = $c
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <true>
    4     1        ASSIGN                                                   !1, 'ceva'
    5     2        ASSIGN                                                   !2, 0
    7     3        IS_EQUAL                                         ~6      !0, !1
          4      > JMPZ_EX                                          ~6      ~6, ->7
          5    >   IS_EQUAL                                         ~7      !1, !2
          6        BOOL                                             ~6      ~7
          7    > > JMPZ                                                     ~6, ->15
    8     8    >   INIT_FCALL                                               'var_dump'
          9        SEND_VAR                                                 !0
         10        DO_ICALL                                                 
    9    11        INIT_FCALL                                               'var_dump'
         12        SEND_VAR                                                 !2
         13        DO_ICALL                                                 
   10    14        ECHO                                                     'sunt+egale'
   11    15    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
157.97 ms | 1394 KiB | 15 Q