3v4l.org

run code in 300+ PHP versions simultaneously
<?php define("lol", "wat"); define("die", "foo"); echo lol; echo die;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 79) Position 1 = -2
filename:       /in/NlHpk
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                                                 'lol'
          2        SEND_VAL                                                 'wat'
          3        DO_ICALL                                                 
    4     4        INIT_FCALL                                               'define'
          5        SEND_VAL                                                 'die'
          6        SEND_VAL                                                 'foo'
          7        DO_ICALL                                                 
    6     8        FETCH_CONSTANT                                   ~2      'lol'
          9        ECHO                                                     ~2
    7    10      > EXIT                                                     
         11*       ECHO                                                     <true>
         12*     > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
170.82 ms | 1394 KiB | 15 Q