3v4l.org

run code in 300+ PHP versions simultaneously
<?php $sql = sprintf("SELECT ul.user_id, u.nickname, u.avatar ,u.intro, u.gender, u.points, ul.lng, ul.lat, ul.car_no FROM user_location ul INNER JOIN user u ON ul.user_id=u.id GROUP BY ul.user_id WHERE geohash LIKE '%s%%'", 'x'); echo $sql;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/AEF9C
function name:  (null)
number of ops:  7
compiled vars:  !0 = $sql
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'sprintf'
          1        SEND_VAL                                                 'SELECT+ul.user_id%2C+u.nickname%2C+u.avatar+%2Cu.intro%2C+u.gender%2C+u.points%2C+ul.lng%2C+ul.lat%2C+ul.car_no+FROM+user_location+ul+INNER+JOIN+user+u+ON+ul.user_id%3Du.id+GROUP+BY+ul.user_id+WHERE+geohash+LIKE+%27%25s%25%25%27'
          2        SEND_VAL                                                 'x'
          3        DO_ICALL                                         $1      
          4        ASSIGN                                                   !0, $1
    5     5        ECHO                                                     !0
          6      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.75 ms | 1394 KiB | 15 Q