3v4l.org

run code in 300+ PHP versions simultaneously
<?php $row->edit_node = 98; echo "<a href='"/".".$row->edit_node."'>Edit</a>"; echo "hii";
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/hcbUe
function name:  (null)
number of ops:  9
compiled vars:  !0 = $row
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN_OBJ                                               !0, 'edit_node'
          1        OP_DATA                                                  98
    3     2        DIV                                              ~2      '%3Ca+href%3D%27', '.'
          3        FETCH_OBJ_R                                      ~3      !0, 'edit_node'
          4        CONCAT                                           ~4      ~2, ~3
          5        CONCAT                                           ~5      ~4, '%27%3EEdit%3C%2Fa%3E'
          6        ECHO                                                     ~5
    4     7        ECHO                                                     'hii'
          8      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.3 ms | 1392 KiB | 13 Q