3v4l.org

run code in 300+ PHP versions simultaneously
<?php $sql = sprintf('SELECT * FROM %s INNER JOIN %s a ON (a.user_id = created_by) LEFT JOIN %s b ON (b.user_id = modified_by) WHERE provider_name LIKE "%%?%%" LIMIT ?,?', TABLE_NAME1, TABLE_NAME2, TABLE_NAME3);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Q0V89
function name:  (null)
number of ops:  11
compiled vars:  !0 = $sql
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'sprintf'
          1        SEND_VAL                                                 'SELECT+%2A%0A++++++++++++++++FROM+%25s%0A++++++++++++++++INNER+JOIN+%25s+a+ON+%28a.user_id+%3D+created_by%29%0A++++++++++++++++LEFT+JOIN+%25s+b+ON+%28b.user_id+%3D+modified_by%29%0A++++++++++++++++WHERE+provider_name+LIKE+%22%25%25%3F%25%25%22%0A++++++++++++++++LIMIT+%3F%2C%3F'
    8     2        FETCH_CONSTANT                                   ~1      'TABLE_NAME1'
          3        SEND_VAL                                                 ~1
          4        FETCH_CONSTANT                                   ~2      'TABLE_NAME2'
          5        SEND_VAL                                                 ~2
          6        FETCH_CONSTANT                                   ~3      'TABLE_NAME3'
          7        SEND_VAL                                                 ~3
          8        DO_ICALL                                         $4      
    3     9        ASSIGN                                                   !0, $4
    8    10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
147.97 ms | 1394 KiB | 15 Q