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 ?,?', 1, 2); echo $sql; echo 1123;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/jX6C1
function name:  (null)
number of ops:  9
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        SEND_VAL                                                 1
          3        SEND_VAL                                                 2
          4        DO_ICALL                                         $1      
    3     5        ASSIGN                                                   !0, $1
   10     6        ECHO                                                     !0
   12     7        ECHO                                                     1123
          8      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.5 ms | 1385 KiB | 15 Q