3v4l.org

run code in 300+ PHP versions simultaneously
<?php $jobTiers = array("tier_1" => array("jobs_to_inc" => 10, "jobs_to_dec" => 8), "tier_2" => array("jobs_to_inc" => 20, "jobs_to_dec" => 16)); $jobCount = 10; foreach ($jobTiers as $tier => $limits) { list($type, $no) = $limits; }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 3, Position 2 = 12
Branch analysis from position: 3
2 jumps found. (Code = 78) Position 1 = 4, Position 2 = 12
Branch analysis from position: 4
1 jumps found. (Code = 42) Position 1 = 3
Branch analysis from position: 3
Branch analysis from position: 12
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 12
filename:       /in/lJHbO
function name:  (null)
number of ops:  14
compiled vars:  !0 = $jobTiers, !1 = $jobCount, !2 = $limits, !3 = $tier, !4 = $type, !5 = $no
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
    4     1        ASSIGN                                                   !1, 10
    7     2      > FE_RESET_R                                       $8      !0, ->12
          3    > > FE_FETCH_R                                       ~9      $8, !2, ->12
          4    >   ASSIGN                                                   !3, ~9
    9     5        QM_ASSIGN                                        ~11     !2
          6        FETCH_LIST_R                                     $12     ~11, 0
          7        ASSIGN                                                   !4, $12
          8        FETCH_LIST_R                                     $14     ~11, 1
          9        ASSIGN                                                   !5, $14
         10        FREE                                                     ~11
    7    11      > JMP                                                      ->3
         12    >   FE_FREE                                                  $8
   10    13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
165.28 ms | 1393 KiB | 13 Q