3v4l.org

run code in 300+ PHP versions simultaneously
<?php //i used below 2 lines just for creating stdClass object, so it's not for your use $diReturn = array('diID'=>1); $diReturn = json_decode(json_encode($diReturn)); echo "<td width='150'> <a href='didata.php?id=". $diReturn->diID ."' class='blinking'><span> View </span> </a> </td> ";
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/MsjTk
function name:  (null)
number of ops:  13
compiled vars:  !0 = $diReturn
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   ASSIGN                                                   !0, <array>
    5     1        INIT_FCALL                                               'json_decode'
          2        INIT_FCALL                                               'json_encode'
          3        SEND_VAR                                                 !0
          4        DO_ICALL                                         $2      
          5        SEND_VAR                                                 $2
          6        DO_ICALL                                         $3      
          7        ASSIGN                                                   !0, $3
    8     8        FETCH_OBJ_R                                      ~5      !0, 'diID'
          9        CONCAT                                           ~6      '%3Ctd+width%3D%27150%27%3E+%3Ca+href%3D%27didata.php%3Fid%3D', ~5
         10        CONCAT                                           ~7      ~6, '%27+class%3D%27blinking%27%3E%3Cspan%3E+View+%3C%2Fspan%3E+%3C%2Fa%3E+%3C%2Ftd%3E+'
         11        ECHO                                                     ~7
         12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
130.75 ms | 1398 KiB | 17 Q