3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array = array ( 0 => array ( 'id' => '1430611', 'contentobject_id' => '124', 'creator_id' => '77277', 'version' => '5522', 'status' => '3', 'created' => '1350030385', 'modified' => '1350030665', 'workflow_event_pos' => '0', 'user_id' => '0', 'language_mask' => '5', 'initial_language_id' => '4', ), 1 => array ( 'id' => '1430840', 'contentobject_id' => '124', 'creator_id' => '679', 'version' => '5523', 'status' => '3', 'created' => '1350037411', 'modified' => '1350037490', 'workflow_event_pos' => '0', 'user_id' => '0', 'language_mask' => '5', 'initial_language_id' => '4', ), 2 => array ( 'id' => '1430841', 'contentobject_id' => '124', 'creator_id' => '679', 'version' => '5524', 'status' => '3', 'created' => '1350037680', 'modified' => '1350037688', 'workflow_event_pos' => '0', 'user_id' => '0', 'language_mask' => '5', 'initial_language_id' => '4', ), 3 => array ( 'id' => '1430847', 'contentobject_id' => '124', 'creator_id' => '679', 'version' => '5525', 'status' => '3', 'created' => '1350039388', 'modified' => '1350039620', 'workflow_event_pos' => '0', 'user_id' => '0', 'language_mask' => '5', 'initial_language_id' => '4', ), 4 => array ( 'id' => '1431072', 'contentobject_id' => '124', 'creator_id' => '679', 'version' => '5526', 'status' => '1', 'created' => '1350046041', 'modified' => '1350046056', 'workflow_event_pos' => '0', 'user_id' => '0', 'language_mask' => '5', 'initial_language_id' => '4', ), ); var_dump( array_intersect_key( $array, array_unique( array_map( "serialize", $array ) ) ) );
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/sZlEr
function name:  (null)
number of ops:  16
compiled vars:  !0 = $array
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
    5     1        INIT_FCALL                                               'var_dump'
          2        INIT_FCALL                                               'array_intersect_key'
          3        SEND_VAR                                                 !0
          4        INIT_FCALL                                               'array_unique'
          5        INIT_FCALL                                               'array_map'
          6        SEND_VAL                                                 'serialize'
          7        SEND_VAR                                                 !0
          8        DO_ICALL                                         $2      
          9        SEND_VAR                                                 $2
         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:
161.69 ms | 1394 KiB | 21 Q