3v4l.org

run code in 300+ PHP versions simultaneously
<?php $permissions = array( 'create commerce_product entities' => array( 'title' => 'Create commerce_product entities', 'description' => 'Allows users to create product entities.', 'restrict access' => TRUE, ), 'administer commerce_product entities' => array( 'title' => 'administer commerce_product entities', 'description' => 'Allows users to administer product entities.', 'restrict access' => TRUE, ), 'view commerce_product entities' => array( 'title' => 'View commerce_product entities', 'description' => 'Allows users to view product entities.', 'restrict access' => TRUE, ), 'delete commerce_product entities' => array( 'title' => 'Delete commerce_product entities', 'description' => 'Allows users to delete product entities.', 'restrict access' => TRUE, ), 'administer product types' => array( 'title' => 'Administer product types', 'description' => '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 yaml_parse() in /in/Iq3s0:31 Stack trace: #0 {main} thrown in /in/Iq3s0 on line 31
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:
59.99 ms | 401 KiB | 8 Q