3v4l.org

run code in 500+ PHP versions simultaneously
<?php define('PLANET', 'Earth'); echo "You are on planet " . PLANET . "\n";
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/28JdP
function name:  (null)
number of ops:  9
compiled vars:  none
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                                   'define'
          1        SEND_VAL                                                     'PLANET'
          2        SEND_VAL                                                     'Earth'
          3        DO_ICALL                                                     
    5     4        FETCH_CONSTANT                                       ~1      'PLANET'
          5        CONCAT                                               ~2      'You+are+on+planet+', ~1
          6        CONCAT                                               ~3      ~2, '%0A'
          7        ECHO                                                         ~3
          8      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
158.76 ms | 2097 KiB | 14 Q