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 = 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 = 7, Position 2 = 16
Branch analysis from position: 7
2 jumps found. (Code = 78) Position 1 = 8, Position 2 = 16
Branch analysis from position: 8
1 jumps found. (Code = 42) Position 1 = 7
Branch analysis from position: 7
Branch analysis from position: 16
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 16
filename:       /in/b0bcZ
function name:  (null)
number of ops:  18
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                                                   !1, <array>
   26     6      > FE_RESET_R                                       $8      !1, ->16
          7    > > FE_FETCH_R                                       ~9      $8, !2, ->16
          8    >   ASSIGN                                                   !3, ~9
   27     9        INIT_FCALL                                               'var_dump'
         10        CONCAT                                           ~11     !3, '+'
         11        CONCAT                                           ~12     ~11, !2
         12        CONCAT                                           ~13     ~12, '%0A'
         13        SEND_VAL                                                 ~13
         14        DO_ICALL                                                 
   26    15      > JMP                                                      ->7
         16    >   FE_FREE                                                  $8
   28    17      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
175.46 ms | 1395 KiB | 15 Q