3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo <<<HERE onclick="javascript:modify_feed("$feed->name","$feed->url");" HERE;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/96WMl
function name:  (null)
number of ops:  9
compiled vars:  !0 = $feed
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ROPE_INIT                                     5  ~4      'onclick%3D%22javascript%3Amodify_feed%28%22'
          1        FETCH_OBJ_R                                      ~1      !0, 'name'
          2        ROPE_ADD                                      1  ~4      ~4, ~1
          3        ROPE_ADD                                      2  ~4      ~4, '%22%2C%22'
          4        FETCH_OBJ_R                                      ~2      !0, 'url'
          5        ROPE_ADD                                      3  ~4      ~4, ~2
          6        ROPE_END                                      4  ~3      ~4, '%22%29%3B%22'
          7        ECHO                                                     ~3
    4     8      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
158.63 ms | 1396 KiB | 13 Q