3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array = [ "absender" => "Maxim Ivan", "email" => "maximivan@example.com", "telefon" => "1234567890", "fax" => null, "grund" => "Gehaltserhöhung", "termin" => [ 0 => [ "person" => "Some Name", "meeting" => "10.05" ], 1 => [ "person" => "Another Name", "meeting" => "18.05" ], 2 => [ "person" => "Again another name", "meeting" => null, "next-possible-meeting" => "1" ], 3 => [ "person" => "And again", "meeting" => null, "next-possible-meeting" => "1" ], 4 => [ "meeting" => null, ], "bemerkung" => "some notes by Maxim" ]]; if(isset($array['termin'])){ unset ($array['termin']); } print_r($array);
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 3, Position 2 = 4
Branch analysis from position: 3
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 4
filename:       /in/1Yj4F
function name:  (null)
number of ops:  8
compiled vars:  !0 = $array
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
   34     1        ISSET_ISEMPTY_DIM_OBJ                         0          !0, 'termin'
          2      > JMPZ                                                     ~2, ->4
   35     3    >   UNSET_DIM                                                !0, 'termin'
   38     4    >   INIT_FCALL                                               'print_r'
          5        SEND_VAR                                                 !0
          6        DO_ICALL                                                 
          7      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
278.27 ms | 1008 KiB | 14 Q