3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
136.28 ms | 1394 KiB | 15 Q