3v4l.org

run code in 300+ PHP versions simultaneously
<?php $config = array( "PYRAMID_RESULT_SHOW_CATEGORY" => array( 2, // 体験入店可能 7, // 写メでの面接可能 36, // 交通費支給 58, // 託児所完備 60, // 制服貸与 68, // 未経験者歓迎 ), "PYRAMID_RESULT_SHOW" => array( 2, // 体験入店可能 7, // 写メでの面接可能 36, // 交通費支給 58, // 託児所完備 60, // 制服貸与 68, // 未経験者歓迎 ), ); var_dump($config["PYRAMID_RESULT_SHOW_CATEGORY"]); $param["id"]= array(1,2,3); foreach($param as $key => $value){ var_dump($key . ' ' . $value . "\n"); }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 8, Position 2 = 17
Branch analysis from position: 8
2 jumps found. (Code = 78) Position 1 = 9, Position 2 = 17
Branch analysis from position: 9
1 jumps found. (Code = 42) Position 1 = 8
Branch analysis from position: 8
Branch analysis from position: 17
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 17
filename:       /in/g7LCh
function name:  (null)
number of ops:  19
compiled vars:  !0 = $config, !1 = $param, !2 = $value, !3 = $key
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   ASSIGN                                                   !0, <array>
   22     1        INIT_FCALL                                               'var_dump'
          2        FETCH_DIM_R                                      ~5      !0, 'PYRAMID_RESULT_SHOW_CATEGORY'
          3        SEND_VAL                                                 ~5
          4        DO_ICALL                                                 
   24     5        ASSIGN_DIM                                               !1, 'id'
          6        OP_DATA                                                  <array>
   26     7      > FE_RESET_R                                       $8      !1, ->17
          8    > > FE_FETCH_R                                       ~9      $8, !2, ->17
          9    >   ASSIGN                                                   !3, ~9
   27    10        INIT_FCALL                                               'var_dump'
         11        CONCAT                                           ~11     !3, '+'
         12        CONCAT                                           ~12     ~11, !2
         13        CONCAT                                           ~13     ~12, '%0A'
         14        SEND_VAL                                                 ~13
         15        DO_ICALL                                                 
   26    16      > JMP                                                      ->8
         17    >   FE_FREE                                                  $8
   28    18      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
204.25 ms | 1395 KiB | 15 Q