3v4l.org

run code in 300+ PHP versions simultaneously
<?php error_reporting(E_ALL); echo "http://$_SERVER[PHP_SELF]$_SERVER[SCRIPT_NAME]";
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/iRlST
function name:  (null)
number of ops:  12
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'error_reporting'
          1        SEND_VAL                                                 32767
          2        DO_ICALL                                                 
    3     3        ROPE_INIT                                     3  ~6      'http%3A%2F%2F'
          4        FETCH_R                      global              ~1      '_SERVER'
          5        FETCH_DIM_R                                      ~2      ~1, 'PHP_SELF'
          6        ROPE_ADD                                      1  ~6      ~6, ~2
          7        FETCH_R                      global              ~3      '_SERVER'
          8        FETCH_DIM_R                                      ~4      ~3, 'SCRIPT_NAME'
          9        ROPE_END                                      2  ~5      ~6, ~4
         10        ECHO                                                     ~5
         11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
197.65 ms | 1394 KiB | 15 Q