3v4l.org

run code in 300+ PHP versions simultaneously
<?php foreach($array as $v) { count($v) == 3 and list($a, $b, $c) = $v; }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 1, Position 2 = 14
Branch analysis from position: 1
2 jumps found. (Code = 78) Position 1 = 2, Position 2 = 14
Branch analysis from position: 2
2 jumps found. (Code = 46) Position 1 = 5, Position 2 = 13
Branch analysis from position: 5
1 jumps found. (Code = 42) Position 1 = 1
Branch analysis from position: 1
Branch analysis from position: 13
Branch analysis from position: 14
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 14
filename:       /in/VgfiA
function name:  (null)
number of ops:  16
compiled vars:  !0 = $array, !1 = $v, !2 = $a, !3 = $b, !4 = $c
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E > > FE_RESET_R                                       $5      !0, ->14
          1    > > FE_FETCH_R                                               $5, !1, ->14
    3     2    >   COUNT                                            ~6      !1
          3        IS_EQUAL                                         ~7      ~6, 3
          4      > JMPZ_EX                                          ~7      ~7, ->13
          5    >   QM_ASSIGN                                        ~8      !1
          6        FETCH_LIST_R                                     $9      ~8, 0
          7        ASSIGN                                                   !2, $9
          8        FETCH_LIST_R                                     $11     ~8, 1
          9        ASSIGN                                                   !3, $11
         10        FETCH_LIST_R                                     $13     ~8, 2
         11        ASSIGN                                                   !4, $13
         12        BOOL                                             ~7      ~8
    2    13    > > JMP                                                      ->1
         14    >   FE_FREE                                                  $5
    4    15      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.51 ms | 1394 KiB | 13 Q