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', ), ); $test = array_unique( $array ); var_dump( $array ); var_dump( $test );
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/oZOaJ
function name:  (null)
number of ops:  12
compiled vars:  !0 = $array, !1 = $test
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
    5     1        INIT_FCALL                                               'array_unique'
          2        SEND_VAR                                                 !0
          3        DO_ICALL                                         $3      
          4        ASSIGN                                                   !1, $3
    7     5        INIT_FCALL                                               'var_dump'
          6        SEND_VAR                                                 !0
          7        DO_ICALL                                                 
    9     8        INIT_FCALL                                               'var_dump'
          9        SEND_VAR                                                 !1
         10        DO_ICALL                                                 
         11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
182.49 ms | 1394 KiB | 17 Q