3v4l.org

run code in 300+ PHP versions simultaneously
<?php set_time_limit(0); ini_set('memory_limit', '16M'); do { exec("php composer.phar install"); echo "deleting vendor" . PHP_EOL; exec("rm -rf /home/admin/teste/vendor"); echo "deleting .lock" . PHP_EOL; exec("rm /home/admin/teste/composer.lock"); echo "sleeping 2 secs." . PHP_EOL; sleep(2); break; } while (true);
Output for git.master, git.master_jit, rfc.property-hooks
Warning: exec(): Unable to fork [php composer.phar install] in /in/SISVN on line 7 deleting vendor Warning: exec(): Unable to fork [rm -rf /home/admin/teste/vendor] in /in/SISVN on line 9 deleting .lock Warning: exec(): Unable to fork [rm /home/admin/teste/composer.lock] in /in/SISVN on line 11 sleeping 2 secs.

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:
39.17 ms | 402 KiB | 8 Q