3v4l.org

run code in 300+ PHP versions simultaneously
<?php $template = "select emp.* from employee emp" . " join departments dep on emp.id_department = dep.id" . " #{where}" . " #{order}" . " limit :limit offset :offset"; echo $template;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/O1Ede
function name:  (null)
number of ops:  3
compiled vars:  !0 = $template
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'select+emp.%2A+from+employee+emp+join+departments+dep+on+emp.id_department+%3D+dep.id+%23%7Bwhere%7D+%23%7Border%7D+limit+%3Alimit+offset+%3Aoffset'
    9     1        ECHO                                                     !0
          2      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
152.32 ms | 1392 KiB | 13 Q