3v4l.org

run code in 300+ PHP versions simultaneously
<?php $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/mbS7U
function name:  (null)
number of ops:  5
compiled vars:  !0 = $upda, !1 = $row
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   FETCH_DIM_R                                      ~2      !1, 'Naam'
          1        CONCAT                                           ~3      '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', ~2
          2        CONCAT                                           ~4      ~3, '%27'
    2     3        ASSIGN                                                   !0, ~4
    4     4      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
156.78 ms | 1392 KiB | 13 Q