3v4l.org

run code in 300+ PHP versions simultaneously
<?php function codePoints($utf8_str){ //入力をUTF-32に変換 $utf32_str=mb_convert_encoding($utf8_str,'UTF-32','UTF-8'); for($i=0;$i<mb_strlen($utf32_str,'UTF-32');++$i) //1文字ずつ16進文字列に変換 $result[]=bin2hex(mb_substr($utf32_str,$i,1,'UTF-32')); return $result; } //mb_internal_encoding('UTF-8'); $string ='aab'; $pattern = '/aaa/'; if(preg_match_all($pattern, $string, $matches, PREG_OFFSET_CAPTURE)) { echo 'test'; } $string ="⏳"; $test = codePoints($string); echo "$test:".print_r($test,true); $pattern = '/23f0/'; if(preg_match_all($pattern, $test[0], $matches )) { echo 'test2'; }

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.0070.00716.75
8.3.50.0100.01018.21
8.3.40.0060.00920.89
8.3.30.0080.00818.94
8.3.20.0080.00024.18
8.3.10.0030.00624.66
8.3.00.0050.00326.16
8.2.180.0140.00725.92
8.2.170.0070.01419.21
8.2.160.0130.00322.96
8.2.150.0040.01125.66
8.2.140.0080.00024.66
8.2.130.0040.00426.16
8.2.120.0080.00026.16
8.2.110.0050.00521.06
8.2.100.0040.00818.06
8.2.90.0000.00918.05
8.2.80.0050.00318.16
8.2.70.0000.00818.05
8.2.60.0080.00018.22
8.2.50.0060.00618.10
8.2.40.0070.00020.55
8.2.30.0000.00718.06
8.2.20.0050.00218.09
8.2.10.0000.00819.38
8.2.00.0030.00519.26
8.1.280.0060.00925.92
8.1.270.0000.00823.99
8.1.260.0080.00026.35
8.1.250.0040.00428.09
8.1.240.0070.00324.02
8.1.230.0030.01022.54
8.1.220.0080.00017.77
8.1.210.0080.00020.27
8.1.200.0060.00317.47
8.1.190.0000.00817.48
8.1.180.0050.00318.10
8.1.170.0080.00018.86
8.1.160.0030.00518.99
8.1.150.0080.00018.96
8.1.140.0070.00017.58
8.1.130.0070.00019.04
8.1.120.0040.00417.73
8.1.110.0020.00517.68
8.1.100.0070.00017.58
8.1.90.0040.00417.75
8.1.80.0040.00417.63
8.1.70.0040.00417.37
8.1.60.0000.00817.79
8.1.50.0030.00617.71
8.1.40.0050.00317.77
8.1.30.0000.00817.95
8.1.20.0040.00417.77
8.1.10.0050.00317.67
8.1.00.0030.00517.66
8.0.300.0030.00621.94
8.0.290.0050.00516.86
8.0.280.0030.00618.28
8.0.270.0030.00317.11
8.0.260.0030.00318.45
8.0.250.0070.00017.22
8.0.240.0070.00017.28
8.0.230.0030.00317.12
8.0.220.0030.00317.09
8.0.210.0040.00417.07
8.0.200.0000.00617.19
8.0.190.0000.00717.21
8.0.180.0000.00717.11
8.0.170.0000.00817.08
8.0.160.0040.00417.07
8.0.150.0080.00016.94
8.0.140.0040.00417.02
8.0.130.0000.00613.64
8.0.120.0040.00417.15
8.0.110.0070.00017.07
8.0.100.0050.00517.11
8.0.90.0070.00517.29
8.0.80.0060.00617.12
8.0.70.0130.00017.21
8.0.60.0100.00217.24
8.0.50.0070.00417.11
8.0.30.0110.00017.03
8.0.20.0050.00517.23
8.0.10.0050.00517.04
8.0.00.0030.00617.22
7.4.330.0060.00015.55
7.4.320.0060.00016.81
7.4.300.0000.00816.88
7.4.290.0040.00416.82
7.4.280.0050.00216.88
7.4.270.0030.00516.94
7.4.260.0000.00713.52
7.4.250.0070.00016.67
7.4.240.0050.00216.88
7.4.230.0000.01016.98
7.4.220.0070.00317.00
7.4.210.0020.00717.00
7.4.200.0000.01016.97
7.4.190.0060.00417.06
7.4.180.0050.00516.85
7.4.160.0000.01016.97
7.4.150.0080.00216.77
7.4.140.0050.00516.83
7.4.130.0090.00016.77
7.4.120.0060.00316.91
7.4.110.0050.00516.92
7.4.100.0040.00516.83
7.4.90.0070.00316.73
7.4.80.0000.00916.81
7.4.70.0090.00416.99
7.4.60.0070.00416.71
7.4.50.0030.00616.84
7.4.40.0000.00916.81
7.4.30.0060.00316.93
7.4.20.0090.00316.84
7.4.10.0060.00316.92
7.4.00.0100.00016.66
7.3.330.0080.00016.63
7.3.320.0000.00613.50
7.3.310.0040.00416.60
7.3.300.0050.00516.66
7.3.290.0070.00316.63
7.3.280.0090.00216.63
7.3.270.0080.00316.47
7.3.260.0060.00316.46
7.3.250.0110.00016.60
7.3.240.0080.00416.59
7.3.230.0070.00416.41
7.3.220.0030.00616.57
7.3.210.0030.00716.58
7.3.200.0050.00516.61
7.3.190.0060.00316.45
7.3.180.0070.00216.46
7.3.170.0030.00716.50
7.3.160.0070.00316.49
7.3.150.0040.00716.54
7.3.140.0060.00316.59
7.3.130.0000.00916.57
7.3.120.0060.00316.43
7.3.110.0040.00716.57
7.3.100.0050.00416.34
7.3.90.0050.00516.80
7.3.80.0040.00516.64
7.3.70.0050.00516.49
7.3.60.0100.00016.63
7.3.50.0090.00016.60
7.3.40.0070.00316.51
7.3.30.0000.01216.50
7.3.20.0090.00216.69
7.3.10.0100.00318.26
7.3.00.0090.00318.29

preferences:
50.27 ms | 400 KiB | 5 Q