3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo "INSERT INTO requests (hits, userid, cat, request, imdblink, descr, added) VALUES(1, 1, 1, 1, '".$imdbLink."', 1, '" . get_date_time() . "')";
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/sEGWN
function name:  (null)
number of ops:  8
compiled vars:  !0 = $imdbLink
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   CONCAT                                           ~1      'INSERT+INTO+requests+%28hits%2C+userid%2C+cat%2C+request%2C+imdblink%2C+descr%2C+added%29+VALUES%281%2C+1%2C+1%2C+1%2C+%27', !0
          1        CONCAT                                           ~2      ~1, '%27%2C+1%2C+%27'
          2        INIT_FCALL_BY_NAME                                       'get_date_time'
          3        DO_FCALL                                      0  $3      
          4        CONCAT                                           ~4      ~2, $3
          5        CONCAT                                           ~5      ~4, '%27%29'
          6        ECHO                                                     ~5
          7      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
146.99 ms | 1392 KiB | 13 Q