3v4l.org

run code in 300+ PHP versions simultaneously
<?php $row['Naam']= "0"; $upda = "SELECT COUNT(*) FROM `stage_inloggen` WHERE Seen > DATE_SUB(NOW(), INTERVAL 10 MINUTE) AND `Gebruikersnaam` = '".$row['Naam']."'";
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/s4tR6
function name:  (null)
number of ops:  7
compiled vars:  !0 = $row, !1 = $upda
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN_DIM                                               !0, 'Naam'
          1        OP_DATA                                                  '0'
    5     2        FETCH_DIM_R                                      ~3      !0, 'Naam'
          3        CONCAT                                           ~4      'SELECT+COUNT%28%2A%29+%0A++++FROM+%60stage_inloggen%60+WHERE+Seen+%3E+DATE_SUB%28NOW%28%29%2C+INTERVAL+10+MINUTE%29+%0A++++AND+%60Gebruikersnaam%60+%3D+%27', ~3
          4        CONCAT                                           ~5      ~4, '%27'
    3     5        ASSIGN                                                   !1, ~5
    5     6      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
143.46 ms | 1397 KiB | 13 Q