3v4l.org

run code in 300+ PHP versions simultaneously
<?php /* User Defined Functions function function_name($arg_1, $arg_2, ..., $arg_n) { code_line1; code_line2; code_line3; return ($value); //stops execution of the function and returns its argument as the value at the point where the function was called. } One may have more than one return()statements in a function. */ $text= 'This Line is Bold and Italics.'; function makebold_n_italics($text) { $text = "<i><b>$text</i></b>"; return($text); //the return() statement immediately ends execution of the current function, and returns its argument as the value of the function call in print command } print("This Line is not Bold.<br>\n"); print("This Line is not Italics.<br>\n"); echo makebold_n_italics("$text") ,"--->", 'It prints the returned value of variable $text when function is called.'."<br>\n"; echo "$text", '---> prints the original value of variable $text.'."<br>\n"; // prints the original value of $text $thanks='Thanks to Zeev Suraski and Andi Gutmans !!!'; $text=$thanks; echo makebold_n_italics("$text");

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.3.60.0100.01016.63
8.3.50.0070.00921.95
8.3.40.0140.00018.71
8.3.30.0110.00319.04
8.3.20.0040.00420.13
8.3.10.0040.00423.59
8.3.00.0030.00717.38
8.2.180.0110.00718.14
8.2.170.0070.01422.96
8.2.160.0100.00320.27
8.2.150.0040.00424.18
8.2.140.0040.00424.66
8.2.130.0080.00026.16
8.2.120.0040.00422.08
8.2.110.0090.00022.26
8.2.100.0120.00017.78
8.2.90.0000.00819.10
8.2.80.0030.00517.97
8.2.70.0030.00617.50
8.2.60.0060.00317.93
8.2.50.0000.00818.07
8.2.40.0000.00818.34
8.2.30.0040.00418.05
8.2.20.0000.00717.73
8.2.10.0080.00018.00
8.2.00.0000.00817.62
8.1.280.0060.00925.92
8.1.270.0060.00322.10
8.1.260.0050.00326.35
8.1.250.0070.00028.09
8.1.240.0090.00023.82
8.1.230.0040.00819.07
8.1.220.0050.00317.79
8.1.210.0000.00918.77
8.1.200.0100.00017.36
8.1.190.0040.00417.53
8.1.180.0080.00018.10
8.1.170.0050.00318.52
8.1.160.0040.00421.84
8.1.150.0040.00418.45
8.1.140.0030.00617.43
8.1.130.0000.00717.89
8.1.120.0040.00417.44
8.1.110.0040.00417.38
8.1.100.0040.00317.39
8.1.90.0050.00317.45
8.1.80.0080.00017.27
8.1.70.0030.00317.45
8.1.60.0030.00617.54
8.1.50.0000.00817.57
8.1.40.0040.00417.41
8.1.30.0000.00917.65
8.1.20.0050.00217.49
8.1.10.0080.00017.48
8.1.00.0040.00417.33
8.0.300.0050.00319.21
8.0.290.0050.00217.04
8.0.280.0000.00718.45
8.0.270.0040.00417.27
8.0.260.0060.00017.26
8.0.250.0070.00016.85
8.0.240.0000.00816.99
8.0.230.0000.00716.83
8.0.220.0030.00316.79
8.0.210.0000.00816.80
8.0.200.0040.00417.01
8.0.190.0090.00016.89
8.0.180.0000.00816.93
8.0.170.0050.00216.83
8.0.160.0070.00016.72
8.0.150.0000.00816.73
8.0.140.0040.00416.88
8.0.130.0000.00513.36
8.0.120.0070.00016.76
8.0.110.0000.00716.79
8.0.100.0040.00416.78
8.0.90.0040.00416.72
8.0.80.0110.00416.87
8.0.70.0000.00816.93
8.0.60.0040.00416.75
8.0.50.0070.00016.90
8.0.30.0110.00917.11
8.0.20.0100.00917.40
8.0.10.0070.00017.07
8.0.00.0100.00816.80
7.4.330.0050.00015.01
7.4.320.0060.00016.61
7.4.300.0060.00016.52
7.4.290.0000.00716.46
7.4.280.0040.00416.60
7.4.270.0030.00316.53
7.4.260.0000.00616.51
7.4.250.0080.00016.57
7.4.240.0000.00816.58
7.4.230.0030.00316.48
7.4.220.0120.00616.50
7.4.210.0060.00816.48
7.4.200.0040.00416.50
7.4.190.0070.00016.69
7.4.160.0160.00016.62
7.4.150.0040.01417.40
7.4.140.0070.00917.86
7.4.130.0120.00516.45
7.4.120.0120.00516.58
7.4.110.0030.02116.37
7.4.100.0180.00616.58
7.4.90.0080.01716.45
7.4.80.0100.01019.39
7.4.70.0030.01316.58
7.4.60.0070.01016.59
7.4.50.0020.00216.24
7.4.40.0110.00322.77
7.4.30.0080.00816.51
7.4.00.0060.01014.82
7.3.330.0050.00013.38
7.3.320.0000.00613.23
7.3.310.0040.00416.40
7.3.300.0040.00416.39
7.3.290.0060.00816.37
7.3.280.0050.01116.36
7.3.270.0170.00017.40
7.3.260.0060.01216.59
7.3.250.0130.01016.59
7.3.240.0090.00916.60
7.3.230.0080.00816.69
7.3.210.0120.00916.33
7.3.200.0130.00619.39
7.3.190.0080.00316.52
7.3.180.0090.00616.34
7.3.170.0110.00416.66
7.3.160.0060.01016.41
7.3.120.0070.00715.11
7.2.330.0100.00716.55
7.2.320.0060.01616.49
7.2.310.0090.00916.75
7.2.300.0090.00616.70
7.2.290.0150.00316.75
7.2.60.0100.00316.67
7.2.00.0040.01119.46
7.1.200.0040.00715.84
7.1.100.0040.00818.21
7.1.70.0070.00717.13
7.1.60.0060.01919.33
7.1.50.0170.00316.81
7.1.00.0000.08022.51
7.0.200.0060.00616.61
7.0.140.0100.06022.09
7.0.100.0170.03720.01
7.0.90.0130.07019.91
7.0.80.0170.05319.94
7.0.70.0130.04019.86
7.0.60.0030.06319.93
7.0.50.0030.04320.36
7.0.40.0130.07020.08
7.0.30.0030.04320.09
7.0.20.0100.04720.13
7.0.10.0070.08720.05
7.0.00.0100.06720.08
5.6.280.0100.06720.77
5.6.250.0100.07720.59
5.6.240.0130.05720.49
5.6.230.0100.07720.69
5.6.220.0100.07720.65
5.6.210.0070.08020.64
5.6.200.0030.06320.97
5.6.190.0070.08321.12
5.6.180.0100.04020.96
5.6.170.0030.04020.96
5.6.160.0130.07720.96
5.6.150.0100.07721.05
5.6.140.0000.04321.00
5.6.130.0030.08020.98
5.6.120.0100.09021.02
5.6.110.0070.07021.06
5.6.100.0100.08721.01
5.6.90.0100.08321.03
5.6.80.0070.08320.41
5.6.70.0070.04320.43
5.6.60.0000.04720.40
5.6.50.0130.07720.52
5.6.40.0070.05020.36
5.6.30.0130.07720.42
5.6.20.0130.07020.44
5.6.10.0230.06020.39
5.6.00.0070.08320.36
5.5.380.0100.04020.43
5.5.370.0100.04720.46
5.5.360.0000.04720.41
5.5.350.0030.04720.38
5.5.340.0100.04020.81
5.5.330.0070.08020.77
5.5.320.0100.05720.84
5.5.310.0070.08020.84
5.5.300.0070.05320.73
5.5.290.0070.04720.93
5.5.280.0070.07020.75
5.5.270.0100.08020.86
5.5.260.0070.07720.92
5.5.250.0030.05320.61
5.5.240.0070.05020.22
5.5.230.0130.07320.18
5.5.220.0300.03020.02
5.5.210.0000.07720.26
5.5.200.0000.03720.25
5.5.190.0170.06319.98
5.5.180.0070.07020.27
5.5.160.0170.06020.24
5.5.150.0130.03020.11
5.5.140.0130.06720.24
5.5.130.0070.03719.98
5.5.120.0000.03720.14
5.5.110.0170.07019.99
5.5.100.0100.08020.15
5.5.90.0130.07019.98
5.5.80.0070.07320.05
5.5.70.0130.07020.04
5.5.60.0100.07720.04
5.5.50.0070.08320.16
5.5.40.0000.03719.95
5.5.30.0200.06720.05
5.5.20.0170.06720.05
5.5.10.0030.06720.04
5.5.00.0070.03019.97
5.4.450.0100.07719.36
5.4.440.0000.04719.53
5.4.430.0070.04719.17
5.4.420.0030.03719.50
5.4.410.0030.07719.22
5.4.400.0100.07019.18
5.4.390.0000.05019.03
5.4.380.0100.07318.91
5.4.370.0000.08319.12
5.4.360.0070.04319.09
5.4.350.0030.07019.04
5.4.340.0100.06719.15
5.4.320.0030.03718.85
5.4.310.0100.02718.91
5.4.300.0100.06719.16
5.4.290.0070.04319.12
5.4.280.0000.03719.18
5.4.270.0070.05719.02
5.4.260.0070.07319.09
5.4.250.0030.07319.17
5.4.240.0070.03019.20
5.4.230.0130.06319.08
5.4.220.0030.04018.94
5.4.210.0070.07019.05
5.4.200.0170.06019.20
5.4.190.0070.04719.02
5.4.180.0070.08019.13
5.4.170.0030.06719.08
5.4.160.0030.07718.91
5.4.150.0070.05319.16
5.4.140.0000.06016.33
5.4.130.0070.03716.43
5.4.120.0030.04016.46
5.4.110.0100.07316.48
5.4.100.0030.05716.50
5.4.90.0030.06016.27
5.4.80.0030.06316.41
5.4.70.0070.07316.45
5.4.60.0130.03016.34
5.4.50.0100.06316.36
5.4.40.0070.03316.30
5.4.30.0030.04016.44
5.4.20.0070.07016.47
5.4.10.0070.07316.46
5.4.00.0030.04015.87
5.3.290.0000.03714.68
5.3.280.0030.04714.61
5.3.270.0230.02314.52
5.3.260.0030.06014.72
5.3.250.0070.06714.67
5.3.240.0070.05714.56
5.3.230.0030.05314.73
5.3.220.0070.07314.49
5.3.210.0070.04314.64
5.3.200.0070.04014.55
5.3.190.0100.06714.49
5.3.180.0170.06314.54
5.3.170.0070.04014.70
5.3.160.0000.04314.68
5.3.150.0030.03314.51
5.3.140.0070.05714.48
5.3.130.0030.04314.46
5.3.120.0100.07314.52
5.3.110.0070.04314.60
5.3.100.0030.07314.05
5.3.90.0000.03314.16
5.3.80.0170.05014.05
5.3.70.0030.03014.04
5.3.60.0030.07714.11
5.3.50.0070.06014.01
5.3.40.0030.03013.88
5.3.30.0070.06313.81
5.3.20.0030.06013.81
5.3.10.0100.06313.73
5.3.00.0030.04013.67
5.2.170.0070.03711.94
5.2.160.0000.03311.94
5.2.150.0000.03711.94
5.2.140.0070.06011.94
5.2.130.0030.06711.94
5.2.120.0070.03011.94
5.2.110.0130.04711.94
5.2.100.0100.06011.94
5.2.90.0070.02311.94
5.2.80.0070.05011.94
5.2.70.0070.06311.94
5.2.60.0000.04311.94
5.2.50.0070.02711.94
5.2.40.0100.02711.94
5.2.30.0100.04311.94
5.2.20.0000.02711.94
5.2.10.0030.04011.94
5.2.00.0030.02711.94
5.1.60.0030.02711.94
5.1.50.0100.05011.94
5.1.40.0030.04311.94
5.1.30.0030.03311.94
5.1.20.0000.05011.94
5.1.10.0000.05311.94
5.1.00.0030.05011.94
5.0.50.0000.03011.94
5.0.40.0030.01711.94
5.0.30.0070.06311.94
5.0.20.0030.03711.94
5.0.10.0070.03711.94
5.0.00.0000.04011.94
4.4.90.0030.02011.94
4.4.80.0070.02311.94
4.4.70.0000.02011.94
4.4.60.0000.04011.94
4.4.50.0070.01011.94
4.4.40.0070.02311.94
4.4.30.0000.01311.94
4.4.20.0000.01711.94
4.4.10.0100.02011.94
4.4.00.0000.03011.94
4.3.110.0000.02011.94
4.3.100.0000.02011.94
4.3.90.0000.02011.94
4.3.80.0000.03011.94
4.3.70.0000.02311.94
4.3.60.0070.03011.94
4.3.50.0030.02311.94
4.3.40.0030.03011.94
4.3.30.0000.01711.94
4.3.20.0000.02711.94
4.3.10.0000.02311.94
4.3.00.0030.01711.94

preferences:
62.91 ms | 401 KiB | 5 Q