3v4l.org

run code in 500+ PHP versions simultaneously
<?php // Prepare current, total pages and pagination container $current = isset($_GET['page']) ? intval($_GET['page']) : 1; $total = 5; $pagination = []; // Check if pagination required if ($total > 1) { // Check if current page is not first page if ($current > 1) { $pagination[] = '<a class="pagination_backward" href="#">قبلی</a>'; $pagination[] = '<span style="color:#848d95; margin:0px 10px;">…</span>'; } // Iterate through pages for ($i = 1; $i <= $total; $i++) { // Check if handling current page if ($i === $current) { $pagination[] = '<a class="pagination_active" href="#">' . $i . '</a>'; } else { $pagination[] = '<a href="#">' . $i . '</a>'; } } // Check if current page is not last page if ($current < $total) { $pagination[] = '<span style="color:#848d95; margin:0px 10px;">…</span>'; $pagination[] = '<a class="pagination_backward" href="#">بعدی</a>'; } } var_dump($pagination);

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)
8.5.70.0080.00616.97
8.5.60.0100.00916.88
8.5.50.0110.00616.56
8.5.30.0090.00819.38
8.5.20.0130.01120.17
8.5.10.0060.00419.64
8.5.00.0090.01219.89
8.4.220.0100.00819.59
8.4.210.0080.01319.60
8.4.180.0140.00919.68
8.4.170.0100.01220.51
8.4.160.0120.01023.80
8.4.150.0070.00516.87
8.4.140.0090.01217.57
8.4.130.0080.01117.79
8.4.120.0120.00920.63
8.4.110.0060.00322.34
8.4.100.0090.01117.88
8.4.90.0100.00920.53
8.4.80.0130.00917.61
8.4.70.0080.00817.79
8.4.60.0090.01018.81
8.4.50.0060.00518.70
8.4.40.0000.01017.66
8.4.30.0100.01019.66
8.4.20.0120.00917.73
8.4.10.0040.01617.89
8.3.300.0160.00820.78
8.3.290.0130.00920.77
8.3.280.0120.00818.44
8.3.270.0110.00816.75
8.3.260.0070.00516.55
8.3.250.0100.00518.85
8.3.240.0060.00316.71
8.3.230.0140.00516.79
8.3.220.0070.00119.23
8.3.210.0060.01018.55
8.3.200.0040.00516.38
8.3.190.0080.00917.07
8.3.180.0050.00516.52
8.3.170.0080.00017.29
8.3.160.0130.00618.30
8.3.150.0150.00316.47
8.3.140.0040.01117.22
8.3.130.0060.00318.46
8.3.120.0030.00620.55
8.3.110.0060.00320.94
8.3.100.0040.01524.06
8.3.90.0080.00026.77
8.3.80.0050.00518.55
8.3.70.0040.01518.41
8.3.60.0060.01218.43
8.3.50.0180.00317.42
8.3.40.0070.01118.82
8.3.30.0120.00318.75
8.3.20.0060.00319.32
8.3.10.0070.00021.85
8.3.00.0000.00819.56
8.2.300.0100.01022.18
8.2.290.0110.00722.14
8.2.280.0100.00418.45
8.2.270.0070.01017.16
8.2.260.0080.00016.72
8.2.250.0090.00916.60
8.2.240.0090.00018.75
8.2.230.0060.01322.58
8.2.220.0050.00337.54
8.2.210.0090.00626.77
8.2.200.0060.00318.29
8.2.190.0110.00416.58
8.2.180.0110.01116.38
8.2.170.0110.00322.96
8.2.160.0100.01019.05
8.2.150.0000.00724.18
8.2.140.0050.00224.66
8.2.130.0040.00420.52
8.2.120.0040.00426.35
8.2.110.0030.00720.90
8.2.100.0090.00317.78
8.2.90.0040.00417.91
8.2.80.0050.00317.97
8.2.70.0030.00517.63
8.2.60.0000.00817.50
8.2.50.0060.00317.90
8.2.40.0060.00318.05
8.2.30.0000.00719.32
8.2.20.0040.00418.19
8.2.10.0060.00318.03
8.2.00.0040.00418.15
8.1.340.0110.00819.59
8.1.330.0100.00821.95
8.1.320.0070.00716.11
8.1.310.0080.00818.04
8.1.300.0030.00617.79
8.1.290.0070.00430.84
8.1.280.0100.01025.92
8.1.270.0030.00623.79
8.1.260.0060.00326.35
8.1.250.0070.00028.09
8.1.240.0030.00623.92
8.1.230.0110.00021.04
8.1.220.0030.00617.79
8.1.210.0050.00318.85
8.1.200.0030.00617.36
8.1.190.0040.00417.23
8.1.180.0040.00418.10
8.1.170.0040.00417.65
8.1.160.0000.00718.88
8.1.150.0000.00720.07
8.1.140.0000.00719.56
8.1.130.0030.00318.80
8.1.120.0000.00817.48
8.1.110.0040.00417.36
8.1.100.0000.00817.40
8.1.90.0030.00517.48
8.1.80.0000.00817.50
8.1.70.0030.00317.32
8.1.60.0000.00917.58
8.1.50.0030.00617.48
8.1.40.0040.00417.48
8.1.30.0000.00717.65
8.1.20.0040.00417.68
8.1.10.0060.00317.46
8.1.00.0050.00317.57
8.0.300.0070.00019.60
8.0.290.0080.00016.88
8.0.280.0040.00418.38
8.0.270.0040.00417.29
8.0.260.0060.00019.00
8.0.250.0070.00017.02
8.0.240.0000.01116.93
8.0.230.0080.00016.86
8.0.220.0030.00316.82
8.0.210.0000.00816.93
8.0.200.0000.00717.04
8.0.190.0040.00416.94
8.0.180.0080.00016.95
8.0.170.0040.00416.91
8.0.160.0080.00016.78
8.0.150.0000.00916.78
8.0.140.0050.00216.81
8.0.130.0050.00013.31
8.0.120.0040.00416.84
8.0.110.0040.00416.75
8.0.100.0050.00216.77
8.0.90.0040.00416.84
8.0.80.0110.01116.93
8.0.70.0000.00816.88
8.0.60.0000.00716.95
8.0.50.0040.00416.75
8.0.30.0080.01016.95
8.0.20.0110.00917.40
8.0.10.0080.00016.84
8.0.00.0070.01116.84
7.4.330.0020.00215.55
7.4.320.0030.00316.53
7.4.300.0000.00616.50
7.4.290.0030.00616.68
7.4.280.0060.00316.41
7.4.270.0040.00416.61
7.4.260.0000.00716.51
7.4.250.0000.00716.54
7.4.240.0030.00316.62
7.4.230.0000.00716.63
7.4.220.0110.01516.54
7.4.210.0070.01416.60
7.4.200.0040.00416.32
7.4.160.0060.01016.48
7.4.150.0170.00017.40
7.4.140.0090.00917.86
7.4.130.0210.00416.45
7.4.120.0140.00616.44
7.4.110.0060.01216.75
7.4.100.0090.00916.30
7.4.90.0090.00916.40
7.4.80.0040.01219.39
7.4.70.0090.00916.39
7.4.60.0110.00416.64
7.4.50.0090.00416.41
7.4.40.0080.00816.35
7.4.30.0060.01016.50
7.4.00.0100.00514.84
7.3.330.0050.00013.08
7.3.320.0060.00013.04
7.3.310.0070.00016.40
7.3.300.0000.00716.31
7.3.290.0090.00616.32
7.3.280.0110.00816.36
7.3.270.0130.00317.40
7.3.260.0130.00516.43
7.3.250.0140.00616.46
7.3.240.0080.01216.31
7.3.230.0080.01216.59
7.3.210.0110.00816.36
7.3.200.0100.00716.37
7.3.190.0030.01416.37
7.3.180.0000.01616.29
7.3.170.0080.00816.44
7.3.160.0080.00816.45
7.3.120.0070.01115.11
7.3.110.0100.00715.00
7.3.100.0080.00814.79
7.3.90.0050.00514.88
7.3.80.0070.01014.77
7.3.70.0070.01015.00
7.3.60.0030.01014.69
7.3.50.0130.00314.80
7.3.40.0070.00714.93
7.3.30.0030.01214.63
7.3.20.0100.00016.51
7.3.10.0030.01116.82
7.3.00.0060.00316.73
7.2.330.0080.01116.72
7.2.320.0090.01416.52
7.2.310.0070.01016.75
7.2.300.0100.00716.58
7.2.290.0040.01416.79
7.2.250.0080.01115.28
7.2.240.0170.00015.06
7.2.230.0000.01815.21
7.2.220.0070.00714.73
7.2.210.0040.01214.76
7.2.200.0100.00715.17
7.2.190.0070.00615.22
7.2.180.0080.00815.00
7.2.170.0060.00915.07
7.1.330.0120.00315.86
7.1.320.0120.00615.96
7.1.310.0110.00415.85
7.1.300.0030.00615.98
7.1.290.0000.01216.02
7.1.280.0000.01015.70
7.1.270.0040.01115.92
7.1.260.0050.00515.88
7.1.70.0000.01117.18
7.1.60.0100.00317.38
7.1.50.0170.01334.92
7.1.40.0130.01334.27
7.1.30.0170.01034.38
7.1.20.0230.01332.59
7.1.10.0070.00716.47
7.1.00.0100.01014.70
7.0.200.0090.01216.82
7.0.190.0070.01014.91
7.0.180.0030.01016.20
7.0.170.0100.01314.36
7.0.160.0100.01014.19
7.0.150.0070.01314.40
7.0.140.0070.00716.40
7.0.130.0100.01016.32
7.0.120.0030.00716.60
7.0.110.0100.00714.50
7.0.100.0100.01014.50
7.0.90.0070.00716.15
7.0.80.0000.01016.18
7.0.70.0070.01014.36
7.0.60.0070.00715.84
7.0.50.0100.00714.41
7.0.40.0030.00716.30
7.0.30.0030.00716.30
7.0.20.0000.01016.24
7.0.10.0030.01314.58
7.0.00.0000.01316.24

preferences:
56.37 ms | 1681 KiB | 5 Q