3v4l.org

run code in 300+ PHP versions simultaneously
<?php $stuff = array('absolute','disgrace','of a','user guide','on the','php 7 migration','page'); list(,,,,,,$a) = $stuff; print_r(get_defined_vars());
Output for git.master, git.master_jit, rfc.property-hooks
Array ( [_GET] => Array ( ) [_POST] => Array ( ) [_COOKIE] => Array ( ) [_FILES] => Array ( ) [argv] => Array ( [0] => /in/jhA2c ) [argc] => 1 [_SERVER] => Array ( [TERM] => xterm [PATH] => /usr/bin:/bin [LANG] => C [SHELL] => /bin/sh [MAIL] => /var/mail/nobody [LOGNAME] => nobody [USER] => nobody [HOME] => /tmp [PHP_SELF] => /in/jhA2c [SCRIPT_NAME] => /in/jhA2c [SCRIPT_FILENAME] => /in/jhA2c [PATH_TRANSLATED] => /in/jhA2c [DOCUMENT_ROOT] => [REQUEST_TIME_FLOAT] => 1452182383.0001 [REQUEST_TIME] => 1452182383 [argv] => Array ( [0] => /in/jhA2c ) [argc] => 1 ) [stuff] => Array ( [0] => absolute [1] => disgrace [2] => of a [3] => user guide [4] => on the [5] => php 7 migration [6] => page ) [a] => page )

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:
80.14 ms | 403 KiB | 8 Q