3v4l.org

run code in 300+ PHP versions simultaneously
<?php $t1select = "teamvalue"; $sql1 = "SELECT * FROM `allsquads` WHERE `Team` = '$t1select' AND `Position` = '3' OR `Secondary` = '4'"; echo sql1;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/amin6
function name:  (null)
number of ops:  8
compiled vars:  !0 = $t1select, !1 = $sql1
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'teamvalue'
    6     1        ROPE_INIT                                     3  ~4      'SELECT+%2A+FROM+%60allsquads%60+WHERE+%60Team%60+%3D+%27'
          2        ROPE_ADD                                      1  ~4      ~4, !0
          3        ROPE_END                                      2  ~3      ~4, '%27+AND+%60Position%60+%3D+%273%27+OR+%60Secondary%60+%3D+%274%27'
          4        ASSIGN                                                   !1, ~3
   10     5        FETCH_CONSTANT                                   ~7      'sql1'
          6        ECHO                                                     ~7
          7      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
167.24 ms | 1392 KiB | 13 Q