3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str = <<< EOF SELECT * FROM EventManager_user_d2 as u LEFT JOIN EventManager_answer as a ON u.uid = a.user LEFT JOIN EventManager_question as q ON a.question = q.qid WHERE ( UPPER(REPLACE(q.label, " ", "")) LIKE UPPER(REPLACE(:label0, " ", "")) AND UPPER(REPLACE(a.answer, " ", "")) LIKE UPPER(REPLACE(:value0, " ", "")) ) AND ( UPPER(REPLACE(q.label, " ", "")) LIKE UPPER(REPLACE(:label2, " ", "")) AND UPPER(REPLACE(a.answer, " ", "")) = UPPER(REPLACE(:value2, " ", "")) ) ORDER BY u.uid DESC EOF; echo substr($str, 50);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/bnVPp
function name:  (null)
number of ops:  7
compiled vars:  !0 = $str
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'SELECT+%2A+FROM+EventManager_user_d2+as+u+LEFT+JOIN+EventManager_answer+as+a+ON+u.uid+%3D+a.user++LEFT+JOIN+EventManager_question+as+q+ON+a.question+%3D+q.qid+WHERE++%28+UPPER%28REPLACE%28q.label%2C+%22+%22%2C+%22%22%29%29+LIKE+UPPER%28REPLACE%28%3Alabel0%2C+%22+%22%2C+%22%22%29%29+AND+UPPER%28REPLACE%28a.answer%2C+%22+%22%2C+%22%22%29%29+LIKE+UPPER%28REPLACE%28%3Avalue0%2C+%22+%22%2C+%22%22%29%29+%29++AND+%28+UPPER%28REPLACE%28q.label%2C+%22+%22%2C+%22%22%29%29+LIKE+UPPER%28REPLACE%28%3Alabel2%2C+%22+%22%2C+%22%22%29%29+AND+UPPER%28REPLACE%28a.answer%2C+%22+%22%2C+%22%22%29%29+%3D+UPPER%28REPLACE%28%3Avalue2%2C+%22+%22%2C+%22%22%29%29+%29++ORDER+BY+u.uid+DESC'
    8     1        INIT_FCALL                                               'substr'
          2        SEND_VAR                                                 !0
          3        SEND_VAL                                                 50
          4        DO_ICALL                                         $2      
          5        ECHO                                                     $2
          6      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.62 ms | 1394 KiB | 15 Q