3v4l.org

run code in 500+ PHP versions simultaneously
<?php define('TRUE', false); var_dump(true); var_dump(TRUE); var_dump(constant('TRUE')); var_dump(constant('true'));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/M1ZrQ
function name:  (null)
number of ops:  23
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                                                     <false>
          3        DO_ICALL                                                     
    5     4        INIT_FCALL                                                   'var_dump'
          5        SEND_VAL                                                     <true>
          6        DO_ICALL                                                     
    6     7        INIT_FCALL                                                   'var_dump'
          8        SEND_VAL                                                     <true>
          9        DO_ICALL                                                     
    7    10        INIT_FCALL                                                   'var_dump'
         11        INIT_FCALL                                                   'constant'
         12        SEND_VAL                                                     'TRUE'
         13        DO_ICALL                                             $3      
         14        SEND_VAR                                                     $3
         15        DO_ICALL                                                     
    8    16        INIT_FCALL                                                   'var_dump'
         17        INIT_FCALL                                                   'constant'
         18        SEND_VAL                                                     'true'
         19        DO_ICALL                                             $5      
         20        SEND_VAR                                                     $5
         21        DO_ICALL                                                     
         22      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
159.25 ms | 2225 KiB | 11 Q