3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo (int)(false || false && false || true)."\n"; echo (int)(false || false and false || true)."\n";
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/gillU
function name:  (null)
number of ops:  7
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   CAST                                          4  ~0      <true>
          1        CONCAT                                           ~1      ~0, '%0A'
          2        ECHO                                                     ~1
    4     3        CAST                                          4  ~2      <false>
          4        CONCAT                                           ~3      ~2, '%0A'
          5        ECHO                                                     ~3
          6      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
178.2 ms | 1392 KiB | 13 Q