3v4l.org

run code in 300+ PHP versions simultaneously
<?php $hotels = [ ['Cala', 3, 8.7, 6], ['Ocean', 3, 8.2, 6], ['Orchid', 3, 8.0, 7], ['Ya', 3, 8.7, 7], ['Chaba', 3, 8.2, 7], ]; $totalHotelsNumber = 2; $starCoef = 0.2; $ratingCoef = 2; for ( $i=0; $i<count($hotels); $i++ ) { for ( $j=$i; $j<count($hotels); $j++ ) { echo 'Comparing '.$i.' and '.$j."\r\n"; } }
Output for git.master, git.master_jit, rfc.property-hooks
Comparing 0 and 0 Comparing 0 and 1 Comparing 0 and 2 Comparing 0 and 3 Comparing 0 and 4 Comparing 1 and 1 Comparing 1 and 2 Comparing 1 and 3 Comparing 1 and 4 Comparing 2 and 2 Comparing 2 and 3 Comparing 2 and 4 Comparing 3 and 3 Comparing 3 and 4 Comparing 4 and 4

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