3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array = Array( 'count' => 1, '0' => 'Max, Mustermann', '1' => 'Job', '2' => 'Companyname', '3' => 'IT', '4' => 'CEO', '5' => 'N610-611', '6' => '+49 (30) 111111', '7' => '+49 (30) 111111', '8' => 'max@company.de' ); $index_array = array('count','Name','Jobname','Company','Division','CEO','Room','Tel','Fax','E-Mail'); $array = array_combine($index_array ,$array); print_r($array);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/R8oY0
function name:  (null)
number of ops:  11
compiled vars:  !0 = $array, !1 = $index_array
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
   14     1        ASSIGN                                                   !1, <array>
   16     2        INIT_FCALL                                               'array_combine'
          3        SEND_VAR                                                 !1
          4        SEND_VAR                                                 !0
          5        DO_ICALL                                         $4      
          6        ASSIGN                                                   !0, $4
   18     7        INIT_FCALL                                               'print_r'
          8        SEND_VAR                                                 !0
          9        DO_ICALL                                                 
         10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
147.97 ms | 1005 KiB | 15 Q