3v4l.org

run code in 300+ PHP versions simultaneously
<?php $result = parse_ini_string("[DataTypes]\nstring=\"3.1415\"\nfloat=3.1415\ninteger=3\nboolean[]=false\nboolean[]=on\nnulll=null",true, defined('INI_SCANNER_TYPED') ? INI_SCANNER_TYPED : INI_SCANNER_NORMAL); var_dump($result);
Output for git.master, git.master_jit, rfc.property-hooks
array(1) { ["DataTypes"]=> array(5) { ["string"]=> string(6) "3.1415" ["float"]=> float(3.1415) ["integer"]=> int(3) ["boolean"]=> array(2) { [0]=> bool(false) [1]=> bool(true) } ["nulll"]=> NULL } }

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