3v4l.org

run code in 500+ PHP versions simultaneously
<?php $array[] = array('441', '442', '443'); $array[] = array('441', '443'); $array[] = array('441', '442',); $array[] = array(); $array = array_filter($array); print_r(array_intersect(...$array));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/MD3r2
function name:  (null)
number of ops:  20
compiled vars:  !0 = $array
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    2     0  E >   ASSIGN_DIM                                                   !0
          1        OP_DATA                                                      <array>
    3     2        ASSIGN_DIM                                                   !0
          3        OP_DATA                                                      <array>
    4     4        ASSIGN_DIM                                                   !0
          5        OP_DATA                                                      <array>
    5     6        ASSIGN_DIM                                                   !0
          7        OP_DATA                                                      <array>
    7     8        INIT_FCALL                                                   'array_filter'
          9        SEND_VAR                                                     !0
         10        DO_ICALL                                             $5      
         11        ASSIGN                                                       !0, $5
    9    12        INIT_FCALL                                                   'print_r'
         13        INIT_FCALL                                                   'array_intersect'
         14        SEND_UNPACK                                                  !0
         15        CHECK_UNDEF_ARGS                                             
         16        DO_ICALL                                             $7      
         17        SEND_VAR                                                     $7
         18        DO_ICALL                                                     
         19      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
155.9 ms | 2616 KiB | 16 Q