3v4l.org

run code in 300+ PHP versions simultaneously
<?php $params = array('x' => 'yes', 'y' => 'no'); var_dump(http_build_query($params, null, '@')); var_dump(ini_get('arg_separator.output')); $params = array('x' => 'yes', 'y' => 'no'); var_dump(http_build_query($params)); var_dump(ini_get('arg_separator.output'));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/9CZkc
function name:  (null)
number of ops:  29
compiled vars:  !0 = $params
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
    4     1        INIT_FCALL                                               'var_dump'
          2        INIT_FCALL                                               'http_build_query'
          3        SEND_VAR                                                 !0
          4        SEND_VAL                                                 null
          5        SEND_VAL                                                 '%40'
          6        DO_ICALL                                         $2      
          7        SEND_VAR                                                 $2
          8        DO_ICALL                                                 
    5     9        INIT_FCALL                                               'var_dump'
         10        INIT_FCALL                                               'ini_get'
         11        SEND_VAL                                                 'arg_separator.output'
         12        DO_ICALL                                         $4      
         13        SEND_VAR                                                 $4
         14        DO_ICALL                                                 
    7    15        ASSIGN                                                   !0, <array>
    8    16        INIT_FCALL                                               'var_dump'
         17        INIT_FCALL                                               'http_build_query'
         18        SEND_VAR                                                 !0
         19        DO_ICALL                                         $7      
         20        SEND_VAR                                                 $7
         21        DO_ICALL                                                 
    9    22        INIT_FCALL                                               'var_dump'
         23        INIT_FCALL                                               'ini_get'
         24        SEND_VAL                                                 'arg_separator.output'
         25        DO_ICALL                                         $9      
         26        SEND_VAR                                                 $9
         27        DO_ICALL                                                 
         28      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.55 ms | 1012 KiB | 16 Q