3v4l.org

run code in 300+ PHP versions simultaneously
<?php $_GET['lastname'] = "O'Reilly"; $lastname = $_GET['lastname']; echo $lastname;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/08KCc
function name:  (null)
number of ops:  8
compiled vars:  !0 = $lastname
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   FETCH_W                      global              $1      '_GET'
          1        ASSIGN_DIM                                               $1, 'lastname'
          2        OP_DATA                                                  'O%27Reilly'
    3     3        FETCH_R                      global              ~3      '_GET'
          4        FETCH_DIM_R                                      ~4      ~3, 'lastname'
          5        ASSIGN                                                   !0, ~4
    4     6        ECHO                                                     !0
          7      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
158.06 ms | 1392 KiB | 13 Q