3v4l.org

run code in 300+ PHP versions simultaneously
<?php $post_data = array( 'model' => 'player', 'action' => 'buyItem', 'params' => array('item_id'=>100, 'count'=>100) ); $postData = http_build_query($post_data); echo $postData; echo "\n\n"; $post_data = array( 'model' => 'player', 'action' => 'buyItem', 'arams' => array('item_id'=>100, 'count'=>100) ); $postData = http_build_query($post_data); echo $postData;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/3brDL
function name:  (null)
number of ops:  14
compiled vars:  !0 = $post_data, !1 = $postData
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
    8     1        INIT_FCALL                                               'http_build_query'
          2        SEND_VAR                                                 !0
          3        DO_ICALL                                         $3      
          4        ASSIGN                                                   !1, $3
    9     5        ECHO                                                     !1
   11     6        ECHO                                                     '%0A%0A'
   13     7        ASSIGN                                                   !0, <array>
   18     8        INIT_FCALL                                               'http_build_query'
          9        SEND_VAR                                                 !0
         10        DO_ICALL                                         $6      
         11        ASSIGN                                                   !1, $6
   19    12        ECHO                                                     !1
         13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
156.03 ms | 1394 KiB | 15 Q