3v4l.org

run code in 300+ PHP versions simultaneously
<?php $filter = [ 'and' => [ [ 'content' => ['like' => 'Foobar'], ], [ 'or' => [ ['tags.alias' => 'tag1'], ['tags.alias' => 'tag2'], ], ], ], ]; echo urldecode(http_build_query(['filter' => $filter]));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/vNgns
function name:  (null)
number of ops:  10
compiled vars:  !0 = $filter
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
   17     1        INIT_FCALL                                               'urldecode'
          2        INIT_FCALL                                               'http_build_query'
          3        INIT_ARRAY                                       ~2      !0, 'filter'
          4        SEND_VAL                                                 ~2
          5        DO_ICALL                                         $3      
          6        SEND_VAR                                                 $3
          7        DO_ICALL                                         $4      
          8        ECHO                                                     $4
          9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
141.92 ms | 1404 KiB | 17 Q