3v4l.org

run code in 300+ PHP versions simultaneously
<?php $GLOBALS['TYPO3_CONF_VARS']['SYS']['caching']['cacheConfigurations']['test'] ??= []; $GLOBALS['TYPO3_CONF_VARS']['SYS']['caching']['cacheConfigurations']['test']['frontend'] ??= 'some frontend'; $GLOBALS['TYPO3_CONF_VARS']['SYS']['caching']['cacheConfigurations']['test']['backend'] ??= 'some backend'; $GLOBALS['TYPO3_CONF_VARS']['SYS']['caching']['cacheConfigurations']['test']['options'] ??= ['defaultLifetime' => 0]; var_dump($GLOBALS['TYPO3_CONF_VARS']);
Output for git.master, git.master_jit, rfc.property-hooks
array(1) { ["SYS"]=> array(1) { ["caching"]=> array(1) { ["cacheConfigurations"]=> array(1) { ["test"]=> array(3) { ["frontend"]=> string(13) "some frontend" ["backend"]=> string(12) "some backend" ["options"]=> array(1) { ["defaultLifetime"]=> int(0) } } } } } }

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.87 ms | 406 KiB | 5 Q