3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo false; // [nothing] echo null; // [nothing] var_dump(false,null); echo (string) false,(string) null;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/JcmPv
function name:  (null)
number of ops:  11
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ECHO                                                     <false>
    4     1        ECHO                                                     null
    5     2        INIT_FCALL                                               'var_dump'
          3        SEND_VAL                                                 <false>
          4        SEND_VAL                                                 null
          5        DO_ICALL                                                 
    6     6        CAST                                          6  ~1      <false>
          7        ECHO                                                     ~1
          8        CAST                                          6  ~2      null
          9        ECHO                                                     ~2
         10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.29 ms | 1393 KiB | 15 Q