3v4l.org

run code in 300+ PHP versions simultaneously
<?php $test=parse_ini_string('; Configuration file ; ; ; Syntax of this file is identical to php.ini where string values need to be quoted. ; See remarks there. ; ; To overrule the default settings, create a per-host key. ; See examples at the bottom of INSTALL.TXT ; [default] driver = "virtual" subject = "Default subject" body = "default.txt" [dotforward] binary = "/usr/bin/vacation" flags = "" message = ".vacation.msg" database = ".vacation.db" alias_identities = true set_envelop_sender = false always_keep_message = true [virtual] transport = "autoreply.mx.active-elements.de" dbase = "vacation" always_keep_copy = true', true); print_R($test); ?>
Output for git.master, git.master_jit, rfc.property-hooks
Array ( [default] => Array ( [driver] => virtual [subject] => Default subject [body] => default.txt ) [dotforward] => Array ( [binary] => /usr/bin/vacation [flags] => [message] => .vacation.msg [database] => .vacation.db [alias_identities] => 1 [set_envelop_sender] => [always_keep_message] => 1 ) [virtual] => Array ( [transport] => autoreply.mx.active-elements.de [dbase] => vacation [always_keep_copy] => 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:
68.45 ms | 402 KiB | 8 Q