3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.85 ms | 1394 KiB | 15 Q