3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array = Array ( '52:YToyOntpOjI0NztzOjI6IjM5IjtpOjI1MjtzOjI6IjQzIjt9:' => 100, '55:YToyOntpOjI2ODtzOjI6IjYxIjtpOjI2OTtzOjI6IjYzIjt9:' => 50, '53:YToyOntpOjI2ODtzOjI6IjYxIjtpOjI2OTtzOjI6IjYzIjt9:' => 1, '53:YToyOntpOjI0NztzOjI6IjM5IjtpOjI1MjtzOjI6IjQzIjt9:' => 1 ); unset($array['53:YToyOntpOjI0NztzOjI6IjM5IjtpOjI1MjtzOjI6IjQzIjt9:']); var_dump($array);
Output for git.master, git.master_jit, rfc.property-hooks
array(3) { ["52:YToyOntpOjI0NztzOjI6IjM5IjtpOjI1MjtzOjI6IjQzIjt9:"]=> int(100) ["55:YToyOntpOjI2ODtzOjI6IjYxIjtpOjI2OTtzOjI6IjYzIjt9:"]=> int(50) ["53:YToyOntpOjI2ODtzOjI6IjYxIjtpOjI2OTtzOjI6IjYzIjt9:"]=> int(1) }

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:
49.67 ms | 401 KiB | 8 Q