3v4l.org

run code in 300+ PHP versions simultaneously
<?php $youArray = array( "Motivated and want to share your skills", "Passionate about doing things the right way", "Able to build scalable, high availability sites", "Current with the latest PHP technologies", "You have an eye for user experience", "Want to be part of a strong development team", "You have the need to make a difference in your career", ); $aboutUsArray = array ( "Established in 2001", "A leading healthcare technology company specializing in electronic data capture web applications", "Our systems are designed for the global life sciences market", "Work with leading pharmaceutical, medical device, biotechnology and contract research organizations", "We are growing quickly", "Fast-paced and dynamic organization", "We have an awesome team atmosphere", ); $downsidesArray = array(); //We have done something wrong if this array ever contains data foreach ($youArray as $thingsWeLikeInPeople) { $a[] = explode(" ",$thingsWeLikeInPeople); } foreach ($aboutUsArray as $thingsYouWillLove) { $b[] = explode(" ",$thingsYouWillLove); } $whyYouShouldJoinUsArray = array($b[6][0],$b[4][1],$b[4][2],strtolower($b[2][0]),$a[3][4],$b[1][10],$a[5][7],$b[6][4],$a[0][1],$a[6][3],$a[0][5],$b[6][3],$a[3][4],$a[0][6],"!!!"); echo '<hr/><div style="text-align:center"><a href="http://tinyurl.com/pawxdk8"><img border="0" src="http://tinyurl.com/qfou344"></a>' . '<p style="font-size:28px">' . implode($whyYouShouldJoinUsArray, " ") . '</p>' . 'For more information, <b>visit <a href="http://tinyurl.com/pawxdk8">www.mednetstudy.com</a></b><p/></div><hr/>'; ?>
Output for git.master, git.master_jit, rfc.property-hooks
Fatal error: Uncaught TypeError: implode(): Argument #2 ($array) must be of type ?array, string given in /in/G9ocZ:35 Stack trace: #0 /in/G9ocZ(35): implode(Array, ' ') #1 {main} thrown in /in/G9ocZ on line 35
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:
42.16 ms | 401 KiB | 8 Q