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.90.0090.00517.88
8.5.80.0090.00317.62
8.5.70.0080.00418.45
8.5.60.0070.00517.73
8.5.50.0040.00317.58
8.5.40.0060.00118.07
8.5.30.0070.00617.40
8.5.20.0160.00717.01
8.5.10.0170.00517.44
8.5.00.0150.00718.03
8.4.240.0100.00220.50
8.4.230.0100.00520.19
8.4.220.0090.00820.12
8.4.210.0070.00421.03
8.4.200.0070.00421.42
8.4.190.0060.00521.62
8.4.180.0170.00820.15
8.4.170.0190.00920.25
8.4.160.0170.00620.29
8.4.150.0150.00418.54
8.4.140.0150.00918.08
8.4.130.0150.00718.21
8.4.120.0180.00618.91
8.4.110.0190.00618.91
8.4.100.0190.00718.52
8.4.90.0170.00518.90
8.4.80.0160.00718.65
8.4.70.0190.00618.08
8.4.60.0200.00719.02
8.4.50.0180.00718.39
8.4.40.0200.00318.21
8.4.30.0180.00518.08
8.4.20.0190.00718.25
8.4.10.0160.00618.01
8.3.330.0070.00719.12
8.3.320.0110.00418.95
8.3.310.0090.00619.05
8.3.300.0180.00518.90
8.3.290.0140.00919.30
8.3.280.0180.00718.59
8.3.270.0170.00816.81
8.3.260.0190.00417.06
8.3.250.0160.00617.57
8.3.240.0170.00716.80
8.3.230.0190.00616.91
8.3.220.0180.00317.18
8.3.210.0170.00716.98
8.3.200.0190.00616.94
8.3.190.0170.00717.01
8.3.180.0160.00717.47
8.3.170.0180.00616.89
8.3.160.0190.00617.13
8.3.150.0180.00717.38
8.3.140.0180.00717.04
8.3.130.0150.00616.93
8.3.120.0180.00517.50
8.3.110.0160.00518.02
8.3.100.0180.00416.87
8.3.90.0190.00619.55
8.3.80.0170.00517.45
8.3.70.0150.00916.87
8.3.60.0200.00417.01
8.3.50.0130.00919.09
8.3.40.0180.00418.50
8.3.30.0130.00718.53
8.3.20.0150.00518.84
8.3.10.0130.00619.32
8.3.00.0100.00818.03
8.2.330.0050.00619.92
8.2.320.0110.00618.97
8.2.310.0100.00518.88
8.2.300.0210.00718.49
8.2.290.0160.00617.61
8.2.280.0170.00517.11
8.2.270.0170.00716.68
8.2.260.0160.00516.56
8.2.250.0150.00516.66
8.2.240.0180.00316.78
8.2.230.0160.00518.01
8.2.220.0160.00518.42
8.2.210.0170.00519.03
8.2.200.0150.00517.10
8.2.190.0130.00816.59
8.2.180.0140.00816.97
8.2.170.0170.00519.09
8.2.160.0180.00619.15
8.2.150.0180.00519.66
8.2.140.0150.00719.39
8.2.130.0180.00619.84
8.2.120.0180.00618.55
8.2.110.0180.00718.43
8.2.100.0170.00817.87
8.2.90.0150.00617.67
8.2.80.0140.00617.78
8.2.70.0180.00517.68
8.2.60.0140.00818.15
8.2.50.0160.00817.74
8.2.40.0170.00918.21
8.2.30.0140.00817.71
8.2.20.0160.00717.66
8.2.10.0180.00717.70
8.2.00.0190.00617.73
8.1.340.0240.00718.51
8.1.330.0160.00717.69
8.1.320.0190.00616.34
8.1.310.0150.00616.71
8.1.300.0160.00416.19
8.1.290.0170.00419.82
8.1.280.0160.00618.64
8.1.270.0140.00718.10
8.1.260.0160.00419.74
8.1.250.0150.00320.01
8.1.240.0170.00818.60
8.1.230.0140.00718.70
8.1.220.0140.00718.08
8.1.210.0130.00618.13
8.1.200.0130.00617.85
8.1.190.0140.00517.49
8.1.180.0140.00417.50
8.1.170.0120.00618.11
8.1.160.0120.00718.24
8.1.150.0140.00518.27
8.1.140.0150.00317.78
8.1.130.0130.00618.02
8.1.120.0150.00417.51
8.1.110.0120.00617.94
8.1.100.0110.00717.86
8.1.90.0130.00617.75
8.1.80.0110.00717.85
8.1.70.0110.00617.82
8.1.60.0160.00517.67
8.1.50.0150.00517.57
8.1.40.0140.00417.46
8.1.30.0140.00517.75
8.1.20.0140.00517.99
8.1.10.0140.00517.82
8.1.00.0130.00517.65
8.0.300.0120.00518.00
8.0.290.0130.00517.20
8.0.280.0110.00617.52
8.0.270.0110.00517.29
8.0.260.0110.00517.33
8.0.250.0120.00517.34
8.0.240.0110.00517.34
8.0.230.0110.00617.28
8.0.220.0110.00517.04
8.0.210.0120.00616.61
8.0.200.0150.00416.92
8.0.190.0160.00416.80
8.0.180.0130.00616.92
8.0.170.0130.00516.90
8.0.160.0130.00716.92
8.0.150.0110.00716.86
8.0.140.0110.00616.90
8.0.130.0120.00516.30
8.0.120.0120.00417.11
8.0.110.0090.00417.00
8.0.100.0070.00617.03
8.0.90.0080.00517.01
8.0.80.0100.00517.02
8.0.70.0080.00517.06
8.0.60.0070.00617.07
8.0.50.0090.00516.98
8.0.30.0090.00717.01
8.0.20.0090.00617.10
8.0.10.0120.00317.15
8.0.00.0090.00816.92
7.4.330.0110.00417.41
7.4.320.0120.00416.92
7.4.300.0100.00416.78
7.4.290.0110.00516.71
7.4.280.0110.00516.75
7.4.270.0120.00516.81
7.4.260.0100.00616.83
7.4.250.0120.00416.72
7.4.240.0080.00516.74
7.4.230.0070.00516.68
7.4.220.0100.00616.46
7.4.210.0100.00516.68
7.4.200.0080.00516.68
7.4.190.0120.00316.86
7.4.180.0110.00416.84
7.4.160.0090.00516.71
7.4.150.0100.00516.70
7.4.140.0100.00716.77
7.4.130.0110.00516.54
7.4.120.0120.00616.54
7.4.110.0110.00616.38
7.4.100.0110.00716.54
7.4.90.0120.00616.50
7.4.80.0100.00716.72
7.4.70.0110.00716.58
7.4.60.0100.00716.57
7.4.50.0090.00816.54
7.4.40.0120.00516.54
7.4.30.0100.00716.63
7.4.20.0120.00616.54
7.4.10.0110.00716.34
7.4.00.0100.00816.29
7.3.330.0130.00516.02
7.3.320.0150.00316.08
7.3.310.0100.00416.47
7.3.300.0090.00316.48
7.3.290.0100.00616.43
7.3.280.0110.00616.50
7.3.270.0080.00716.63
7.3.260.0110.00516.46
7.3.250.0140.00616.31
7.3.240.0140.00616.47
7.3.230.0110.00716.46
7.3.220.0130.00616.39
7.3.210.0110.00816.36
7.3.200.0100.00916.36
7.3.190.0110.00716.38
7.3.180.0120.00616.40
7.3.170.0120.00716.39
7.3.160.0120.00716.40
7.3.150.0110.00816.24
7.3.140.0110.00816.41
7.3.130.0100.00816.23
7.3.120.0110.00816.16
7.3.110.0120.00616.17
7.3.100.0100.00816.02
7.3.90.0110.00716.13
7.3.80.0120.00716.06
7.3.70.0120.00616.01
7.3.60.0100.00815.96
7.3.50.0110.00815.97
7.3.40.0100.00715.98
7.3.30.0100.00815.87
7.3.20.0170.00816.23
7.3.10.0230.00716.20
7.3.00.0180.00616.19
7.2.340.0120.00516.86
7.2.330.0130.00816.39
7.2.320.0130.00816.43
7.2.310.0130.00716.41
7.2.300.0130.00816.43
7.2.290.0140.00816.41
7.2.280.0130.00916.48
7.2.270.0130.00916.41
7.2.260.0120.00916.29
7.2.250.0140.00816.22
7.2.240.0110.00916.24
7.2.230.0140.00816.16
7.2.220.0120.00916.19
7.2.210.0130.00816.14
7.2.200.0150.00716.15
7.2.190.0120.00816.26
7.2.180.0130.00716.13
7.2.170.0120.00816.07
7.2.160.0120.00816.01
7.2.150.0200.00716.40
7.2.140.0220.00616.43
7.2.130.0200.00816.62
7.2.120.0230.00716.40
7.2.110.0350.00716.35
7.2.100.0360.00716.34
7.2.90.0300.00916.31
7.2.80.0370.00816.37
7.2.70.0320.00816.30
7.2.60.0310.00816.50
7.2.50.0340.00916.34
7.2.40.0310.00716.36
7.2.30.0340.00816.40
7.2.20.0290.00916.37
7.2.10.0310.00816.36
7.2.00.0240.00816.62
7.1.330.0160.00615.70
7.1.320.0140.00715.49
7.1.310.0140.00715.43
7.1.300.0150.00715.47
7.1.290.0140.00615.42
7.1.280.0130.00615.39
7.1.270.0230.00615.27
7.1.260.0190.00815.26
7.1.250.0200.00815.25
7.1.240.0220.00715.25
7.1.230.0390.00715.16
7.1.220.0370.00715.18
7.1.210.0340.00715.19
7.1.200.0370.00615.21
7.1.190.0360.00815.20
7.1.180.0340.00715.18
7.1.170.0340.00715.11
7.1.160.0340.00715.15
7.1.150.0270.00815.16
7.1.140.0340.00815.21
7.1.130.0340.00815.23
7.1.120.0310.00615.27
7.1.110.0270.00815.31
7.1.100.0310.00815.34
7.1.90.0270.00815.34
7.1.80.0260.00815.37
7.1.70.0240.00715.41
7.1.60.0260.00716.71
7.1.50.0250.00816.68
7.1.40.0220.00816.61
7.1.30.0260.00716.64
7.1.20.0220.00816.63
7.1.10.0250.00715.33
7.1.00.0250.00715.28
7.0.330.0190.00715.23
7.0.320.0220.00615.08
7.0.310.0400.00615.04
7.0.300.0350.00715.00
7.0.290.0330.00714.99
7.0.280.0380.00715.00
7.0.270.0300.00814.98
7.0.260.0280.00715.05
7.0.250.0300.00715.09
7.0.240.0260.00715.16
7.0.230.0340.00815.13
7.0.220.0320.00715.19
7.0.210.0260.00715.11
7.0.200.0220.00815.18
7.0.190.0220.00715.15
7.0.180.0240.00715.12
7.0.170.0230.00615.14
7.0.160.0220.00615.08
7.0.150.0230.00715.07
7.0.140.0230.00715.04
7.0.130.0240.00715.08
7.0.120.0290.00715.13
7.0.110.0230.00715.06
7.0.100.0220.00715.03
7.0.90.0260.00615.05
7.0.80.0230.00615.05
7.0.70.0220.00615.09
7.0.60.0240.00715.17
7.0.50.0240.00615.23
7.0.40.0230.00715.07
7.0.30.0230.00615.11
7.0.20.0230.00715.16
7.0.10.0200.00715.08
7.0.00.0220.00715.07
5.6.400.0140.00615.36
5.6.390.0140.00715.29
5.6.380.0150.00815.21
5.6.370.0150.00815.21
5.6.360.0120.00915.19
5.6.350.0140.00815.25
5.6.340.0150.00715.21
5.6.330.0140.00915.24
5.6.320.0150.00715.23
5.6.310.0130.00815.25
5.6.300.0130.01115.60
5.6.290.0130.01115.66
5.6.280.0140.01015.62
5.6.270.0130.01215.61
5.6.260.0130.00915.65
5.6.250.0130.01215.63
5.6.240.0130.01315.67
5.6.230.0120.01115.64
5.6.220.0130.01215.64
5.6.210.0130.01115.66
5.6.200.0140.01115.62
5.6.190.0150.01015.61
5.6.180.0150.01115.63
5.6.170.0140.01115.61
5.6.160.0140.01115.58
5.6.150.0140.01115.64
5.6.140.0120.01215.65
5.6.130.0140.01115.65
5.6.120.0140.01115.61
5.6.110.0150.01115.60
5.6.100.0140.01215.60
5.6.90.0130.01215.56
5.6.80.0140.01215.49
5.6.70.0130.01215.54
5.6.60.0130.01215.48
5.6.50.0120.01215.48
5.6.40.0150.01115.49
5.6.30.0150.01015.51
5.6.20.0130.01115.49
5.6.10.0130.01215.48
5.6.00.0150.01115.45
5.5.380.0140.01115.29
5.5.370.0130.01215.23
5.5.360.0150.01015.19
5.5.350.0150.01115.18
5.5.340.0150.01115.25
5.5.330.0140.01215.23
5.5.320.0140.01215.24
5.5.310.0150.01115.27
5.5.300.0140.01115.21
5.5.290.0140.01215.26
5.5.280.0140.01115.28
5.5.270.0140.01215.26
5.5.260.0140.01115.22
5.5.250.0150.01015.20
5.5.240.0140.01115.18
5.5.230.0140.01115.14
5.5.220.0130.01415.19
5.5.210.0130.01215.16
5.5.200.0150.01115.10
5.5.190.0130.01415.15
5.5.180.0140.01115.12
5.5.170.0150.00815.08
5.5.160.0130.01215.12
5.5.150.0140.01115.08
5.5.140.0140.01015.11
5.5.130.0130.01215.09
5.5.120.0140.01115.07
5.5.110.0130.01215.08
5.5.100.0150.01115.13
5.5.90.0140.01015.13
5.5.80.0140.01115.17
5.5.70.0150.01015.15
5.5.60.0140.01015.09
5.5.50.0160.00915.13
5.5.40.0150.01015.13
5.5.30.0130.01115.12
5.5.20.0140.01215.13
5.5.10.0130.01215.08
5.5.00.0130.01215.12
5.4.450.0100.01013.03
5.4.440.0120.00913.12
5.4.430.0110.00913.10
5.4.420.0130.00813.07
5.4.410.0110.00913.13
5.4.400.0110.01013.04
5.4.390.0110.00913.40
5.4.380.0110.00913.03
5.4.370.0120.00813.03
5.4.360.0120.00913.01
5.4.350.0110.00813.07
5.4.340.0120.01013.04
5.4.330.0130.00512.60
5.4.320.0110.01013.06
5.4.310.0110.00813.04
5.4.300.0110.00913.05
5.4.290.0120.00813.04
5.4.280.0110.01013.06
5.4.270.0110.00913.06
5.4.260.0110.00913.05
5.4.250.0110.00913.05
5.4.240.0110.00813.02
5.4.230.0110.00813.02
5.4.220.0110.00912.99
5.4.210.0110.00912.99
5.4.200.0110.00813.21
5.4.190.0120.00812.99
5.4.180.0110.00913.00
5.4.170.0120.00912.98
5.4.160.0110.00813.00
5.4.150.0110.01013.02
5.4.140.0100.00912.87
5.4.130.0110.00812.87
5.4.120.0100.01012.88
5.4.110.0110.00912.87
5.4.100.0120.00712.87
5.4.90.0110.00812.96
5.4.80.0120.00812.89
5.4.70.0100.00912.88
5.4.60.0110.00812.89
5.4.50.0160.00912.86
5.4.40.0110.00812.87
5.4.30.0110.00712.86
5.4.20.0100.00812.87
5.4.10.0110.00812.88
5.4.00.0100.01012.77

preferences:
63.96 ms | 2457 KiB | 5 Q