3v4l.org

run code in 300+ PHP versions simultaneously
<?php $res= json_decode('{"filters":[{"property":"id","name":"id","operation":"eq","value":2}],"values":[{"login":"l","name":"Denisd","email":"adenkin@syneforge.com","country_id":null,"id":2}]}'); $url = urldecode(http_build_query($res)); print ($url);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/6f1NF
function name:  (null)
number of ops:  13
compiled vars:  !0 = $res, !1 = $url
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'json_decode'
          1        SEND_VAL                                                 '%7B%22filters%22%3A%5B%7B%22property%22%3A%22id%22%2C%22name%22%3A%22id%22%2C%22operation%22%3A%22eq%22%2C%22value%22%3A2%7D%5D%2C%22values%22%3A%5B%7B%22login%22%3A%22l%22%2C%22name%22%3A%22Denisd%22%2C%22email%22%3A%22adenkin%40syneforge.com%22%2C%22country_id%22%3Anull%2C%22id%22%3A2%7D%5D%7D'
          2        DO_ICALL                                         $2      
          3        ASSIGN                                                   !0, $2
    3     4        INIT_FCALL                                               'urldecode'
          5        INIT_FCALL                                               'http_build_query'
          6        SEND_VAR                                                 !0
          7        DO_ICALL                                         $4      
          8        SEND_VAR                                                 $4
          9        DO_ICALL                                         $5      
         10        ASSIGN                                                   !1, $5
    4    11        ECHO                                                     !1
         12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
156.1 ms | 1398 KiB | 20 Q