3v4l.org

run code in 300+ PHP versions simultaneously
<?php $data = array( 'system' => [ 'GUI' => array( 'enabled' => true, 'password' => '', ), 'Constants' => array( 'URL_QUERYSTRING' => true, 'ERRORS_TO_EXCEPTIONS' => true, 'DEBUG_MODE' => true, ), 'Benchmark' => array( 'enabled' => false, ), 'Translations' => array( 'db_connection' => 'Default', 'table_name' => array( 'languages' => 'languages', 'translations' => 'translations', ), ), 'Spam' => array( 'honeypot_names' => array( 0 => 'name1', 1 => 'name2', 2 => 'name3', 3 => 'name4', 4 => 'name5', 5 => 'name6', ), ), 'Response' => array( 'supported' => array( 0 => 'text/html', 1 => 'application/json', ), ),] ); function arr(){ global $data; return $data; } arr()['system']['Translations']['table_name']['languages'];
Output for git.master, git.master_jit, rfc.property-hooks

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