3v4l.org

run code in 300+ PHP versions simultaneously
<?php function stripEmptyTags ($result) { $regexps = array ( '~<(\w+)\b[^\>]*>([\s]|&nbsp;)*</\\1>~', '~<\w+\s*/>~', ); do { $string = $result; $result = preg_replace ($regexps, '', $string); } while ($result != $string); return $result; } function extractEmbedYT($str) { // Find all URLS in $str preg_match_all('/(\bhttps?:)?\/\/[^,\s()<>]+(?:\(\w+\)|(?:[^,[:punct:]\s]|\/))/s', $str, $matches); // Remove all iframes from $str $str = preg_replace('/<iframe.*?<\/iframe>/i','', $str); $str = stripEmptyTags($str); return [$str, $matches[0]]; } $string = '<p> </p><p>UDA Stagiaire</p><p><iframe width="560" height="315" src="//www.youtube.com/embed/PZlJFGgFTfA" frameborder="0" allowfullscreen=""></iframe></p>'; $results = extractEmbedYT($string); print_r($results);

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.4.120.0030.00820.64
8.4.110.0140.00719.01
8.4.100.0120.00918.11
8.4.90.0140.00717.89
8.4.80.0130.00818.18
8.4.70.0110.01017.76
8.4.60.0150.00718.70
8.4.50.0080.00319.65
8.4.40.0030.01617.82
8.4.30.0100.01017.88
8.4.20.0060.00920.74
8.4.10.0030.00618.73
8.3.250.0060.00418.73
8.3.240.0060.00418.63
8.3.230.0120.00716.47
8.3.220.0050.00717.22
8.3.210.0120.00916.54
8.3.200.0120.00716.61
8.3.190.0110.00818.41
8.3.180.0010.00816.77
8.3.170.0120.00616.75
8.3.160.0130.00616.62
8.3.150.0080.01217.46
8.3.140.0080.00016.72
8.3.130.0060.00318.41
8.3.120.0090.00020.84
8.3.110.0030.00620.94
8.3.100.0090.00016.88
8.3.90.0060.00326.77
8.3.80.0070.00318.55
8.3.70.0070.00718.68
8.3.60.0130.01018.43
8.3.50.0050.00918.18
8.3.40.0120.00318.98
8.3.30.0040.01118.72
8.3.20.0080.00018.87
8.3.10.0070.00021.85
8.3.00.0080.00021.56
8.2.290.0120.00618.91
8.2.280.0010.00720.55
8.2.270.0080.01116.57
8.2.260.0070.00718.82
8.2.250.0080.00316.83
8.2.240.0030.00617.47
8.2.230.0040.00722.58
8.2.220.0100.00037.54
8.2.210.0000.01426.77
8.2.200.0030.00616.50
8.2.190.0110.00716.75
8.2.180.0150.00418.48
8.2.170.0150.00022.96
8.2.160.0170.00319.07
8.2.150.0080.00024.18
8.2.140.0060.00324.66
8.2.130.0150.00426.16
8.2.120.0060.00319.95
8.2.110.0070.00421.15
8.2.100.0090.00317.97
8.2.90.0000.00819.21
8.2.80.0040.00417.97
8.2.70.0040.00417.73
8.2.60.0030.00517.93
8.2.50.0030.00518.07
8.2.40.0060.00318.16
8.2.30.0000.00818.28
8.2.20.0040.00418.13
8.2.10.0030.00618.07
8.2.00.0060.00319.42
8.1.330.0110.00816.42
8.1.320.0040.00416.17
8.1.310.0110.00416.97
8.1.300.0080.01518.56
8.1.290.0060.00318.88
8.1.280.0110.00425.92
8.1.270.0000.00922.20
8.1.260.0070.00726.35
8.1.250.0000.00928.09
8.1.240.0060.00321.12
8.1.230.0040.00718.99
8.1.220.0080.00017.74
8.1.210.0060.00318.77
8.1.200.0060.00317.35
8.1.190.0000.00817.48
8.1.180.0000.00818.10
8.1.170.0040.00418.84
8.1.160.0050.00318.93
8.1.150.0000.00818.94
8.1.140.0040.00418.95
8.1.130.0030.00317.63
8.1.120.0000.00817.63
8.1.110.0000.00917.66
8.1.100.0030.00917.62
8.1.90.0070.00517.63
8.1.80.0080.00417.54
8.1.70.0100.00517.59
8.1.60.0130.00117.70
8.1.50.0090.00417.62
8.1.40.0100.00317.65
8.1.30.0100.00417.81
8.1.20.0070.00717.78
8.1.10.0100.00617.67
8.1.00.0090.00417.65
8.0.300.0040.00418.77
8.0.290.0000.00817.00
8.0.280.0000.00718.49
8.0.270.0080.00016.93
8.0.260.0070.00016.91
8.0.250.0070.00017.16
8.0.240.0070.00317.02
8.0.230.0070.00617.04
8.0.220.0040.00816.98
8.0.210.0120.00016.97
8.0.200.0080.00317.08
8.0.190.0090.00317.07
8.0.180.0080.00417.07
8.0.170.0070.00517.04
8.0.160.0060.00617.08
8.0.150.0060.00616.98
8.0.140.0080.00316.93
8.0.130.0050.00715.16
8.0.120.0070.00416.99
8.0.110.0060.00517.08
8.0.100.0080.00416.93
8.0.90.0080.00416.97
8.0.80.0110.00717.05
8.0.70.0060.00616.86
8.0.60.0000.01116.92
8.0.50.0080.00517.07
8.0.30.0080.00917.17
8.0.20.0090.00917.25
8.0.10.0090.00917.15
8.0.00.0090.00917.10
7.4.330.0000.00515.55
7.4.320.0030.00316.70
7.4.300.0100.00216.74
7.4.290.0090.00416.78
7.4.280.0090.00416.78
7.4.270.0050.00516.71
7.4.260.0070.00516.72
7.4.250.0080.00516.76
7.4.240.0080.00416.73
7.4.230.0090.00416.80
7.4.220.0090.00316.88
7.4.210.0100.00616.79
7.4.200.0060.00616.71
7.4.190.0100.00516.91
7.4.180.0090.00916.80
7.4.160.0090.00816.81
7.4.150.0130.00216.87
7.4.140.0120.00717.54
7.4.130.0090.00816.70
7.4.120.0090.00916.70
7.4.110.0130.00616.57
7.4.100.0120.00516.72
7.4.90.0100.00916.65
7.4.80.0140.00717.54
7.4.70.0120.00616.71
7.4.60.0120.00716.59
7.4.50.0080.00916.56
7.4.40.0130.00616.62
7.4.30.0150.00416.64
7.4.20.0120.00716.67
7.4.10.0140.00816.61
7.4.00.0120.00516.18
7.3.330.0070.00314.94
7.3.320.0070.00415.05
7.3.310.0090.00316.52
7.3.300.0120.00016.40
7.3.290.0040.00716.54
7.3.280.0100.00716.57
7.3.270.0110.00716.55
7.3.260.0120.00816.62
7.3.250.0130.00416.51
7.3.240.0090.00916.65
7.3.230.0120.00716.50
7.3.220.0140.00416.49
7.3.210.0120.00816.68
7.3.200.0120.00616.64
7.3.190.0090.01016.50
7.3.180.0150.00416.57
7.3.170.0070.01116.54
7.3.160.0150.00416.64
7.3.150.0120.00916.59
7.3.140.0140.00816.59
7.3.130.0100.00816.72
7.3.120.0140.00416.56
7.3.110.0120.00716.51
7.3.100.0160.00216.40
7.3.90.0110.00816.73
7.3.80.0100.01016.65
7.3.70.0130.00716.58
7.3.60.0170.00216.46
7.3.50.0100.00816.51
7.3.40.0100.00716.66
7.3.30.0120.00716.63
7.3.20.0160.00516.42
7.3.10.0070.01016.62
7.3.00.0070.01016.74
7.2.340.0150.00316.67
7.2.330.0110.00716.70
7.2.320.0070.01116.74
7.2.310.0120.00716.77
7.2.300.0110.00816.80
7.2.290.0140.00616.77
7.2.280.0140.00516.68
7.2.270.0170.00516.72
7.2.260.0130.00516.65
7.2.250.0140.00516.72
7.2.240.0110.00716.60
7.2.230.0060.01116.76
7.2.220.0080.00916.83
7.2.210.0090.00916.80
7.2.200.0110.01116.79
7.2.190.0100.00716.71
7.2.180.0150.00516.77
7.2.170.0100.00616.76
7.2.160.0100.00616.78
7.2.150.0170.00316.81
7.2.140.0090.00716.82
7.2.130.0080.01016.94
7.2.120.0110.00616.84
7.2.110.0210.00516.37
7.2.100.0120.00716.07
7.2.90.0140.00716.04
7.2.80.0160.00716.11
7.2.70.1130.00916.21
7.2.60.1040.00516.20
7.2.50.0990.00916.22
7.2.40.0670.00916.22
7.2.30.1250.00816.21
7.2.20.0950.00816.04
7.2.10.1070.01016.17
7.2.00.0910.00716.27
7.1.330.0150.00615.81
7.1.320.0120.00415.96
7.1.310.0090.00915.72
7.1.300.0090.00715.87
7.1.290.0100.00915.76
7.1.280.0090.00815.68
7.1.270.0070.00915.78
7.1.260.0070.01015.60
7.1.250.0110.00615.72
7.1.240.0120.00415.61
7.1.230.0140.00615.23
7.1.220.0110.00715.17
7.1.210.0250.00714.83
7.1.200.0200.00814.86
7.1.190.2140.00714.90
7.1.180.1350.00714.79
7.1.170.1150.00914.80
7.1.160.1010.00814.90
7.1.150.1000.01114.85
7.1.140.1160.00914.83
7.1.130.1130.01114.81
7.1.120.1400.00514.86
7.1.110.1290.00814.92
7.1.100.1150.00814.97
7.1.90.1680.00814.87
7.1.80.1790.01014.82
7.1.70.1920.00614.84
7.1.60.0860.00623.98
7.1.50.0390.01023.95
7.1.40.1250.01023.93
7.1.30.0390.00723.84
7.1.20.0370.00923.72
7.1.10.0180.00914.94
7.1.00.0330.00614.93
7.0.330.0200.00515.54
7.0.320.0340.00515.53
7.0.310.0180.00515.38
7.0.300.0180.00515.54
7.0.290.0190.00515.41
7.0.280.0200.00515.31
7.0.270.0160.00915.46
7.0.260.0190.00515.31
7.0.250.0140.01015.31
7.0.240.0160.00615.56
7.0.230.0140.01115.54
7.0.220.0260.01115.48
7.0.210.0170.00515.45
7.0.200.0170.00715.38
7.0.190.0170.00715.52
7.0.180.0190.00815.44
7.0.170.0180.00615.45
7.0.160.0140.00815.47
7.0.150.0160.00915.45
7.0.140.0190.00415.42
7.0.130.0150.00815.50
7.0.120.0190.00715.49
7.0.110.0180.00715.45
7.0.100.0190.00615.32
7.0.90.0170.01115.29
7.0.80.0170.00815.39
7.0.70.0150.00915.31
7.0.60.0210.00315.44
7.0.50.0140.00815.30
7.0.40.0110.01015.54
7.0.30.0140.00815.42
7.0.20.0140.00615.26
7.0.10.0340.00515.44
7.0.00.0240.00715.44
5.6.400.0130.01115.85
5.6.390.0160.00715.86
5.6.380.0140.00815.38
5.6.370.0220.00416.10
5.6.360.0100.01215.79
5.6.350.0150.00915.97
5.6.340.0130.01415.96
5.6.330.0160.00715.95
5.6.320.0140.01315.74
5.6.310.0150.00716.09
5.6.300.0170.00616.02
5.6.290.0160.00816.03
5.6.280.0170.00615.71
5.6.270.0180.00615.89
5.6.260.0220.00215.79
5.6.250.0230.00215.97
5.6.240.0210.00315.89
5.6.230.0130.01015.81
5.6.220.0170.00815.96
5.6.210.0160.00716.06
5.6.200.0160.00516.05
5.6.190.0170.00816.05
5.6.180.0190.00815.98
5.6.170.0150.01015.91
5.6.160.0160.00915.98
5.6.150.0140.00815.99
5.6.140.0130.01315.97
5.6.130.0190.00816.05
5.6.120.0120.01316.00
5.6.110.0170.00515.85
5.6.100.0120.01015.98
5.6.90.0140.00915.81
5.6.80.0120.01015.81
5.6.70.0150.00615.87
5.6.60.0160.00615.68
5.6.50.0130.01015.87
5.6.40.0110.01015.89
5.6.30.0120.01015.85
5.6.20.0120.01115.88
5.6.10.0120.00815.63
5.6.00.0130.00915.89

preferences:
27.72 ms | 403 KiB | 5 Q