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);
Output for git.master, git.master_jit, rfc.property-hooks
Array ( [absender] => Maxim Ivan [email] => maximivan@example.com [telefon] => 1234567890 [fax] => [grund] => Gehaltserhöhung )

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
34.82 ms | 405 KiB | 5 Q