3v4l.org

run code in 300+ PHP versions simultaneously
<?php $SQLQuery = 'SELECT ID, Name '. 'FROM Categories '. 'WHERE UID = :UID '. 'AND Type = :Type '. 'ORDER BY Name'; $THESAME = 'SELECT ID, Name FROM Categories WHERE UID = :UID AND Type = :Type ORDER BY Name';
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/aUEvY
function name:  (null)
number of ops:  3
compiled vars:  !0 = $SQLQuery, !1 = $THESAME
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'SELECT+ID%2C+Name+FROM+Categories+WHERE+UID+%3D+%3AUID+AND+Type+%3D+%3AType+ORDER+BY+Name'
   10     1        ASSIGN                                                   !1, 'SELECT+ID%2C+Name+%0A++++++++++++FROM+Categories+%0A++++++++++++WHERE+UID+%3D+%3AUID%0A++++++++++++AND+Type+%3D+%3AType%0A++++++++++++ORDER+BY+Name'
   14     2      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.11 ms | 939 KiB | 14 Q