3v4l.org

run code in 300+ PHP versions simultaneously
<?php $configuration = array('<?php'); $define = function($def, $value) use ($configuration) { $v = addslashes($value); $configuration[] = "define('{$def}', '{$v}');"; }; $define('DB_SERVER', 'test'); $define('DB_USERNAME', 'test2'); $define('DB_PASSWORD', 'test3'); $define('DB_DATABASE', 'test4'); $define('PASSWORD_SALT', 'test5'); $define('OAUTH_CONSUMER_KEY', 'test6'); $define('OAUTH_CONSUMER_SECRET', 'test7'); echo implode("\n", $configuration);
Output for git.master, git.master_jit, rfc.property-hooks
<?php

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