3v4l.org

run code in 300+ PHP versions simultaneously
<?php $row['website'] = "<a href=\"{$row['website']['0']}\" rel=\"nofollow\">{$row['website']['1']}</a>";
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/jefO9
function name:  (null)
number of ops:  12
compiled vars:  !0 = $row
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ROPE_INIT                                     5  ~7      '%3Ca+href%3D%22'
          1        FETCH_DIM_R                                      ~2      !0, 'website'
          2        FETCH_DIM_R                                      ~3      ~2, 0
          3        ROPE_ADD                                      1  ~7      ~7, ~3
          4        ROPE_ADD                                      2  ~7      ~7, '%22+rel%3D%22nofollow%22%3E'
          5        FETCH_DIM_R                                      ~4      !0, 'website'
          6        FETCH_DIM_R                                      ~5      ~4, 1
          7        ROPE_ADD                                      3  ~7      ~7, ~5
          8        ROPE_END                                      4  ~6      ~7, '%3C%2Fa%3E'
          9        ASSIGN_DIM                                               !0, 'website'
         10        OP_DATA                                                  ~6
         11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
159.79 ms | 1393 KiB | 13 Q