3v4l.org

run code in 300+ PHP versions simultaneously
<?php //define("true",0); // notice: constant true already defined in... define("TRUE",false); echo true; echo TRUE; $c = constant("TRUE");
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/54GpL
function name:  (null)
number of ops:  11
compiled vars:  !0 = $c
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        ECHO                                                     <true>
    5     5        ECHO                                                     <true>
    6     6        INIT_FCALL                                               'constant'
          7        SEND_VAL                                                 'TRUE'
          8        DO_ICALL                                         $2      
          9        ASSIGN                                                   !0, $2
         10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
164.74 ms | 1398 KiB | 17 Q