3v4l.org

run code in 300+ PHP versions simultaneously
<?php $res = mysql_query(" DELETE FROM `".$tbl_name."` WHERE `username`='".$_REQUEST['user']."' "); echo isset($res);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/LDsRn
function name:  (null)
number of ops:  13
compiled vars:  !0 = $res, !1 = $tbl_name
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL_BY_NAME                                       'mysql_query'
          1        CONCAT                                           ~2      '+DELETE+FROM+%60', !1
          2        CONCAT                                           ~3      ~2, '%60+WHERE+%60username%60%3D%27'
          3        FETCH_R                      global              ~4      '_REQUEST'
          4        FETCH_DIM_R                                      ~5      ~4, 'user'
          5        CONCAT                                           ~6      ~3, ~5
          6        CONCAT                                           ~7      ~6, '%27+'
          7        SEND_VAL_EX                                              ~7
          8        DO_FCALL                                      0  $8      
          9        ASSIGN                                                   !0, $8
    4    10        ISSET_ISEMPTY_CV                                 ~10     !0
         11        ECHO                                                     ~10
         12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.88 ms | 1392 KiB | 13 Q