3v4l.org

run code in 300+ PHP versions simultaneously
<?php $vyhladavanie = 'zelená hruška'; ?> <script> $(".vysledky").load("data.php?vyhladavanie=" + <?=json_encode(urlencode($vyhladavanie)) ?>"); </script>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/LJRml
function name:  (null)
number of ops:  11
compiled vars:  !0 = $vyhladavanie
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    1     0  E >   ASSIGN                                                   !0, 'zelen%C3%A1+hru%C5%A1ka'
    2     1        ECHO                                                     '%3Cscript%3E%0A++++%24%28%22.vysledky%22%29.load%28%22data.php%3Fvyhladavanie%3D%22+%2B+'
    3     2        INIT_FCALL                                               'json_encode'
          3        INIT_FCALL                                               'urlencode'
          4        SEND_VAR                                                 !0
          5        DO_ICALL                                         $2      
          6        SEND_VAR                                                 $2
          7        DO_ICALL                                         $3      
          8        ECHO                                                     $3
          9        ECHO                                                     '%22%29%3B%0A%3C%2Fscript%3E'
    4    10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.86 ms | 1394 KiB | 17 Q