3v4l.org

run code in 300+ PHP versions simultaneously
<?php $config['csvSettings']['user']['headers'] = array( 'User.id' => 'ID', 'User.username' => 'アカウント', 'User.password' => 'パスワード', 'User.name' => '氏名', 'User.sex' => '性別ID', 'User.birth_date' => '生年月日', 'User.mail' => 'メールアドレス', 'User.group_id' => 'グループID', 'Group.name' => 'グループ名', 'User.state' => '状態ID', 'User.explanation' => '備考' ); print_r($config);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/utLJG
function name:  (null)
number of ops:  8
compiled vars:  !0 = $config
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   FETCH_DIM_W                                      $1      !0, 'csvSettings'
          1        FETCH_DIM_W                                      $2      $1, 'user'
          2        ASSIGN_DIM                                               $2, 'headers'
    3     3        OP_DATA                                                  <array>
   15     4        INIT_FCALL                                               'print_r'
          5        SEND_VAR                                                 !0
          6        DO_ICALL                                                 
          7      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.72 ms | 1385 KiB | 15 Q