3v4l.org

run code in 300+ PHP versions simultaneously
<?php /* $cod_conferencia[1] = array(5 => 5,6 => 6,7 => 7,11 => 11,12 => 12,13 => 13,15 => 15); $cod_conferencia[2] = array(5 => 5,8 => 8,9 => 9,11 => 11,12 => 12,14 => 14,15 => 15); $cod_conferencia[3] = array(6 => 6,8 => 8,10 => 10,11 => 11,13 => 13,14 => 14,"15" => 15); $cod_conferencia[4] = array(7 => 7,9 => 9,10 => 10,12 => 12,13 => 13,14 => 14,"15" => 15); */ $cod_conferencia[1] = array(5,6,7,11,12,13,15); $cod_conferencia[2] = array(5,8,9,11,12,14,15); $cod_conferencia[3] = array(6,8,10,11,13,14,15); $cod_conferencia[4] = array(7,9,10,12,13,14,15); $cod_conferencia[5] = array_intersect($cod_conferencia[1], $cod_conferencia[2]); $cod_conferencia[6] = array_intersect($cod_conferencia[1], $cod_conferencia[3]); $cod_conferencia[7] = array_intersect($cod_conferencia[1], $cod_conferencia[4]); $cod_conferencia[8] = array_intersect($cod_conferencia[2], $cod_conferencia[3]); $cod_conferencia[9] = array_intersect($cod_conferencia[2], $cod_conferencia[4]); $cod_conferencia[10] = $cod_conferencia[3] + $cod_conferencia[4]; /* $cod_conferencia[11] = array_intersect($cod_conferencia[1], $cod_conferencia[4]); $cod_conferencia[12] = array_intersect($cod_conferencia[2], $cod_conferencia[3]); $cod_conferencia[13] = array_intersect($cod_conferencia[2], $cod_conferencia[4]); $cod_conferencia[14] = array_intersect($cod_conferencia[3], $cod_conferencia[4]); */ echo"<br><pre>";var_dump($cod_conferencia);echo("</pre><br>");
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/AiaAa
function name:  (null)
number of ops:  59
compiled vars:  !0 = $cod_conferencia
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    8     0  E >   ASSIGN_DIM                                               !0, 1
          1        OP_DATA                                                  <array>
    9     2        ASSIGN_DIM                                               !0, 2
          3        OP_DATA                                                  <array>
   10     4        ASSIGN_DIM                                               !0, 3
          5        OP_DATA                                                  <array>
   11     6        ASSIGN_DIM                                               !0, 4
          7        OP_DATA                                                  <array>
   14     8        INIT_FCALL                                               'array_intersect'
          9        FETCH_DIM_R                                      ~6      !0, 1
         10        SEND_VAL                                                 ~6
         11        FETCH_DIM_R                                      ~7      !0, 2
         12        SEND_VAL                                                 ~7
         13        DO_ICALL                                         $8      
         14        ASSIGN_DIM                                               !0, 5
         15        OP_DATA                                                  $8
   15    16        INIT_FCALL                                               'array_intersect'
         17        FETCH_DIM_R                                      ~10     !0, 1
         18        SEND_VAL                                                 ~10
         19        FETCH_DIM_R                                      ~11     !0, 3
         20        SEND_VAL                                                 ~11
         21        DO_ICALL                                         $12     
         22        ASSIGN_DIM                                               !0, 6
         23        OP_DATA                                                  $12
   16    24        INIT_FCALL                                               'array_intersect'
         25        FETCH_DIM_R                                      ~14     !0, 1
         26        SEND_VAL                                                 ~14
         27        FETCH_DIM_R                                      ~15     !0, 4
         28        SEND_VAL                                                 ~15
         29        DO_ICALL                                         $16     
         30        ASSIGN_DIM                                               !0, 7
         31        OP_DATA                                                  $16
   17    32        INIT_FCALL                                               'array_intersect'
         33        FETCH_DIM_R                                      ~18     !0, 2
         34        SEND_VAL                                                 ~18
         35        FETCH_DIM_R                                      ~19     !0, 3
         36        SEND_VAL                                                 ~19
         37        DO_ICALL                                         $20     
         38        ASSIGN_DIM                                               !0, 8
         39        OP_DATA                                                  $20
   18    40        INIT_FCALL                                               'array_intersect'
         41        FETCH_DIM_R                                      ~22     !0, 2
         42        SEND_VAL                                                 ~22
         43        FETCH_DIM_R                                      ~23     !0, 4
         44        SEND_VAL                                                 ~23
         45        DO_ICALL                                         $24     
         46        ASSIGN_DIM                                               !0, 9
         47        OP_DATA                                                  $24
   19    48        FETCH_DIM_R                                      ~26     !0, 3
         49        FETCH_DIM_R                                      ~27     !0, 4
         50        ADD                                              ~28     ~26, ~27
         51        ASSIGN_DIM                                               !0, 10
         52        OP_DATA                                                  ~28
   26    53        ECHO                                                     '%3Cbr%3E%3Cpre%3E'
         54        INIT_FCALL                                               'var_dump'
         55        SEND_VAR                                                 !0
         56        DO_ICALL                                                 
         57        ECHO                                                     '%3C%2Fpre%3E%3Cbr%3E'
         58      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
163.49 ms | 1400 KiB | 17 Q