3v4l.org

run code in 300+ PHP versions simultaneously
<?php define("TRUE", false); define("FALSE", true); if (TRUE) { echo "TRUE"; } else { echo "FALSE"; }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 9, Position 2 = 11
Branch analysis from position: 9
1 jumps found. (Code = 42) Position 1 = 12
Branch analysis from position: 12
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 11
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/pX5Fc
function name:  (null)
number of ops:  13
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                                                 
    4     4        INIT_FCALL                                               'define'
          5        SEND_VAL                                                 'FALSE'
          6        SEND_VAL                                                 <true>
          7        DO_ICALL                                                 
    6     8      > JMPZ                                                     <true>, ->11
    7     9    >   ECHO                                                     'TRUE'
         10      > JMP                                                      ->12
    9    11    >   ECHO                                                     'FALSE'
   10    12    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
161.44 ms | 1385 KiB | 15 Q