3v4l.org

run code in 300+ PHP versions simultaneously
<?php $deps = array( // Classic script dependency, no changes. 'classic-script-dependency', // Script module dependency, this form is new. array( 'type' => 'module', 'id' => '@example/module', ), ); $lookup = array_flip( $deps ); var_dump( $lookup );
Output for git.master_jit, git.master, rfc.property-hooks
Warning: array_flip(): Can only flip string and integer values, entry skipped in /in/8PeUK on line 15 array(1) { ["classic-script-dependency"]=> 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:
33.39 ms | 405 KiB | 5 Q