3v4l.org

run code in 300+ PHP versions simultaneously
<?php define('TRUE', 42); var_dump(TRUE); define('FALSE', 43); var_dump(FALSE); define('false', 45); var_dump(false);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/oYsbF
function name:  (null)
number of ops:  22
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'define'
          1        SEND_VAL                                                 'TRUE'
          2        SEND_VAL                                                 42
          3        DO_ICALL                                                 
    4     4        INIT_FCALL                                               'var_dump'
          5        SEND_VAL                                                 <true>
          6        DO_ICALL                                                 
    5     7        INIT_FCALL                                               'define'
          8        SEND_VAL                                                 'FALSE'
          9        SEND_VAL                                                 43
         10        DO_ICALL                                                 
    6    11        INIT_FCALL                                               'var_dump'
         12        SEND_VAL                                                 <false>
         13        DO_ICALL                                                 
    8    14        INIT_FCALL                                               'define'
         15        SEND_VAL                                                 'false'
         16        SEND_VAL                                                 45
         17        DO_ICALL                                                 
    9    18        INIT_FCALL                                               'var_dump'
         19        SEND_VAL                                                 <false>
         20        DO_ICALL                                                 
         21      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
168.09 ms | 1395 KiB | 17 Q