3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a1 = array ("127", "10", "0"); $a2 = array ("250", "10", "30", "11"); $fu = array_intersect_assoc($a1, $a2); for($i=0; $i < count($fu); $i++) { print $fu[$i]; } ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 12
Branch analysis from position: 12
2 jumps found. (Code = 44) Position 1 = 15, Position 2 = 9
Branch analysis from position: 15
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 9
2 jumps found. (Code = 44) Position 1 = 15, Position 2 = 9
Branch analysis from position: 15
Branch analysis from position: 9
filename:       /in/1LGjZ
function name:  (null)
number of ops:  16
compiled vars:  !0 = $a1, !1 = $a2, !2 = $fu, !3 = $i
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
    3     1        ASSIGN                                                   !1, <array>
    5     2        INIT_FCALL                                               'array_intersect_assoc'
          3        SEND_VAR                                                 !0
          4        SEND_VAR                                                 !1
          5        DO_ICALL                                         $6      
          6        ASSIGN                                                   !2, $6
    7     7        ASSIGN                                                   !3, 0
          8      > JMP                                                      ->12
    8     9    >   FETCH_DIM_R                                      ~9      !2, !3
         10        ECHO                                                     ~9
    7    11        PRE_INC                                                  !3
         12    >   COUNT                                            ~11     !2
         13        IS_SMALLER                                               !3, ~11
         14      > JMPNZ                                                    ~12, ->9
   11    15    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
144.05 ms | 1395 KiB | 15 Q