3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo http_build_query(array( 'client' => 'x', 'text' => "W", 'hl' => 'ru', 'sl' => $from, 'tl' => 'i' . $to, 'multires' => 1, 'otf' => 1, 'ssel' => 1, 'tsel' => 1, 'uptl' => 'ru', 'sc' => 1, ));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/vkYCD
function name:  (null)
number of ops:  17
compiled vars:  !0 = $from, !1 = $to
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   INIT_FCALL                                               'http_build_query'
    5     1        INIT_ARRAY                                       ~2      'x', 'client'
    6     2        ADD_ARRAY_ELEMENT                                ~2      'W', 'text'
    7     3        ADD_ARRAY_ELEMENT                                ~2      'ru', 'hl'
    8     4        ADD_ARRAY_ELEMENT                                ~2      !0, 'sl'
    9     5        CONCAT                                           ~3      'i', !1
          6        ADD_ARRAY_ELEMENT                                ~2      ~3, 'tl'
   10     7        ADD_ARRAY_ELEMENT                                ~2      1, 'multires'
   11     8        ADD_ARRAY_ELEMENT                                ~2      1, 'otf'
   12     9        ADD_ARRAY_ELEMENT                                ~2      1, 'ssel'
   13    10        ADD_ARRAY_ELEMENT                                ~2      1, 'tsel'
   14    11        ADD_ARRAY_ELEMENT                                ~2      'ru', 'uptl'
   15    12        ADD_ARRAY_ELEMENT                                ~2      1, 'sc'
         13        SEND_VAL                                                 ~2
         14        DO_ICALL                                         $4      
         15        ECHO                                                     $4
   16    16      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
140.71 ms | 1394 KiB | 15 Q