3v4l.org

run code in 300+ PHP versions simultaneously
<html> <?php $time = microtime(); // Create an array and push on the names // of your closest family and friends $family = array("mother", "father", "gmother", "gfather"); // Sort the list sort($family); rsort($family); // Randomly select a winner! $winner = ""; $win = rand(0,3); switch($win){ case 0: $winner = $family[0]; break; case 1: $winner = $family[1]; break; case 2: $winner = $family[2]; break; case 3: $winner = $family[3]; break; default: echo "Переможець не визначений!"; } // Print the winner's name in ALL CAPS echo strtoupper("І так, у нас є переможеце і це ......".$winner."<br>"); echo microtime() - $time; exit; ?> </html>
Output for 7.3.1
<html> І так, у нас є переможеце і це ......GMOTHER<BR> Notice: A non well formed numeric value encountered in /in/MO5vd on line 27 Notice: A non well formed numeric value encountered in /in/MO5vd on line 27 5.2E-5
Output for 7.3.0
<html> І так, у нас є переможеце і це ......GFATHER<BR> Notice: A non well formed numeric value encountered in /in/MO5vd on line 27 Notice: A non well formed numeric value encountered in /in/MO5vd on line 27 5.7E-5
Output for 7.2.13
<html> І так, у нас є переможеце і це ......FATHER<BR> Notice: A non well formed numeric value encountered in /in/MO5vd on line 27 Notice: A non well formed numeric value encountered in /in/MO5vd on line 27 4.7E-5
Output for 7.2.12
<html> І так, у нас є переможеце і це ......FATHER<BR> Notice: A non well formed numeric value encountered in /in/MO5vd on line 27 Notice: A non well formed numeric value encountered in /in/MO5vd on line 27 3.2E-5
Output for 7.2.11
<html> І так, у нас є переможеце і це ......GMOTHER<BR> Notice: A non well formed numeric value encountered in /in/MO5vd on line 27 Notice: A non well formed numeric value encountered in /in/MO5vd on line 27 5.0E-5
Output for 7.2.10
<html> І так, у нас є переможеце і це ......GMOTHER<BR> Notice: A non well formed numeric value encountered in /in/MO5vd on line 27 Notice: A non well formed numeric value encountered in /in/MO5vd on line 27 3.8E-5
Output for 7.2.9
<html> І так, у нас є переможеце і це ......MOTHER<BR> Notice: A non well formed numeric value encountered in /in/MO5vd on line 27 Notice: A non well formed numeric value encountered in /in/MO5vd on line 27 5.0E-5
Output for 7.2.8
<html> І так, у нас є переможеце і це ......MOTHER<BR> Notice: A non well formed numeric value encountered in /in/MO5vd on line 27 Notice: A non well formed numeric value encountered in /in/MO5vd on line 27 3.6E-5
Output for 7.2.7
<html> І так, у нас є переможеце і це ......MOTHER<BR> Notice: A non well formed numeric value encountered in /in/MO5vd on line 27 Notice: A non well formed numeric value encountered in /in/MO5vd on line 27 5.5E-5
Output for 7.2.6
<html> І так, у нас є переможеце і це ......MOTHER<BR> Notice: A non well formed numeric value encountered in /in/MO5vd on line 27 Notice: A non well formed numeric value encountered in /in/MO5vd on line 27 4.9E-5
Output for 7.2.5
<html> І так, у нас є переможеце і це ......FATHER<BR> Notice: A non well formed numeric value encountered in /in/MO5vd on line 27 Notice: A non well formed numeric value encountered in /in/MO5vd on line 27 3.4E-5
Output for 7.2.4
<html> І так, у нас є переможеце і це ......GMOTHER<BR> Notice: A non well formed numeric value encountered in /in/MO5vd on line 27 Notice: A non well formed numeric value encountered in /in/MO5vd on line 27 6.0E-5
Output for 7.2.3
<html> І так, у нас є переможеце і це ......FATHER<BR> Notice: A non well formed numeric value encountered in /in/MO5vd on line 27 Notice: A non well formed numeric value encountered in /in/MO5vd on line 27 3.9E-5
Output for 7.2.2
<html> І так, у нас є переможеце і це ......FATHER<BR> Notice: A non well formed numeric value encountered in /in/MO5vd on line 27 Notice: A non well formed numeric value encountered in /in/MO5vd on line 27 6.0E-5
Output for 7.2.1
<html> І так, у нас є переможеце і це ......MOTHER<BR> Notice: A non well formed numeric value encountered in /in/MO5vd on line 27 Notice: A non well formed numeric value encountered in /in/MO5vd on line 27 0.000107
Output for 7.2.0
<html> І так, у нас є переможеце і це ......GFATHER<BR> Notice: A non well formed numeric value encountered in /in/MO5vd on line 27 Notice: A non well formed numeric value encountered in /in/MO5vd on line 27 5.1E-5
Output for 7.1.25
<html> І так, у нас є переможеце і це ......GMOTHER<BR> Notice: A non well formed numeric value encountered in /in/MO5vd on line 27 Notice: A non well formed numeric value encountered in /in/MO5vd on line 27 4.6E-5
Output for 7.1.7
<html> І так, у нас є переможеце і це ......GMOTHER<BR> Notice: A non well formed numeric value encountered in /in/MO5vd on line 27 Notice: A non well formed numeric value encountered in /in/MO5vd on line 27 2.6E-5
Output for 7.1.6
<html> І так, у нас є переможеце і це ......FATHER<BR> Notice: A non well formed numeric value encountered in /in/MO5vd on line 27 Notice: A non well formed numeric value encountered in /in/MO5vd on line 27 5.2E-5
Output for 7.1.5
<html> І так, у нас є переможеце і це ......FATHER<BR> Notice: A non well formed numeric value encountered in /in/MO5vd on line 27 Notice: A non well formed numeric value encountered in /in/MO5vd on line 27 4.5E-5
Output for 7.1.0
<html> І так, у нас є переможеце і це ......GFATHER<BR> Notice: A non well formed numeric value encountered in /in/MO5vd on line 27 Notice: A non well formed numeric value encountered in /in/MO5vd on line 27 2.1999999999999E-5
Output for 5.4.10, 7.0.20
<html> І так, у нас є переможеце і це ......GMOTHER<BR>3.6E-5
Output for 5.3.6, 5.5.15, 5.5.25, 7.0.14
<html> І так, у нас є переможеце і це ......MOTHER<BR>3.2E-5
Output for 7.0.9
<html> І так, у нас є переможеце і це ......GFATHER<BR>2.3E-5
Output for 5.6.4, 7.0.8
<html> І так, у нас є переможеце і це ......GMOTHER<BR>2.4E-5
Output for 7.0.7
<html> І так, у нас є переможеце і це ......GMOTHER<BR>2.5000000000001E-5
Output for 7.0.6
<html> І так, у нас є переможеце і це ......GMOTHER<BR>3.7000000000001E-5
Output for 7.0.2, 7.0.5
<html> І так, у нас є переможеце і це ......FATHER<BR>2.5E-5
Output for 7.0.4
<html> І так, у нас є переможеце і це ......MOTHER<BR>1.8E-5
Output for 7.0.3
<html> І так, у нас є переможеце і це ......GFATHER<BR>2.4E-5
Output for 7.0.1
<html> І так, у нас є переможеце і це ......MOTHER<BR>2.2E-5
Output for 7.0.0
<html> І так, у нас є переможеце і це ......GFATHER<BR>2.5E-5
Output for 5.2.16, 5.6.28
<html> І так, у нас є переможеце і це ......MOTHER<BR>4.3E-5
Output for 5.6.15, 5.6.23
<html> І так, у нас є переможеце і це ......FATHER<BR>2.9E-5
Output for 5.6.22
<html> І так, у нас є переможеце і це ......MOTHER<BR>3.0000000000001E-5
Output for 5.4.5, 5.5.37, 5.6.19, 5.6.21
<html> І так, у нас є переможеце і це ......MOTHER<BR>3.1E-5
Output for 5.4.20, 5.4.39, 5.5.23, 5.6.17, 5.6.20
<html> І так, у нас є переможеце і це ......FATHER<BR>3.2E-5
Output for 5.3.19, 5.4.16, 5.6.18
<html> І так, у нас є переможеце і це ......FATHER<BR>3.0E-5
Output for 5.6.16
<html> І так, у нас є переможеце і це ......GFATHER<BR>3.9E-5
Output for 5.3.1, 5.6.14
<html> І так, у нас є переможеце і це ......MOTHER<BR>3.8E-5
Output for 5.4.12, 5.6.13
<html> І так, у нас є переможеце і це ......FATHER<BR>2.4E-5
Output for 5.6.12
<html> І так, у нас є переможеце і це ......GFATHER<BR>2.8E-5
Output for 5.6.11
<html> І так, у нас є переможеце і це ......GFATHER<BR>2.7E-5
Output for 5.3.23, 5.6.10
<html> І так, у нас є переможеце і це ......GMOTHER<BR>2.3E-5
Output for 5.6.9
<html> І так, у нас є переможеце і це ......GMOTHER<BR>2.6E-5
Output for 5.6.8
<html> І так, у нас є переможеце і це ......GMOTHER<BR>3.4999999999999E-5
Output for 5.6.7
<html> І так, у нас є переможеце і це ......FATHER<BR>2.4000000000001E-5
Output for 5.2.11, 5.4.3, 5.5.7, 5.5.9, 5.5.27, 5.6.6
<html> І так, у нас є переможеце і це ......GFATHER<BR>3.1E-5
Output for 5.6.5
<html> І так, у нас є переможеце і це ......GMOTHER<BR>3.4E-5
Output for 5.5.5, 5.6.3
<html> І так, у нас є переможеце і це ......MOTHER<BR>2.7E-5
Output for 5.4.34, 5.4.44, 5.6.2
<html> І так, у нас є переможеце і це ......GMOTHER<BR>3.5E-5
Output for 5.6.1
<html> І так, у нас є переможеце і це ......FATHER<BR>3.2000000000001E-5
Output for 5.3.28, 5.6.0
<html> І так, у нас є переможеце і це ......MOTHER<BR>2.6E-5
Output for 5.3.4, 5.4.23, 5.4.37, 5.5.1 - 5.5.2, 5.5.12, 5.5.26, 5.5.36
<html> І так, у нас є переможеце і це ......GMOTHER<BR>3.3E-5
Output for 5.5.31, 5.5.35
<html> І так, у нас є переможеце і це ......MOTHER<BR>3.1000000000001E-5
Output for 5.2.14, 5.4.29, 5.4.43, 5.5.34
<html> І так, у нас є переможеце і це ......GFATHER<BR>4.0E-5
Output for 5.5.33
<html> І так, у нас є переможеце і це ......GMOTHER<BR>3.2E-5
Output for 5.5.32
<html> І так, у нас є переможеце і це ......GMOTHER<BR>4.4E-5
Output for 5.3.2, 5.3.8, 5.3.24, 5.4.22, 5.5.6, 5.5.30
<html> І так, у нас є переможеце і це ......GMOTHER<BR>2.9E-5
Output for 5.3.25, 5.5.29
<html> І так, у нас є переможеце і це ......GFATHER<BR>3.6E-5
Output for 5.5.28
<html> І так, у нас є переможеце і це ......GMOTHER<BR>4.6E-5
Output for 5.5.24
<html> І так, у нас є переможеце і це ......GMOTHER<BR>4.0999999999999E-5
Output for 5.5.22
<html> І так, у нас є переможеце і це ......FATHER<BR>3.7E-5
Output for 5.5.21
<html> І так, у нас є переможеце і це ......GFATHER<BR>4.7E-5
Output for 5.5.20
<html> І так, у нас є переможеце і це ......MOTHER<BR>4.2E-5
Output for 5.5.19
<html> І так, у нас є переможеце і це ......GMOTHER<BR>3.1000000000001E-5
Output for 5.3.15 - 5.3.16, 5.4.11, 5.4.18, 5.5.18
<html> І так, у нас є переможеце і це ......GFATHER<BR>3.4E-5
Output for 5.5.16
<html> І так, у нас є переможеце і це ......FATHER<BR>3.0000000000001E-5
Output for 5.5.14
<html> І так, у нас є переможеце і це ......MOTHER<BR>2.4E-5
Output for 5.5.13
<html> І так, у нас є переможеце і це ......MOTHER<BR>3.3E-5
Output for 5.2.6, 5.3.3, 5.5.11
<html> І так, у нас є переможеце і це ......GFATHER<BR>3.8E-5
Output for 5.5.10
<html> І так, у нас є переможеце і це ......GFATHER<BR>3.3E-5
Output for 5.2.8, 5.5.4, 5.5.8
<html> І так, у нас є переможеце і це ......FATHER<BR>3.5E-5
Output for 5.5.3
<html> І так, у нас є переможеце і це ......GFATHER<BR>4.5E-5
Output for 5.5.0
<html> І так, у нас є переможеце і це ......GFATHER<BR>4.4E-5
Output for 5.4.45
<html> І так, у нас є переможеце і це ......GFATHER<BR>2.9E-5
Output for 5.2.17, 5.4.42
<html> І так, у нас є переможеце і це ......GMOTHER<BR>4.1E-5
Output for 5.4.25, 5.4.41
<html> І так, у нас є переможеце і це ......FATHER<BR>2.8E-5
Output for 5.4.40
<html> І так, у нас є переможеце і це ......GMOTHER<BR>3.8000000000001E-5
Output for 5.4.38
<html> І так, у нас є переможеце і це ......FATHER<BR>5.2E-5
Output for 5.4.36
<html> І так, у нас є переможеце і це ......GMOTHER<BR>4.9E-5
Output for 5.4.9, 5.4.35
<html> І так, у нас є переможеце і це ......FATHER<BR>3.4E-5
Output for 5.3.7, 5.4.32
<html> І так, у нас є переможеце і це ......GMOTHER<BR>2.5E-5
Output for 5.3.13, 5.3.18, 5.4.8, 5.4.31
<html> І так, у нас є переможеце і це ......GMOTHER<BR>3.0E-5
Output for 5.4.30
<html> І так, у нас є переможеце і це ......MOTHER<BR>4.0E-5
Output for 5.4.28
<html> І так, у нас є переможеце і це ......FATHER<BR>4.8E-5
Output for 5.4.7, 5.4.27
<html> І так, у нас є переможеце і це ......MOTHER<BR>3.5E-5
Output for 5.3.26, 5.4.26
<html> І так, у нас є переможеце і це ......FATHER<BR>3.3E-5
Output for 5.4.24
<html> І так, у нас є переможеце і це ......GMOTHER<BR>2.8E-5
Output for 5.4.21
<html> І так, у нас є переможеце і це ......GMOTHER<BR>3.9E-5
Output for 5.4.19
<html> І так, у нас є переможеце і це ......GFATHER<BR>3.2E-5
Output for 5.4.17
<html> І так, у нас є переможеце і це ......MOTHER<BR>4.7E-5
Output for 5.4.15
<html> І так, у нас є переможеце і це ......GMOTHER<BR>3.3999999999999E-5
Output for 5.3.9, 5.4.14
<html> І так, у нас є переможеце і це ......MOTHER<BR>3.0E-5
Output for 5.4.13
<html> І так, у нас є переможеце і це ......GFATHER<BR>3.7E-5
Output for 5.4.6
<html> І так, у нас є переможеце і це ......MOTHER<BR>3.6E-5
Output for 5.3.10, 5.4.4
<html> І так, у нас є переможеце і це ......GMOTHER<BR>3.1E-5
Output for 5.4.2
<html> І так, у нас є переможеце і це ......GMOTHER<BR>4.5E-5
Output for 5.4.0 - 5.4.1
<html> І так, у нас є переможеце і це ......MOTHER<BR>3.7E-5
Output for 5.3.21, 5.3.29
<html> І так, у нас є переможеце і це ......GFATHER<BR>2.1E-5
Output for 5.3.27
<html> І так, у нас є переможеце і це ......GMOTHER<BR>4.8E-5
Output for 5.3.22
<html> І так, у нас є переможеце і це ......FATHER<BR>3.1E-5
Output for 5.3.20
<html> І так, у нас є переможеце і це ......MOTHER<BR>2.3E-5
Output for 5.3.17
<html> І так, у нас є переможеце і це ......MOTHER<BR>2.8E-5
Output for 5.3.14
<html> І так, у нас є переможеце і це ......GFATHER<BR>6.3E-5
Output for 5.3.12
<html> І так, у нас є переможеце і це ......FATHER<BR>6.6E-5
Output for 5.3.11
<html> І так, у нас є переможеце і це ......FATHER<BR>4.0E-5
Output for 5.3.5
<html> І так, у нас є переможеце і це ......GFATHER<BR>5.7E-5
Output for 5.3.0
<html> І так, у нас є переможеце і це ......GFATHER<BR>5.4E-5
Output for 5.2.15
<html> І так, у нас є переможеце і це ......FATHER<BR>4.2E-5
Output for 5.2.12 - 5.2.13
<html> І так, у нас є переможеце і це ......GMOTHER<BR>3.8E-5
Output for 5.2.10
<html> І так, у нас є переможеце і це ......FATHER<BR>5.6E-5
Output for 5.2.9
<html> І так, у нас є переможеце і це ......FATHER<BR>3.8E-5
Output for 5.2.7
<html> І так, у нас є переможеце і це ......FATHER<BR>5.8E-5
Output for 5.2.5
<html> І так, у нас є переможеце і це ......GFATHER<BR>4.1E-5
Output for 5.2.4
<html> І так, у нас є переможеце і це ......MOTHER<BR>5.0E-5
Output for 5.2.3
<html> І так, у нас є переможеце і це ......GMOTHER<BR>3.7E-5
Output for 5.2.2
<html> І так, у нас є переможеце і це ......FATHER<BR>3.9E-5
Output for 5.2.1
<html> І так, у нас є переможеце і це ......GMOTHER<BR>3.2E-05
Output for 4.4.2, 5.2.0
<html> І так, у нас є переможеце і це ......GMOTHER<BR>3.5E-05
Output for 4.3.4, 5.1.6
<html> І так, у нас є переможеце і це ......FATHER<BR>3.5E-05
Output for 5.1.5
<html> І так, у нас є переможеце і це ......FATHER<BR>6E-05
Output for 5.1.4
<html> І так, у нас є переможеце і це ......GFATHER<BR>4.1E-05
Output for 5.1.3
<html> І так, у нас є переможеце і це ......GMOTHER<BR>2.6E-05
Output for 5.1.2
<html> І так, у нас є переможеце і це ......MOTHER<BR>2.4E-05
Output for 5.1.1
<html> І так, у нас є переможеце і це ......MOTHER<BR>2.9E-05
Output for 4.3.3, 5.1.0
<html> І так, у нас є переможеце і це ......MOTHER<BR>4.1E-05
Output for 5.0.5
<html> І так, у нас є переможеце і це ......FATHER<BR>4.1E-05
Output for 5.0.4
<html> І так, у нас є переможеце і це ......GFATHER<BR>2.6E-05
Output for 5.0.3
<html> І так, у нас є переможеце і це ......GFATHER<BR>3.3E-05
Output for 5.0.2
<html> І так, у нас є переможеце і це ......GMOTHER<BR>5.7E-05
Output for 4.4.4, 5.0.1
<html> І так, у нас є переможеце і це ......FATHER<BR>4.6E-05
Output for 5.0.0
<html> І так, у нас є переможеце і це ......GMOTHER<BR>2.7E-05
Output for 4.4.9
<html> І так, у нас є переможеце і це ......FATHER<BR>4E-05
Output for 4.4.8
<html> І так, у нас є переможеце і це ......GFATHER<BR>4E-05
Output for 4.4.7
<html> І так, у нас є переможеце і це ......FATHER<BR>4.2E-05
Output for 4.4.6
<html> І так, у нас є переможеце і це ......FATHER<BR>3.6E-05
Output for 4.4.5
<html> І так, у нас є переможеце і це ......MOTHER<BR>3.6E-05
Output for 4.4.3
<html> І так, у нас є переможеце і це ......MOTHER<BR>5.7E-05
Output for 4.4.1
<html> І так, у нас є переможеце і це ......GFATHER<BR>2.9E-05
Output for 4.4.0
<html> І так, у нас є переможеце і це ......GMOTHER<BR>3E-05
Output for 4.3.11
<html> І так, у нас є переможеце і це ......GMOTHER<BR>4.3E-05
Output for 4.3.10
<html> І так, у нас є переможеце і це ......FATHER<BR>2.1E-05
Output for 4.3.9
<html> І так, у нас є переможеце і це ......FATHER<BR>7.5E-05
Output for 4.3.8
<html> І так, у нас є переможеце і це ......FATHER<BR>3.2E-05
Output for 4.3.7
<html> І так, у нас є переможеце і це ......FATHER<BR>3E-05
Output for 4.3.6
<html> І так, у нас є переможеце і це ......GFATHER<BR>5.2E-05
Output for 4.3.5
<html> І так, у нас є переможеце і це ......GFATHER<BR>3E-05
Output for 4.3.2
<html> І так, у нас є переможеце і це ......GFATHER<BR>3.4E-05
Output for 4.3.1
<html> І так, у нас є переможеце і це ......GMOTHER<BR>2.5E-05
Output for 4.3.0
<html> І так, у нас є переможеце і це ......FATHER<BR>2.4E-05

preferences:
175.9 ms | 401 KiB | 228 Q