3v4l.org

run code in 300+ PHP versions simultaneously
<?php $value = parse_ini_file('data://text/plain,[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
Warning: parse_ini_file(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/43o2N on line 3 Warning: parse_ini_file(data://text/plain,[reply] 0 = "In progress (a normal message submission, with no error encountered so far)" 10 = "Delivered upstream" 11 = "Delivered to mobile"): Failed to open stream: no suitable wrapper could be found in /in/43o2N on line 3 bool(false) Warning: Trying to access array offset on value of type bool in /in/43o2N on line 9 Warning: Trying to access array offset on value of type null in /in/43o2N on line 9 NULL Warning: Trying to access array offset on value of type bool in /in/43o2N on line 10 Warning: Trying to access array offset on value of type null in /in/43o2N on line 10 NULL
Output for rfc.property-hooks
Warning: parse_ini_file(): data:// wrapper is disabled in the server configuration by allow_url_include=0 in /in/43o2N on line 3 Warning: parse_ini_file(data://text/plain,[reply] 0 = "In progress (a normal message submission, with no error encountered so far)" 10 = "Delivered upstream" 11 = "Delivered to mobile"): Failed to open stream: no suitable wrapper could be found in /in/43o2N on line 3 bool(false) Warning: Trying to access array offset on false in /in/43o2N on line 9 Warning: Trying to access array offset on null in /in/43o2N on line 9 NULL Warning: Trying to access array offset on false in /in/43o2N on line 10 Warning: Trying to access array offset on null in /in/43o2N on line 10 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:
35.08 ms | 402 KiB | 8 Q