3v4l.org

run code in 300+ PHP versions simultaneously
<?php /*Bugünkü Zamandan Önce Bir Tarih Girilirse Kaç Gün Geçtiğini, Bugünkü Zamandan Sonra Bir Tarih Girilirse Ne Kadar Kaldığığını Verir... http://abgsatman.com */ define("SANIYE",1); define("DAKIKA_SN",60*SANIYE); define("SAAT_SN",60*DAKIKA_SN); define("GUN_SN",24*SAAT_SN); class KalanZaman { var $snfark,$gun,$saat,$dakika,$saniye; var $durum="Var"; function KalanZaman($g) { $this->hesapla($g); } function hesapla($v) { $this->snfark = strtotime($v)-time(); if($this->snfark<0) { $this->snfark *= (-1); $this->durum = "Geçti"; } $this->gun = floor($this->snfark/GUN_SN); $this->snfark -= $this->gun*GUN_SN; $this->saat = floor($this->snfark/SAAT_SN); $this->snfark -= $this->saat*SAAT_SN; $this->dakika = floor($this->snfark/DAKIKA_SN); $this->snfark -= $this->dakika*DAKIKA_SN; $this->saniye = $this->snfark; } function rString() { $retVal = ""; if($this->gun!=0) $retVal .= $this->gun." Gün "; if($this->saat!=0) $retVal .=$this->saat." Saat "; if($this->dakika!=0) $retVal .=$this->dakika." Dakika "; if($this->saniye!=0) $retVal .=$this->saniye." Saniye"; return $retVal." ".$this->durum; } } $girilen_zaman = "2005-06-10 10:00:00"; $kalan_zaman = new KalanZaman("$girilen_zaman"); //Girilen Değerler MySQL datetime Formatıdır. :) echo "Girilen Zaman :$girilen_zaman<br>"; echo $kalan_zaman->rString(); ?>

Here you find the average performance (time & memory) of each version. A grayed out version indicates it didn't complete successfully (based on exit-code).

VersionSystem time (s)User time (s)Memory (MiB)
7.4.10.0090.00915.04
7.4.00.0070.01215.19
7.3.130.0060.01315.09
7.3.120.0060.00815.11
7.3.110.0050.01314.93
7.3.100.0040.00915.15
7.3.90.0080.00914.88
7.3.80.0020.01015.10
7.3.70.0110.00515.00
7.3.60.0050.00715.05
7.3.50.0060.01015.03
7.3.40.0080.00615.11
7.3.30.0020.01115.10
7.3.20.0060.00716.72
7.3.10.0050.00816.89
7.3.00.0030.01116.85
7.2.260.0040.01115.26
7.2.250.0130.00715.37
7.2.240.0070.00815.26
7.2.230.0070.01015.21
7.2.220.0050.01415.27
7.2.210.0050.00615.18
7.2.200.0030.01115.43
7.2.190.0070.00415.18
7.2.180.0080.00715.37
7.2.170.0060.00515.36
7.2.160.0050.01215.20
7.2.150.0020.00817.02
7.2.140.0080.00817.20
7.2.130.0100.00717.07
7.2.120.0060.00717.15
7.2.110.0050.01017.06
7.2.100.0050.00817.10
7.2.90.0090.00517.13
7.2.80.0080.01016.81
7.2.70.0050.00717.10
7.2.60.0050.00817.15
7.2.50.0050.00917.07
7.2.40.0080.01017.05
7.2.30.0020.01417.17
7.2.20.0040.00616.98
7.2.10.0080.00617.03
7.2.00.0060.00817.89
7.1.330.0060.00815.88
7.1.320.0090.00815.90
7.1.310.0020.01015.71
7.1.300.0060.00615.87
7.1.290.0090.00516.11
7.1.280.0030.00915.98
7.1.270.0080.00615.79
7.1.260.0090.00415.86
7.1.250.0030.01115.99
7.1.240.0110.00315.94
7.1.230.0060.00915.96
7.1.220.0070.00915.77
7.1.210.0040.00815.92
7.1.200.0030.01015.91
7.1.190.0060.00616.04
7.1.180.0110.00416.00
7.1.170.0000.01016.00
7.1.160.0060.00516.00
7.1.150.0040.00816.08
7.1.140.0020.01215.88
7.1.130.0060.00916.02
7.1.120.0020.01015.83
7.1.110.0040.00815.84
7.1.100.0060.00815.96
7.1.90.0020.01115.94
7.1.80.0070.00615.91
7.1.70.0090.00416.34
7.1.60.0310.00315.75
7.1.50.0020.01016.36
7.1.40.0050.00715.97
7.1.30.0030.00716.04
7.1.20.0050.00615.89
7.1.10.0050.01016.00
7.1.00.0080.02718.15
7.0.330.0080.00715.45
7.0.320.0060.00815.36
7.0.310.0050.00915.54
7.0.300.0000.01415.60
7.0.290.0020.01115.52
7.0.280.0050.00715.40
7.0.270.0020.01215.38
7.0.260.0030.00915.40
7.0.250.0020.00715.59
7.0.240.0040.01015.72
7.0.230.0050.00615.41
7.0.220.0060.00515.69
7.0.210.0080.00415.57
7.0.200.0040.00916.00
7.0.190.0010.00815.56
7.0.180.0050.00815.62
7.0.170.0020.00715.63
7.0.160.0040.00615.61
7.0.150.0070.00615.71
7.0.140.0050.03017.74
7.0.130.0040.01015.69
7.0.120.0020.01315.68
7.0.110.0090.00315.67
7.0.100.0040.01717.12
7.0.90.0010.02417.13
7.0.80.0080.01517.01
7.0.70.0060.01917.03
7.0.60.0050.01817.16
7.0.50.0060.01817.19
7.0.40.0070.02015.79
7.0.30.0050.02015.82
7.0.20.0060.01715.77
7.0.10.0050.02015.78
7.0.00.0080.01915.71
5.6.400.0070.00814.57
5.6.390.0050.01114.67
5.6.380.0060.00814.77
5.6.370.0020.00914.61
5.6.360.0030.01214.63
5.6.350.0070.00714.54
5.6.340.0080.00814.46
5.6.330.0100.00814.63
5.6.320.0050.00614.72
5.6.310.0040.00514.86
5.6.300.0060.00514.51
5.6.290.0070.00514.77
5.6.280.0060.02816.75
5.6.270.0030.00814.65
5.6.260.0100.00114.90
5.6.250.0080.01916.63
5.6.240.0080.01616.67
5.6.230.0060.01816.62
5.6.220.0040.01816.64
5.6.210.0030.02116.68
5.6.200.0050.02016.70
5.6.190.0040.01716.83
5.6.180.0030.01916.69
5.6.170.0080.01716.81
5.6.160.0060.01616.68
5.6.150.0050.02016.77
5.6.140.0100.02616.74
5.6.130.0060.02316.60
5.6.120.0060.03616.74
5.6.110.0070.03316.82
5.6.100.0090.03016.67
5.6.90.0070.02416.71
5.6.80.0070.01616.47
5.6.70.0080.03016.67
5.6.60.0040.02116.42
5.6.50.0050.02616.31
5.6.40.0060.03316.47
5.6.30.0070.01716.44
5.6.20.0070.02716.51
5.6.10.0090.03116.62
5.6.00.0070.02816.45
5.5.380.0120.01516.39
5.5.370.0070.01816.39
5.5.360.0040.01816.37
5.5.350.0080.01616.47
5.5.340.0070.02016.61
5.5.330.0060.01916.53
5.5.320.0050.02116.51
5.5.310.0010.02216.54
5.5.300.0070.02716.53
5.5.290.0070.02816.75
5.5.280.0050.03616.57
5.5.270.0090.03016.46
5.5.260.0080.02816.70
5.5.250.0070.03116.54
5.5.240.0060.03216.30
5.5.230.0040.02316.45
5.5.220.0060.02116.25
5.5.210.0090.03116.22
5.5.200.0070.03516.40
5.5.190.0060.02916.31
5.5.180.0060.01816.21
5.5.170.0080.00814.65
5.5.160.0080.02716.43
5.5.150.0070.02816.38
5.5.140.0090.03416.20
5.5.130.0050.03016.35
5.5.120.0030.02016.24
5.5.110.0060.03316.41
5.5.100.0070.01816.47
5.5.90.0060.02416.22
5.5.80.0080.01616.33
5.5.70.0080.01816.27
5.5.60.0060.01816.39
5.5.50.0060.01616.32
5.5.40.0120.01316.29
5.5.30.0070.03416.24
5.5.20.0080.01716.42
5.5.10.0030.03316.24
5.5.00.0060.03116.28
5.4.450.0050.03114.06
5.4.440.0040.03413.98
5.4.430.0050.03013.93
5.4.420.0020.02613.99
5.4.410.0050.02313.92
5.4.400.0100.02813.82
5.4.390.0050.03313.77
5.4.380.0030.03113.81
5.4.370.0050.02813.74
5.4.360.0080.02913.99
5.4.350.0030.01713.94
5.4.340.0040.01813.99
5.4.330.0000.00911.34
5.4.320.0040.02013.89
5.4.310.0060.03213.99
5.4.300.0050.02013.89
5.4.290.0040.01813.93
5.4.280.0050.02013.78
5.4.270.0080.01413.94
5.4.260.0040.02213.98
5.4.250.0050.01613.86
5.4.240.0030.02113.84
5.4.230.0070.01713.93
5.4.220.0090.02313.94
5.4.210.0050.02313.86
5.4.200.0040.03213.98
5.4.190.0070.02314.01
5.4.180.0070.01513.88
5.4.170.0060.02213.80
5.4.160.0080.02713.93
5.4.150.0110.02513.75
5.4.140.0130.01913.08
5.4.130.0080.02613.02
5.4.120.0050.01812.94
5.4.110.0050.01813.26
5.4.100.0040.02112.94
5.4.90.0090.02312.92
5.4.80.0050.01713.07
5.4.70.0060.01713.08
5.4.60.0030.02813.08
5.4.50.0050.01913.01
5.4.40.0080.02413.08
5.4.30.0120.01813.02
5.4.20.0050.03013.08
5.4.10.0040.02313.09
5.4.00.0000.02212.86
5.3.290.0000.04014.63
5.3.280.0070.07014.73
5.3.270.0230.06314.68
5.3.260.0130.07314.59
5.3.250.0070.07714.64
5.3.240.0200.04314.59
5.3.230.0100.06314.64
5.3.220.0030.06014.54
5.3.210.0130.04314.54
5.3.200.0100.06014.64
5.3.190.0070.04014.64
5.3.180.0030.04314.60
5.3.170.0000.05314.57
5.3.160.0070.08014.70
5.3.150.0100.06714.57
5.3.140.0170.08014.63
5.3.130.0130.07014.62
5.3.120.0030.04014.54
5.3.110.0100.04014.70
5.3.100.0030.06314.06
5.3.90.0030.07314.17
5.3.80.0070.04714.02
5.3.70.0070.06714.14
5.3.60.0030.07314.16
5.3.50.0030.07314.02
5.3.40.0100.07013.86
5.3.30.0070.03313.98
5.3.20.0000.04013.64
5.3.10.0000.05013.69
5.3.00.0070.06013.55
5.2.170.0030.06711.59
5.2.160.0070.06011.59
5.2.150.0030.03311.59
5.2.140.0070.03011.59
5.2.130.0000.06711.59
5.2.120.0030.04311.59
5.2.110.0070.06311.59
5.2.100.0100.05311.59
5.2.90.0030.03711.59
5.2.80.0030.05311.59
5.2.70.0000.03711.59
5.2.60.0000.04011.59
5.2.50.0000.04011.59
5.2.40.0070.06011.59
5.2.30.0070.05011.59
5.2.20.0030.05311.59
5.2.10.0000.04011.59
5.2.00.0070.05311.59
5.1.60.0070.02311.59
5.1.50.0100.04711.59
5.1.40.0070.05011.59
5.1.30.0000.05311.59
5.1.20.0000.02711.59
5.1.10.0070.02011.59
5.1.00.0070.05311.59
5.0.50.0000.02711.59
5.0.40.0030.01711.59
5.0.30.0000.03711.59
5.0.20.0030.03711.59
5.0.10.0000.03011.59
5.0.00.0030.03011.59
4.4.90.0000.03011.59
4.4.80.0030.03011.59
4.4.70.0030.04311.59
4.4.60.0000.01711.59
4.4.50.0070.02711.59
4.4.40.0000.02311.59
4.4.30.0100.01311.59
4.4.20.0000.04711.59
4.4.10.0000.02711.59
4.4.00.0030.03011.59
4.3.110.0000.02711.59
4.3.100.0000.01711.59
4.3.90.0030.01011.59
4.3.80.0000.04311.59
4.3.70.0030.03011.59
4.3.60.0070.03011.59
4.3.50.0170.00711.59
4.3.40.0000.02711.59
4.3.30.0030.02711.59
4.3.20.0030.02011.59
4.3.10.0100.01711.59
4.3.00.0000.02311.59

preferences:
30.1 ms | 403 KiB | 5 Q