3v4l.org

run code in 300+ PHP versions simultaneously
<?php $txt = "P234324, 2011-03-23 12:34:37 \nP234434, 2011-03-23 13:34:36 \nP438794, 2011-03-23 14:34:36 \nP238924, 2011-03-23 15:34:36 \n"; var_export( parse_ini_string( strtr($txt, ',', '=') ) );
Output for git.master_jit, git.master
array ( 'P234324' => '2011-03-23 12:34:37', 'P234434' => '2011-03-23 13:34:36', 'P438794' => '2011-03-23 14:34:36', 'P238924' => '2011-03-23 15:34:36', )

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:
70.52 ms | 405 KiB | 5 Q