3v4l.org

run code in 300+ PHP versions simultaneously
<pre><?php $x = [ 'email' => 'test@esky.pl', 'list_id' => 100, 'additional' => 'pipe=separated|additional=values|system=iOS|system version=10.0 RC' ]; print_r($x); $x = [ 'email' => 'test@esky.pl', 'id' => 100, 'additional_data' => [ 'system' => 'iOS', 'system version' => '10.0 RC' ]]; print_r($x);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/g0ZGg
function name:  (null)
number of ops:  10
compiled vars:  !0 = $x
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    1     0  E >   ECHO                                                     '%3Cpre%3E'
    2     1        ASSIGN                                                   !0, <array>
    7     2        INIT_FCALL                                               'print_r'
          3        SEND_VAR                                                 !0
          4        DO_ICALL                                                 
    8     5        ASSIGN                                                   !0, <array>
   15     6        INIT_FCALL                                               'print_r'
          7        SEND_VAR                                                 !0
          8        DO_ICALL                                                 
          9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.79 ms | 1394 KiB | 15 Q