3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array = Array( 15 => Array ( 0 => Array ( 'app_dealer_id' => 15, 'dealer_name' => 'Sharad Thombre', 'shopname' => 'Shivshankar Fertilizer', 'contact_num' => 9049121143, 'district' => 'Parbhani' ) ), 18 => Array ( 0 => Array ( 'app_dealer_id' => 18, 'dealer_name' => 'Gajanan Khapre', 'shopname' => 'Shreyas Krishi Kendra', 'contact_num' => 8007791946, 'district' => 'Parbhani' ) ) ); $array = array_values($array); print_r($array);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/cUAdl
function name:  (null)
number of ops:  9
compiled vars:  !0 = $array
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
   31     1        INIT_FCALL                                               'array_values'
          2        SEND_VAR                                                 !0
          3        DO_ICALL                                         $2      
          4        ASSIGN                                                   !0, $2
   32     5        INIT_FCALL                                               'print_r'
          6        SEND_VAR                                                 !0
          7        DO_ICALL                                                 
          8      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
148.6 ms | 1001 KiB | 15 Q