3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.34 ms | 1385 KiB | 17 Q