3v4l.org

run code in 300+ PHP versions simultaneously
<?php $url = 'http://google.com/'; $params = array( 't' => 1, 'a' => 2, ); echo $url . http_build_query($params);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/nLA5v
function name:  (null)
number of ops:  8
compiled vars:  !0 = $url, !1 = $params
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'http%3A%2F%2Fgoogle.com%2F'
    5     1        ASSIGN                                                   !1, <array>
   10     2        INIT_FCALL                                               'http_build_query'
          3        SEND_VAR                                                 !1
          4        DO_ICALL                                         $4      
          5        CONCAT                                           ~5      !0, $4
          6        ECHO                                                     ~5
          7      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
141.02 ms | 1394 KiB | 15 Q