3v4l.org

run code in 500+ PHP versions simultaneously
<?php $key = hex2bin('000102030405060708090a0b0c0d0e0f'); $message = hex2bin('5061726101676f6e000300'); $iv = mcrypt_create_iv(16, MCRYPT_DEV_URANDOM); $encrypted = mcrypt_encrypt(MCRYPT_RIJNDAEL_128, $key, $message, MCRYPT_MODE_CBC, $iv); $decrypted = mcrypt_decrypt(MCRYPT_RIJNDAEL_128, $key, $encrypted, MCRYPT_MODE_CBC, $iv); // This should still be padded: var_dump(bin2hex($decrypted)); // Let's strip off the padding: $stripped = rtrim($decrypted, "\0"); var_dump(bin2hex($stripped)); // Does this equal the original message? var_dump($stripped === $message);

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.60.0100.00716.75
8.5.30.0090.00617.23
8.5.20.0200.00816.79
8.5.10.0200.00617.89
8.5.00.0180.00817.89
8.4.180.0200.00819.66
8.4.170.0230.01019.90
8.4.160.0210.00719.90
8.4.150.0170.00417.79
8.4.140.0180.01017.78
8.4.130.0180.00717.85
8.4.120.0220.00718.75
8.4.110.0230.00618.81
8.4.100.0240.00818.22
8.4.90.0210.00518.76
8.4.80.0190.00718.49
8.4.70.0230.00617.83
8.4.60.0220.00718.75
8.4.50.0210.00918.07
8.4.40.0240.00317.82
8.4.30.0220.00517.78
8.4.20.0230.00817.89
8.4.10.0210.00617.69
8.3.300.0220.00518.70
8.3.290.0170.01019.11
8.3.280.0220.00818.22
8.3.270.0220.00916.47
8.3.260.0220.00516.71
8.3.250.0200.00617.37
8.3.240.0200.00716.49
8.3.230.0230.00716.54
8.3.220.0210.00316.91
8.3.210.0210.00816.57
8.3.200.0230.00716.64
8.3.190.0210.00916.73
8.3.180.0200.00717.21
8.3.170.0220.00616.48
8.3.160.0220.00716.85
8.3.150.0220.00817.20
8.3.140.0220.00716.61
8.3.130.0180.00716.60
8.3.120.0220.00617.32
8.3.110.0190.00518.06
8.3.100.0210.00516.62
8.3.90.0220.00619.86
8.3.80.0210.00517.21
8.3.70.0180.01016.53
8.3.60.0240.00516.68
8.3.50.0140.01119.27
8.3.40.0220.00418.24
8.3.30.0150.00818.20
8.3.20.0180.00618.71
8.3.10.0140.00719.18
8.3.00.0110.00817.83
8.2.300.0260.00818.78
8.2.290.0180.00717.91
8.2.280.0180.00517.22
8.2.270.0170.00816.84
8.2.260.0170.00416.57
8.2.250.0170.00416.67
8.2.240.0200.00316.86
8.2.230.0170.00518.58
8.2.220.0170.00519.02
8.2.210.0180.00620.01
8.2.200.0160.00617.32
8.2.190.0160.00916.66
8.2.180.0160.00917.20
8.2.170.0180.00519.69
8.2.160.0170.00619.67
8.2.150.0170.00420.35
8.2.140.0140.00820.06
8.2.130.0190.00620.57
8.2.120.0150.00618.96
8.2.110.0170.00518.85
8.2.100.0140.00717.98
8.2.90.0100.00517.80
8.2.80.0120.00317.90
8.2.70.0160.00417.73
8.2.60.0130.00717.83
8.2.50.0140.00717.87
8.2.40.0160.00918.45
8.2.30.0130.00817.73
8.2.20.0140.00817.73
8.2.10.0160.00617.75
8.2.00.0170.00617.77
8.1.340.0220.00718.88
8.1.330.0150.00918.18
8.1.320.0180.00616.30
8.1.310.0150.00616.87
8.1.300.0180.00416.19
8.1.290.0170.00421.05
8.1.280.0190.00719.44
8.1.270.0140.00818.42
8.1.260.0170.00520.43
8.1.250.0170.00420.99
8.1.240.0170.00919.06
8.1.230.0160.00819.23
8.1.220.0150.00717.62
8.1.210.0150.00717.92
8.1.200.0140.00717.46
8.1.190.0140.00617.44
8.1.180.0170.00417.67
8.1.170.0150.00618.47
8.1.160.0130.00717.89
8.1.150.0160.00617.88
8.1.140.0180.00317.32
8.1.130.0140.00617.54
8.1.120.0160.00417.61
8.1.110.0140.00617.59
8.1.100.0130.00817.49
8.1.90.0150.00717.35
8.1.80.0140.00717.51
8.1.70.0120.00617.43
8.1.60.0150.00617.63
8.1.50.0160.00417.58
8.1.40.0150.00517.57
8.1.30.0150.00517.70
8.1.20.0150.00517.68
8.1.10.0150.00517.54
8.1.00.0140.00517.49
8.0.300.0130.00617.82
8.0.290.0150.00516.79
8.0.280.0130.00617.44
8.0.270.0130.00617.04
8.0.260.0130.00716.83
8.0.250.0130.00616.90
8.0.240.0130.00616.92
8.0.230.0130.00616.95
8.0.220.0130.00616.83
8.0.210.0120.00816.83
8.0.200.0140.00416.90
8.0.190.0140.00416.88
8.0.180.0130.00616.91
8.0.170.0140.00416.97
8.0.160.0110.00816.88
8.0.150.0110.00716.83
8.0.140.0110.00616.86
8.0.130.0130.00416.17
8.0.120.0140.00416.77
8.0.110.0090.00416.86
8.0.100.0080.00716.83
8.0.90.0080.00616.81
8.0.80.0110.00516.80
8.0.70.0080.00616.85
8.0.60.0080.00616.87
8.0.50.0090.00516.81
8.0.30.0100.00716.85
8.0.20.0100.00616.98
8.0.10.0130.00316.99
8.0.00.0100.00816.82
7.4.330.0120.00417.18
7.4.320.0140.00516.61
7.4.300.0120.00416.60
7.4.290.0130.00516.50
7.4.280.0120.00616.51
7.4.270.0130.00616.54
7.4.260.0120.00716.55
7.4.250.0130.00416.55
7.4.240.0090.00516.57
7.4.230.0080.00516.50
7.4.220.0100.00616.56
7.4.210.0100.00616.48
7.4.200.0090.00616.52
7.4.190.0130.00316.62
7.4.180.0120.00316.63
7.4.160.0100.00516.55
7.4.150.0100.00616.57
7.4.140.0100.00716.71
7.4.130.0120.00516.46
7.4.120.0130.00616.47
7.4.110.0120.00716.42
7.4.100.0120.00816.48
7.4.90.0120.00616.44
7.4.80.0100.00816.66
7.4.70.0110.00816.51
7.4.60.0110.00716.46
7.4.50.0100.00816.43
7.4.40.0120.00616.42
7.4.30.0110.00716.53
7.4.20.0120.00616.43
7.4.10.0110.00816.34
7.4.00.0100.00816.20
7.3.330.0140.00615.76
7.3.320.0160.00315.64
7.3.310.0100.00416.27
7.3.300.0090.00316.30
7.3.290.0100.00716.22
7.3.280.0110.00616.32
7.3.270.0090.00816.44
7.3.260.0120.00616.26
7.3.250.0150.00716.31
7.3.240.0150.00616.32
7.3.230.0120.00816.30
7.3.220.0140.00616.25
7.3.210.0120.00816.27
7.3.200.0100.00916.27
7.3.190.0120.00716.26
7.3.180.0130.00616.28
7.3.170.0130.00716.27
7.3.160.0120.00716.28
7.3.150.0110.00816.26
7.3.140.0110.00916.31
7.3.130.0100.00816.13
7.3.120.0120.00816.08
7.3.110.0130.00616.08
7.3.100.0100.00815.95
7.3.90.0110.00716.05
7.3.80.0120.00715.97
7.3.70.0130.00615.93
7.3.60.0100.00815.88
7.3.50.0110.00815.88
7.3.40.0100.00815.90
7.3.30.0100.00815.80
7.3.20.0180.00816.18
7.3.10.0230.00716.14
7.3.00.0180.00616.13
7.2.340.0120.00516.84
7.2.330.0140.00816.42
7.2.320.0130.00916.44
7.2.310.0130.00716.42
7.2.300.0130.00816.43
7.2.290.0140.00816.42
7.2.280.0120.00916.48
7.2.270.0130.00816.42
7.2.260.0110.00916.29
7.2.250.0130.00816.22
7.2.240.0110.00916.24
7.2.230.0140.00816.16
7.2.220.0120.00916.19
7.2.210.0120.00816.13
7.2.200.0140.00716.13
7.2.190.0120.00816.27
7.2.180.0130.00716.11
7.2.170.0120.00816.04
7.2.160.0120.00816.01
7.2.150.0210.00716.33
7.2.140.0220.00616.35
7.2.130.0200.00916.57
7.2.120.0230.00716.34
7.2.110.0360.00616.28
7.2.100.0370.00716.27
7.2.90.0310.00916.25
7.2.80.0370.00916.30
7.2.70.0330.00816.22
7.2.60.0310.00816.44
7.2.50.0340.00916.26
7.2.40.0320.00716.29
7.2.30.0350.00816.32
7.2.20.0300.00916.29
7.2.10.0320.00816.28
7.2.00.0250.00816.56
7.1.330.0170.00615.63
7.1.320.0140.00715.40
7.1.310.0140.00715.33
7.1.300.0150.00715.38
7.1.290.0140.00715.33
7.1.280.0130.00615.29
7.1.270.0230.00615.21
7.1.260.0190.00915.18
7.1.250.0210.00815.16
7.1.240.0220.00715.18
7.1.230.0400.00715.08
7.1.220.0380.00815.11
7.1.210.0350.00715.11
7.1.200.0380.00615.13
7.1.190.0370.00815.13
7.1.180.0350.00715.11
7.1.170.0350.00715.05
7.1.160.0350.00815.10
7.1.150.0270.00815.09
7.1.140.0360.00815.14
7.1.130.0350.00815.17
7.1.120.0320.00615.21
7.1.110.0280.00915.24
7.1.100.0320.00815.29
7.1.90.0280.00815.27
7.1.80.0260.00815.31
7.1.70.0240.00715.35
7.1.60.0270.00716.69
7.1.50.0260.00816.65
7.1.40.0230.00816.60
7.1.30.0270.00716.62
7.1.20.0230.00816.63
7.1.10.0250.00715.28
7.1.00.0250.00715.24
7.0.330.0200.00715.17
7.0.320.0230.00715.01
7.0.310.0410.00614.96
7.0.300.0360.00714.93
7.0.290.0340.00814.92
7.0.280.0390.00714.91
7.0.270.0300.00814.91
7.0.260.0290.00714.98
7.0.250.0310.00715.01
7.0.240.0260.00815.09
7.0.230.0350.00815.06
7.0.220.0330.00715.13
7.0.210.0270.00715.03
7.0.200.0230.00815.11
7.0.190.0230.00715.11
7.0.180.0250.00715.07
7.0.170.0240.00615.10
7.0.160.0230.00715.04
7.0.150.0240.00815.02
7.0.140.0230.00714.99
7.0.130.0250.00715.02
7.0.120.0290.00715.08
7.0.110.0240.00715.01
7.0.100.0220.00714.97
7.0.90.0270.00614.99
7.0.80.0230.00615.00
7.0.70.0230.00615.03
7.0.60.0240.00715.12
7.0.50.0250.00715.19
7.0.40.0240.00715.01
7.0.30.0240.00615.05
7.0.20.0240.00715.11
7.0.10.0210.00715.02
7.0.00.0230.00815.03
5.6.400.0140.00615.36
5.6.390.0140.00715.28
5.6.380.0150.00815.20
5.6.370.0150.00915.18
5.6.360.0130.01015.16
5.6.350.0140.00815.24
5.6.340.0150.00715.20
5.6.330.0140.00915.23
5.6.320.0160.00815.22
5.6.310.0130.00815.23
5.6.300.0130.01115.60
5.6.290.0130.01115.67
5.6.280.0140.01015.62
5.6.270.0130.01215.61
5.6.260.0130.01015.65
5.6.250.0140.01315.63
5.6.240.0130.01315.67
5.6.230.0130.01115.64
5.6.220.0130.01215.63
5.6.210.0140.01215.65
5.6.200.0140.01215.62
5.6.190.0150.01015.60
5.6.180.0150.01115.62
5.6.170.0140.01115.59
5.6.160.0140.01115.58
5.6.150.0140.01115.64
5.6.140.0120.01215.63
5.6.130.0140.01115.64
5.6.120.0140.01115.61
5.6.110.0150.01215.60
5.6.100.0140.01215.59
5.6.90.0130.01215.56
5.6.80.0130.01215.49
5.6.70.0130.01215.52
5.6.60.0130.01215.47
5.6.50.0120.01215.47
5.6.40.0150.01115.48
5.6.30.0150.01115.51
5.6.20.0130.01215.48
5.6.10.0130.01215.47
5.6.00.0150.01115.44
5.5.380.0140.01115.27
5.5.370.0130.01215.20
5.5.360.0140.01015.18
5.5.350.0140.01115.16
5.5.340.0150.01115.23
5.5.330.0140.01315.22
5.5.320.0140.01215.23
5.5.310.0150.01115.26
5.5.300.0140.01215.19
5.5.290.0140.01215.24
5.5.280.0140.01115.26
5.5.270.0140.01215.24
5.5.260.0140.01115.21
5.5.250.0160.01015.17
5.5.240.0150.01115.16
5.5.230.0140.01215.13
5.5.220.0120.01415.16
5.5.210.0130.01215.15
5.5.200.0150.01115.09
5.5.190.0120.01415.12
5.5.180.0140.01115.10
5.5.170.0150.00815.07
5.5.160.0130.01215.11
5.5.150.0130.01115.07
5.5.140.0140.01015.10
5.5.130.0130.01215.07
5.5.120.0140.01115.04
5.5.110.0130.01215.06
5.5.100.0140.01115.10
5.5.90.0150.01015.11
5.5.80.0140.01115.13
5.5.70.0150.01015.12
5.5.60.0140.01115.07
5.5.50.0150.00915.11
5.5.40.0150.01015.10
5.5.30.0130.01115.09
5.5.20.0130.01215.11
5.5.10.0130.01215.06
5.5.00.0130.01215.10
5.4.450.0100.01012.95
5.4.440.0120.00913.04
5.4.430.0110.00913.02
5.4.420.0130.00812.99
5.4.410.0110.00913.05
5.4.400.0110.01012.96
5.4.390.0110.00913.33
5.4.380.0110.00912.95
5.4.370.0120.00812.94
5.4.360.0120.01012.93
5.4.350.0110.00812.98
5.4.340.0120.01012.95
5.4.330.0130.00512.49
5.4.320.0110.01012.97
5.4.310.0110.00912.96
5.4.300.0110.00912.97
5.4.290.0120.00812.96
5.4.280.0110.01012.97
5.4.270.0110.00912.98
5.4.260.0110.00912.96
5.4.250.0110.00912.97
5.4.240.0110.00812.93
5.4.230.0120.00812.93
5.4.220.0120.00912.91
5.4.210.0110.00912.90
5.4.200.0120.00813.14
5.4.190.0120.00912.90
5.4.180.0110.01012.92
5.4.170.0120.00912.89
5.4.160.0110.00812.91
5.4.150.0110.01012.93
5.4.140.0100.00912.78
5.4.130.0110.00812.77
5.4.120.0100.01012.79
5.4.110.0110.00912.78
5.4.100.0120.00712.78
5.4.90.0110.00812.88
5.4.80.0110.00812.80
5.4.70.0100.00912.79
5.4.60.0110.00912.80
5.4.50.0160.00912.76
5.4.40.0100.00812.78
5.4.30.0110.00712.77
5.4.20.0100.00812.79
5.4.10.0110.00812.79
5.4.00.0100.01012.68

preferences:
61.73 ms | 2386 KiB | 5 Q