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 1: $winner = $family[0]; break; case 2: $winner = $family[1]; break; case 3: $winner = $family[2]; break; case 4: $winner = $family[3]; break; case 5: $winner = $family[4]; break; default: echo "Переможець не визначений!"; } // Print the winner's name in ALL CAPS echo strtoupper("І так, у нас є переможеце і це ......"); echo $winner.$random = $win; echo $microtime - $time; exit; ?> </html>
Output for 7.3.1
<html> І так, у нас є переможеце і це ......gfather3 Notice: Undefined variable: microtime in /in/uB53h on line 29 Notice: A non well formed numeric value encountered in /in/uB53h on line 29 -0.000199
Output for 7.3.0
<html> І так, у нас є переможеце і це ......gmother2 Notice: Undefined variable: microtime in /in/uB53h on line 29 Notice: A non well formed numeric value encountered in /in/uB53h on line 29 -0.000167
Output for 7.2.13
<html> І так, у нас є переможеце і це ......gfather3 Notice: Undefined variable: microtime in /in/uB53h on line 29 Notice: A non well formed numeric value encountered in /in/uB53h on line 29 -0.013325
Output for 7.2.12
<html> І так, у нас є переможеце і це ......gmother2 Notice: Undefined variable: microtime in /in/uB53h on line 29 Notice: A non well formed numeric value encountered in /in/uB53h on line 29 -0.000247
Output for 7.2.11
<html> Переможець не визначений!І так, у нас є переможеце і це ......0 Notice: Undefined variable: microtime in /in/uB53h on line 29 Notice: A non well formed numeric value encountered in /in/uB53h on line 29 -0.057416
Output for 7.2.10
<html> І так, у нас є переможеце і це ......mother1 Notice: Undefined variable: microtime in /in/uB53h on line 29 Notice: A non well formed numeric value encountered in /in/uB53h on line 29 -0.00024
Output for 7.2.9
<html> І так, у нас є переможеце і це ......mother1 Notice: Undefined variable: microtime in /in/uB53h on line 29 Notice: A non well formed numeric value encountered in /in/uB53h on line 29 -0.000272
Output for 7.2.8
<html> Переможець не визначений!І так, у нас є переможеце і це ......0 Notice: Undefined variable: microtime in /in/uB53h on line 29 Notice: A non well formed numeric value encountered in /in/uB53h on line 29 -0.00016
Output for 7.2.7
<html> І так, у нас є переможеце і це ......gfather3 Notice: Undefined variable: microtime in /in/uB53h on line 29 Notice: A non well formed numeric value encountered in /in/uB53h on line 29 -0.000236
Output for 7.2.6
<html> І так, у нас є переможеце і це ......mother1 Notice: Undefined variable: microtime in /in/uB53h on line 29 Notice: A non well formed numeric value encountered in /in/uB53h on line 29 -0.000178
Output for 7.2.5
<html> І так, у нас є переможеце і це ......gmother2 Notice: Undefined variable: microtime in /in/uB53h on line 29 Notice: A non well formed numeric value encountered in /in/uB53h on line 29 -0.000127
Output for 7.2.4
<html> Переможець не визначений!І так, у нас є переможеце і це ......0 Notice: Undefined variable: microtime in /in/uB53h on line 29 Notice: A non well formed numeric value encountered in /in/uB53h on line 29 -0.000221
Output for 7.2.3
<html> І так, у нас є переможеце і це ......mother1 Notice: Undefined variable: microtime in /in/uB53h on line 29 Notice: A non well formed numeric value encountered in /in/uB53h on line 29 -0.000181
Output for 7.2.2
<html> І так, у нас є переможеце і це ......mother1 Notice: Undefined variable: microtime in /in/uB53h on line 29 Notice: A non well formed numeric value encountered in /in/uB53h on line 29 -0.000123
Output for 7.2.1
<html> І так, у нас є переможеце і це ......gfather3 Notice: Undefined variable: microtime in /in/uB53h on line 29 Notice: A non well formed numeric value encountered in /in/uB53h on line 29 -0.000151
Output for 7.2.0
<html> І так, у нас є переможеце і це ......mother1 Notice: Undefined variable: microtime in /in/uB53h on line 29 Notice: A non well formed numeric value encountered in /in/uB53h on line 29 -0.000207
Output for 7.1.25
<html> І так, у нас є переможеце і це ......gfather3 Notice: Undefined variable: microtime in /in/uB53h on line 29 Notice: A non well formed numeric value encountered in /in/uB53h on line 29 -0.000272
Output for 7.1.7
<html> Переможець не визначений!І так, у нас є переможеце і це ......0 Notice: Undefined variable: microtime in /in/uB53h on line 29 Notice: A non well formed numeric value encountered in /in/uB53h on line 29 -0.005176
Output for 7.1.6
<html> І так, у нас є переможеце і це ......mother1 Notice: Undefined variable: microtime in /in/uB53h on line 29 Notice: A non well formed numeric value encountered in /in/uB53h on line 29 -0.013068
Output for 7.1.5
<html> І так, у нас є переможеце і це ......mother1 Notice: Undefined variable: microtime in /in/uB53h on line 29 Notice: A non well formed numeric value encountered in /in/uB53h on line 29 -0.021733
Output for 7.1.0
<html> І так, у нас є переможеце і це ......mother1 Notice: Undefined variable: microtime in /in/uB53h on line 29 Notice: A non well formed numeric value encountered in /in/uB53h on line 29 -0.005709
Output for 7.0.20
<html> І так, у нас є переможеце і це ......mother1 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.002588
Output for 7.0.14
<html> І так, у нас є переможеце і це ......gmother2 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.003927
Output for 7.0.11
<html> Переможець не визначений!І так, у нас є переможеце і це ......0 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.006196
Output for 7.0.10
<html> І так, у нас є переможеце і це ......mother1 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.002681
Output for 7.0.9
<html> І так, у нас є переможеце і це ......gfather3 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.002812
Output for 7.0.8
<html> Переможець не визначений!І так, у нас є переможеце і це ......0 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.00278
Output for 7.0.7
<html> І так, у нас є переможеце і це ......gfather3 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.003202
Output for 7.0.6
<html> І так, у нас є переможеце і це ......gfather3 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.002761
Output for 7.0.5
<html> І так, у нас є переможеце і це ......gmother2 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.002987
Output for 7.0.4
<html> Переможець не визначений!І так, у нас є переможеце і це ......0 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.002421
Output for 7.0.3
<html> І так, у нас є переможеце і це ......gfather3 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.002686
Output for 7.0.2
<html> Переможець не визначений!І так, у нас є переможеце і це ......0 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.002571
Output for 7.0.1
<html> І так, у нас є переможеце і це ......gmother2 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.002575
Output for 7.0.0
<html> Переможець не визначений!І так, у нас є переможеце і це ......0 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.003033
Output for 5.6.28
<html> І так, у нас є переможеце і це ......gfather3 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.004511
Output for 5.6.25
<html> Переможець не визначений!І так, у нас є переможеце і це ......0 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.003361
Output for 5.6.24
<html> Переможець не визначений!І так, у нас є переможеце і це ......0 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.002838
Output for 5.6.23
<html> І так, у нас є переможеце і це ......gfather3 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.003384
Output for 5.6.22
<html> Переможець не визначений!І так, у нас є переможеце і це ......0 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.002704
Output for 5.6.21
<html> І так, у нас є переможеце і це ......gfather3 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.003275
Output for 5.6.20
<html> І так, у нас є переможеце і це ......gmother2 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.00281
Output for 5.6.19
<html> І так, у нас є переможеце і це ......gmother2 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.003116
Output for 5.6.18
<html> І так, у нас є переможеце і це ......gmother2 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.003026
Output for 5.6.17
<html> І так, у нас є переможеце і це ......gfather3 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.004374
Output for 5.6.16
<html> Переможець не визначений!І так, у нас є переможеце і це ......0 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.002903
Output for 5.6.15
<html> І так, у нас є переможеце і це ......mother1 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.002771
Output for 5.6.14
<html> І так, у нас є переможеце і це ......mother1 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.002766
Output for 5.6.13
<html> І так, у нас є переможеце і це ......gmother2 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.00277
Output for 5.6.12
<html> І так, у нас є переможеце і це ......mother1 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.002764
Output for 5.6.11
<html> І так, у нас є переможеце і це ......mother1 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.002838
Output for 5.6.10
<html> І так, у нас є переможеце і це ......mother1 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.003013
Output for 5.6.9
<html> І так, у нас є переможеце і це ......mother1 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.003581
Output for 5.6.8
<html> Переможець не визначений!І так, у нас є переможеце і це ......0 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.003849
Output for 5.6.7
<html> І так, у нас є переможеце і це ......gmother2 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.003439
Output for 5.6.6
<html> І так, у нас є переможеце і це ......gmother2 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.003829
Output for 5.6.5
<html> Переможець не визначений!І так, у нас є переможеце і це ......0 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.005118
Output for 5.6.4
<html> І так, у нас є переможеце і це ......mother1 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.004435
Output for 5.6.3
<html> І так, у нас є переможеце і це ......mother1 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.004921
Output for 5.6.2
<html> І так, у нас є переможеце і це ......mother1 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.006691
Output for 5.6.1
<html> Переможець не визначений!І так, у нас є переможеце і це ......0 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.00599
Output for 5.6.0
<html> Переможець не визначений!І так, у нас є переможеце і це ......0 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.004249
Output for 5.5.38
<html> І так, у нас є переможеце і це ......gmother2 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.004113
Output for 5.5.37
<html> І так, у нас є переможеце і це ......gfather3 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.003471
Output for 5.5.36
<html> І так, у нас є переможеце і це ......mother1 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.002823
Output for 5.5.35
<html> І так, у нас є переможеце і це ......gmother2 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.002767
Output for 5.5.34
<html> І так, у нас є переможеце і це ......gfather3 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.002905
Output for 5.5.33
<html> І так, у нас є переможеце і це ......gmother2 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.002714
Output for 5.5.32
<html> І так, у нас є переможеце і це ......mother1 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.00291
Output for 5.5.31
<html> І так, у нас є переможеце і це ......gmother2 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.002858
Output for 5.5.30
<html> І так, у нас є переможеце і це ......gfather3 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.00435
Output for 5.5.29
<html> І так, у нас є переможеце і це ......gmother2 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.002922
Output for 5.5.28
<html> І так, у нас є переможеце і це ......gfather3 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.002958
Output for 5.5.27
<html> І так, у нас є переможеце і це ......gfather3 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.003523
Output for 5.5.26
<html> І так, у нас є переможеце і це ......mother1 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.003634
Output for 5.5.25
<html> І так, у нас є переможеце і це ......mother1 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.002869
Output for 5.5.24
<html> І так, у нас є переможеце і це ......gmother2 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.003772
Output for 5.5.23
<html> І так, у нас є переможеце і це ......gfather3 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.00449
Output for 5.5.22
<html> І так, у нас є переможеце і це ......gfather3 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.006533
Output for 5.5.21
<html> І так, у нас є переможеце і це ......gfather3 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.004242
Output for 5.5.20
<html> І так, у нас є переможеце і це ......gmother2 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.003248
Output for 5.5.19
<html> І так, у нас є переможеце і це ......gfather3 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.002846
Output for 5.5.18
<html> І так, у нас є переможеце і це ......gfather3 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.003622
Output for 5.5.16
<html> І так, у нас є переможеце і це ......gfather3 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.003995
Output for 5.5.15
<html> І так, у нас є переможеце і це ......gmother2 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.003519
Output for 5.5.14
<html> І так, у нас є переможеце і це ......mother1 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.004007
Output for 5.5.13
<html> Переможець не визначений!І так, у нас є переможеце і це ......0 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.003924
Output for 5.5.12
<html> І так, у нас є переможеце і це ......mother1 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.004445
Output for 5.5.11
<html> І так, у нас є переможеце і це ......gmother2 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.004279
Output for 5.5.10
<html> І так, у нас є переможеце і це ......gmother2 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.004098
Output for 5.5.9
<html> Переможець не визначений!І так, у нас є переможеце і це ......0 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.003282
Output for 5.5.8
<html> Переможець не визначений!І так, у нас є переможеце і це ......0 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.004982
Output for 5.5.7
<html> І так, у нас є переможеце і це ......gfather3 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.004603
Output for 5.5.6
<html> Переможець не визначений!І так, у нас є переможеце і це ......0 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.004816
Output for 5.5.5
<html> І так, у нас є переможеце і це ......gmother2 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.003773
Output for 5.5.4
<html> І так, у нас є переможеце і це ......gfather3 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.003194
Output for 5.5.3
<html> І так, у нас є переможеце і це ......gfather3 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.003908
Output for 5.5.2
<html> І так, у нас є переможеце і це ......gmother2 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.004673
Output for 5.5.1
<html> І так, у нас є переможеце і це ......gmother2 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.002944
Output for 5.5.0
<html> І так, у нас є переможеце і це ......mother1 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.005006
Output for 5.4.45
<html> І так, у нас є переможеце і це ......mother1 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.002506
Output for 5.4.44
<html> І так, у нас є переможеце і це ......gfather3 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.002715
Output for 5.4.43
<html> Переможець не визначений!І так, у нас є переможеце і це ......0 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.00254
Output for 5.4.42
<html> Переможець не визначений!І так, у нас є переможеце і це ......0 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.002386
Output for 5.4.41
<html> І так, у нас є переможеце і це ......mother1 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.003469
Output for 5.4.40
<html> І так, у нас є переможеце і це ......mother1 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.003721
Output for 5.4.39
<html> І так, у нас є переможеце і це ......gfather3 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.003306
Output for 5.4.38
<html> І так, у нас є переможеце і це ......gmother2 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.003729
Output for 5.4.37
<html> І так, у нас є переможеце і це ......gfather3 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.005726
Output for 5.4.36
<html> І так, у нас є переможеце і це ......gfather3 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.003359
Output for 5.4.35
<html> І так, у нас є переможеце і це ......mother1 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.00416
Output for 5.4.34
<html> Переможець не визначений!І так, у нас є переможеце і це ......0 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.003916
Output for 5.4.32
<html> І так, у нас є переможеце і це ......gmother2 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.00377
Output for 5.4.31
<html> І так, у нас є переможеце і це ......gfather3 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.003911
Output for 5.4.30
<html> І так, у нас є переможеце і це ......gmother2 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.003857
Output for 5.4.29
<html> Переможець не визначений!І так, у нас є переможеце і це ......0 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.003227
Output for 5.4.28
<html> І так, у нас є переможеце і це ......gmother2 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.003962
Output for 5.4.27
<html> І так, у нас є переможеце і це ......gmother2 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.002468
Output for 5.4.26
<html> І так, у нас є переможеце і це ......gmother2 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.003501
Output for 5.4.25
<html> І так, у нас є переможеце і це ......gmother2 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.003446
Output for 5.4.24
<html> І так, у нас є переможеце і це ......gmother2 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.003588
Output for 5.4.23
<html> І так, у нас є переможеце і це ......mother1 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.004048
Output for 5.4.22
<html> І так, у нас є переможеце і це ......gfather3 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.003962
Output for 5.4.21
<html> І так, у нас є переможеце і це ......gmother2 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.003955
Output for 5.4.20
<html> І так, у нас є переможеце і це ......mother1 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.003592
Output for 5.4.19
<html> І так, у нас є переможеце і це ......gmother2 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.002727
Output for 5.4.18
<html> І так, у нас є переможеце і це ......gfather3 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.00266
Output for 5.4.17
<html> І так, у нас є переможеце і це ......mother1 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.003624
Output for 5.4.16
<html> Переможець не визначений!І так, у нас є переможеце і це ......0 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.003915
Output for 5.4.15
<html> І так, у нас є переможеце і це ......mother1 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.003813
Output for 5.4.14
<html> І так, у нас є переможеце і це ......gfather3 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.002327
Output for 5.4.13
<html> І так, у нас є переможеце і це ......mother1 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.002398
Output for 5.4.12
<html> Переможець не визначений!І так, у нас є переможеце і це ......0 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.001619
Output for 5.4.11
<html> І так, у нас є переможеце і це ......gfather3 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.001463
Output for 5.4.10
<html> І так, у нас є переможеце і це ......mother1 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.001952
Output for 5.4.9
<html> І так, у нас є переможеце і це ......mother1 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.001913
Output for 5.4.8
<html> І так, у нас є переможеце і це ......gfather3 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.001456
Output for 5.4.7
<html> І так, у нас є переможеце і це ......mother1 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.001671
Output for 5.4.6
<html> І так, у нас є переможеце і це ......mother1 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.001583
Output for 5.4.5
<html> І так, у нас є переможеце і це ......gmother2 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.001826
Output for 5.4.4
<html> І так, у нас є переможеце і це ......gmother2 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.002
Output for 5.4.3
<html> Переможець не визначений!І так, у нас є переможеце і це ......0 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.001873
Output for 5.4.2
<html> Переможець не визначений!І так, у нас є переможеце і це ......0 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.001989
Output for 5.4.1
<html> Переможець не визначений!І так, у нас є переможеце і це ......0 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.001712
Output for 5.4.0
<html> І так, у нас є переможеце і це ......gmother2 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.00157
Output for 5.3.29
<html> І так, у нас є переможеце і це ......gfather3 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.002279
Output for 5.3.28
<html> Переможець не визначений!І так, у нас є переможеце і це ......0 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.001898
Output for 5.3.27
<html> І так, у нас є переможеце і це ......gfather3 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.001774
Output for 5.3.26
<html> І так, у нас є переможеце і це ......mother1 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.002068
Output for 5.3.25
<html> І так, у нас є переможеце і це ......gmother2 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.001456
Output for 5.3.24
<html> Переможець не визначений!І так, у нас є переможеце і це ......0 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.001806
Output for 5.3.23
<html> І так, у нас є переможеце і це ......mother1 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.001483
Output for 5.3.22
<html> І так, у нас є переможеце і це ......gmother2 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.001943
Output for 5.3.21
<html> І так, у нас є переможеце і це ......gmother2 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.002376
Output for 5.3.20
<html> І так, у нас є переможеце і це ......mother1 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.001343
Output for 5.3.19
<html> І так, у нас є переможеце і це ......gmother2 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.001819
Output for 5.3.18
<html> І так, у нас є переможеце і це ......gfather3 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.00215
Output for 5.3.17
<html> Переможець не визначений!І так, у нас є переможеце і це ......0 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.001567
Output for 5.3.16
<html> І так, у нас є переможеце і це ......mother1 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.002904
Output for 5.3.15
<html> Переможець не визначений!І так, у нас є переможеце і це ......0 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.002257
Output for 5.3.14
<html> І так, у нас є переможеце і це ......gmother2 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.001581
Output for 5.3.13
<html> І так, у нас є переможеце і це ......gfather3 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.002062
Output for 5.3.12
<html> І так, у нас є переможеце і це ......mother1 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.001661
Output for 5.3.11
<html> І так, у нас є переможеце і це ......gfather3 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.001353
Output for 5.3.10
<html> І так, у нас є переможеце і це ......mother1 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.001836
Output for 5.3.9
<html> Переможець не визначений!І так, у нас є переможеце і це ......0 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.001281
Output for 5.3.8
<html> Переможець не визначений!І так, у нас є переможеце і це ......0 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.002149
Output for 5.3.7
<html> І так, у нас є переможеце і це ......mother1 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.001999
Output for 5.3.6
<html> І так, у нас є переможеце і це ......gmother2 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.001935
Output for 5.3.5
<html> Переможець не визначений!І так, у нас є переможеце і це ......0 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.001786
Output for 5.3.4
<html> І так, у нас є переможеце і це ......gmother2 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.002175
Output for 5.3.3
<html> І так, у нас є переможеце і це ......mother1 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.002222
Output for 5.3.2
<html> І так, у нас є переможеце і це ......gfather3 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.002237
Output for 5.3.1
<html> І так, у нас є переможеце і це ......gfather3 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.002294
Output for 5.3.0
<html> Переможець не визначений!І так, у нас є переможеце і це ......0 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.002263
Output for 5.2.17
<html> Переможець не визначений!І так, у нас є переможеце і це ......0 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.001681
Output for 5.2.16
<html> І так, у нас є переможеце і це ......mother1 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.001305
Output for 5.2.15
<html> І так, у нас є переможеце і це ......gfather3 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.001762
Output for 5.2.14
<html> Переможець не визначений!І так, у нас є переможеце і це ......0 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.001141
Output for 5.2.13
<html> І так, у нас є переможеце і це ......gfather3 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.001422
Output for 5.2.12
<html> І так, у нас є переможеце і це ......gmother2 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.001918
Output for 5.2.11
<html> І так, у нас є переможеце і це ......gfather3 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.001971
Output for 5.2.10
<html> Переможець не визначений!І так, у нас є переможеце і це ......0 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.001564
Output for 5.2.9
<html> І так, у нас є переможеце і це ......gfather3 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.00139
Output for 5.2.8
<html> І так, у нас є переможеце і це ......gmother2 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.001754
Output for 5.2.7
<html> Переможець не визначений!І так, у нас є переможеце і це ......0 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.001271
Output for 5.2.6
<html> Переможець не визначений!І так, у нас є переможеце і це ......0 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.001405
Output for 5.2.5
<html> І так, у нас є переможеце і це ......mother1 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.001901
Output for 5.2.4
<html> І так, у нас є переможеце і це ......gmother2 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.001845
Output for 5.2.3
<html> І так, у нас є переможеце і це ......gmother2 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.001788
Output for 5.2.2
<html> І так, у нас є переможеце і це ......gfather3 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.001501
Output for 5.2.1
<html> Переможець не визначений!І так, у нас є переможеце і це ......0 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.001266
Output for 5.2.0
<html> І так, у нас є переможеце і це ......gmother2 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.001691
Output for 5.1.6
<html> І так, у нас є переможеце і це ......gfather3 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.001699
Output for 5.1.5
<html> І так, у нас є переможеце і це ......gmother2 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.001717
Output for 5.1.4
<html> І так, у нас є переможеце і це ......mother1 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.001416
Output for 5.1.3
<html> І так, у нас є переможеце і це ......mother1 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.001727
Output for 5.1.2
<html> І так, у нас є переможеце і це ......gmother2 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.001481
Output for 5.1.1
<html> І так, у нас є переможеце і це ......gmother2 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.001574
Output for 5.1.0
<html> І так, у нас є переможеце і це ......mother1 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.001643
Output for 5.0.5
<html> Переможець не визначений!І так, у нас є переможеце і це ......0 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.000789
Output for 5.0.4
<html> Переможець не визначений!І так, у нас є переможеце і це ......0 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.000607
Output for 5.0.3
<html> Переможець не визначений!І так, у нас є переможеце і це ......0 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.000438
Output for 5.0.2
<html> Переможець не визначений!І так, у нас є переможеце і це ......0 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.00079
Output for 5.0.1
<html> І так, у нас є переможеце і це ......mother1 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.000694
Output for 5.0.0
<html> І так, у нас є переможеце і це ......gfather3 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.000509
Output for 4.4.9
<html> І так, у нас є переможеце і це ......mother1 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.000187
Output for 4.4.8
<html> І так, у нас є переможеце і це ......gmother2 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.00017
Output for 4.4.7
<html> І так, у нас є переможеце і це ......gfather3 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.000165
Output for 4.4.6
<html> І так, у нас є переможеце і це ......mother1 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.000203
Output for 4.4.5
<html> І так, у нас є переможеце і це ......gfather3 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.000115
Output for 4.4.4
<html> І так, у нас є переможеце і це ......mother1 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.000124
Output for 4.4.3
<html> Переможець не визначений!І так, у нас є переможеце і це ......0 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.00019
Output for 4.4.2
<html> І так, у нас є переможеце і це ......mother1 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.000165
Output for 4.4.1
<html> І так, у нас є переможеце і це ......mother1 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.000157
Output for 4.4.0
<html> І так, у нас є переможеце і це ......gmother2 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.000154
Output for 4.3.11
<html> Переможець не визначений!І так, у нас є переможеце і це ......0 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.000103
Output for 4.3.10
<html> І так, у нас є переможеце і це ......mother1 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.0002
Output for 4.3.9
<html> І так, у нас є переможеце і це ......gmother2 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.000191
Output for 4.3.8
<html> І так, у нас є переможеце і це ......gmother2 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.000164
Output for 4.3.7
<html> Переможець не визначений!І так, у нас є переможеце і це ......0 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.000182
Output for 4.3.6
<html> І так, у нас є переможеце і це ......gmother2 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.000149
Output for 4.3.5
<html> Переможець не визначений!І так, у нас є переможеце і це ......0 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.000191
Output for 4.3.4
<html> І так, у нас є переможеце і це ......mother1 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.000161
Output for 4.3.3
<html> І так, у нас є переможеце і це ......gfather3 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.000197
Output for 4.3.2
<html> І так, у нас є переможеце і це ......gfather3 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.000179
Output for 4.3.1
<html> І так, у нас є переможеце і це ......gfather3 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.00019
Output for 4.3.0
<html> І так, у нас є переможеце і це ......mother1 Notice: Undefined variable: microtime in /in/uB53h on line 29 -0.000162

preferences:
182.06 ms | 401 KiB | 233 Q