3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array = [ ['id_card' => 11883834, 'type' => 1, 'registed' => 1547610891], ['id_card' => 20311077, 'type' => 1, 'registed' => 1547610891], ['id_card' => 16187903, 'type' => 3, 'registed' => 1547610891], ['id_card' => 16354099, 'type' => 1, 'registed' => 1547610891], ['id_card' => 21133393, 'type' => 4, 'registed' => 1547610891], ['id_card' => 15452852, 'type' => 2, 'registed' => 1547610891], ['id_card' => 19775869, 'type' => 2, 'registed' => 1547610891], ['id_card' => 20311077, 'type' => 1, 'registed' => 1547610891], ['id_card' => 21133393, 'type' => 4, 'registed' => 1547610891], ['id_card' => 11883834, 'type' => 1, 'registed' => 1547610891] ]; var_export(array_values(array_column(array_reverse($array), null, 'id_card')));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/FRaMq
function name:  (null)
number of ops:  16
compiled vars:  !0 = $array
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
   15     1        INIT_FCALL                                               'var_export'
          2        INIT_FCALL                                               'array_values'
          3        INIT_FCALL                                               'array_column'
          4        INIT_FCALL                                               'array_reverse'
          5        SEND_VAR                                                 !0
          6        DO_ICALL                                         $2      
          7        SEND_VAR                                                 $2
          8        SEND_VAL                                                 null
          9        SEND_VAL                                                 'id_card'
         10        DO_ICALL                                         $3      
         11        SEND_VAR                                                 $3
         12        DO_ICALL                                         $4      
         13        SEND_VAR                                                 $4
         14        DO_ICALL                                                 
         15      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
142.53 ms | 1004 KiB | 17 Q