3v4l.org

run code in 300+ PHP versions simultaneously
<?php $cat2 = [ 'id' => 85, 'name' => 'a' ]; echo '<td><a href="#">Edit</a> | <a href="javascript:delpost(\'' . $cat2['id'] . '\',\'' . $cat2['name'] . '\')">Delete</a></td>';
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/qpeM6
function name:  (null)
number of ops:  9
compiled vars:  !0 = $cat2
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
    7     1        FETCH_DIM_R                                      ~2      !0, 'id'
          2        CONCAT                                           ~3      '%3Ctd%3E%3Ca+href%3D%22%23%22%3EEdit%3C%2Fa%3E+%7C+%3Ca+href%3D%22javascript%3Adelpost%28%27', ~2
          3        CONCAT                                           ~4      ~3, '%27%2C%27'
          4        FETCH_DIM_R                                      ~5      !0, 'name'
          5        CONCAT                                           ~6      ~4, ~5
          6        CONCAT                                           ~7      ~6, '%27%29%22%3EDelete%3C%2Fa%3E%3C%2Ftd%3E'
          7        ECHO                                                     ~7
          8      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
132.5 ms | 995 KiB | 13 Q