3v4l.org

run code in 300+ PHP versions simultaneously
<?php ini_set("error_reporting", -1); ini_set("display_errors", 1); $value = parse_ini_string('[reply] 0 = "In progress (a normal message submission, with no error encountered so far)" 10 = "Delivered upstream" 11 = "Delivered to mobile"', true); var_dump($value); var_dump($value['reply'][11]); var_dump($value['reply']['11']);
Output for git.master, git.master_jit, rfc.property-hooks
array(1) { ["reply"]=> array(3) { [0]=> string(75) "In progress (a normal message submission, with no error encountered so far)" [10]=> string(18) "Delivered upstream" [11]=> string(19) "Delivered to mobile" } } string(19) "Delivered to mobile" string(19) "Delivered to mobile"

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:
39.64 ms | 402 KiB | 8 Q