3v4l.org

run code in 300+ PHP versions simultaneously
<?php $permissions = array( 'create commerce_product entities' => array( 'title' => t('Create commerce_product entities'), 'description' => t('Allows users to create product entities.'), 'restrict access' => TRUE, ), 'administer commerce_product entities' => array( 'title' => t('administer commerce_product entities'), 'description' => t('Allows users to administer product entities.'), 'restrict access' => TRUE, ), 'view commerce_product entities' => array( 'title' => t('View commerce_product entities'), 'description' => t('Allows users to view product entities.'), 'restrict access' => TRUE, ), 'delete commerce_product entities' => array( 'title' => t('Delete commerce_product entities'), 'description' => t('Allows users to delete product entities.'), 'restrict access' => TRUE, ), 'administer product types' => array( 'title' => t('Administer product types'), 'description' => t('Allows users to administer product types.'), 'restrict access' => TRUE, ), ); print yaml_parse($permissions);
Output for git.master, git.master_jit, rfc.property-hooks
Fatal error: Uncaught Error: Call to undefined function t() in /in/vQODE:4 Stack trace: #0 {main} thrown in /in/vQODE on line 4
Process exited with code 255.

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