3v4l.org

run code in 300+ PHP versions simultaneously
<?php $ssbdb = "stats"; $output = <<<SQL CREATE TABLE IF NOT EXISTS {$ssbdb} ( s_network VARCHAR(64) NOT NULL, s_profile VARCHAR(32) NOT NULL, s_userid VARCHAR(254) DEFAULT NULL, s_time INT(10) NOT NULL, s_browser VARCHAR(32) DEFAULT NULL, s_os VARCHAR(32) DEFAULT NULL, s_link VARCHAR(32) NOT NULL, s_ip VARCHAR(64) NOT NULL, s_country VARCHAR(128) DEFAULT NULL, s_state VARCHAR(128) DEFAULT NULL, s_city VARCHAR(128) DEFAULT NULL, s_uid VARCHAR(32) NOT NULL, s_model INT(1) NOT NULL ); SQL; var_dump($output);
Output for git.master, git.master_jit, rfc.property-hooks
string(443) "CREATE TABLE IF NOT EXISTS stats ( s_network VARCHAR(64) NOT NULL, s_profile VARCHAR(32) NOT NULL, s_userid VARCHAR(254) DEFAULT NULL, s_time INT(10) NOT NULL, s_browser VARCHAR(32) DEFAULT NULL, s_os VARCHAR(32) DEFAULT NULL, s_link VARCHAR(32) NOT NULL, s_ip VARCHAR(64) NOT NULL, s_country VARCHAR(128) DEFAULT NULL, s_state VARCHAR(128) DEFAULT NULL, s_city VARCHAR(128) DEFAULT NULL, s_uid VARCHAR(32) NOT NULL, s_model INT(1) NOT 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:
52.29 ms | 402 KiB | 8 Q