3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str = <<< EOF ( 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, " ", "")) ) EOF; echo $str;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/2XC9h
function name:  (null)
number of ops:  3
compiled vars:  !0 = $str
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, '+%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+'
    8     1        ECHO                                                     !0
          2      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
163.02 ms | 1392 KiB | 13 Q