3v4l.org

run code in 300+ PHP versions simultaneously
<?php function xor_encrypt($in) { $key = '<censored>'; $text = $in; $outText = ''; // Iterate through each character for($i=0;$i<strlen($text);$i++) { $outText .= $text[$i] ^ $key[$i % strlen($key)]; } return $outText; } function xor_decrypt($in) { $key = '<derosnec>'; $text = $in; $outText = ''; // Iterate through each character for($i=0;$i<strlen($text);$i++) { $outText .= $text[$i] ^ $key[$i % strlen($key)]; } return $outText; } $my_data = array( "showpassword"=>"yes", "bgcolor"=>"#ffffff"); $my_data_e = base64_decode(xor_decrypt(json_decode(ClVLIh4ASCsCBE8lAxMacFMZV2hdVVotEhhUJQNVAmhSEV4sFxFeaAw%3D))); $tempdata = json_decode(xor_encrypt(base64_decode($my_data_e)), true); echo $my_data_e;

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)
5.4.310.0080.03612.52
5.4.300.0050.03712.53
5.4.290.0080.03512.52
5.4.280.0060.03412.42
5.4.270.0010.04012.41
5.4.260.0060.03712.41
5.4.250.0030.03912.41
5.4.240.0060.03412.42
5.4.230.0110.03112.41
5.4.220.0040.03812.41
5.4.210.0090.03212.41
5.4.200.0110.04512.41
5.4.190.0100.03712.40
5.4.180.0050.03712.41
5.4.170.0050.03612.41
5.4.160.0060.03912.40
5.4.150.0070.03712.40
5.4.140.0070.04212.09
5.4.130.0060.03412.07
5.4.120.0040.03512.04
5.4.110.0070.03812.04
5.4.100.0060.03712.04
5.4.90.0090.03312.03
5.4.80.0050.04312.04
5.4.70.0050.04112.03
5.4.60.0070.03312.03
5.4.50.0090.03212.03
5.4.40.0040.03712.02
5.4.30.0050.03512.01
5.4.20.0100.04212.01
5.4.10.0060.03412.02
5.4.00.0070.03311.50
5.3.290.0110.04112.80
5.3.280.0040.03812.71
5.3.270.0080.03712.72
5.3.260.0070.04012.72
5.3.250.0090.03612.72
5.3.240.0070.04512.72
5.3.230.0040.04012.71
5.3.220.0060.03712.68
5.3.210.0080.03612.68
5.3.200.0060.04312.68
5.3.190.0080.03912.67
5.3.180.0080.03712.67
5.3.170.0070.03712.67
5.3.160.0060.03612.67
5.3.150.0080.03312.68
5.3.140.0060.03812.66
5.3.130.0070.03712.66
5.3.120.0060.03812.66
5.3.110.0060.03812.66
5.3.100.0060.04812.13
5.3.90.0060.04312.11
5.3.80.0050.03612.10
5.3.70.0020.03912.10
5.3.60.0060.03512.09
5.3.50.0050.03612.03
5.3.40.0060.03512.03
5.3.30.0080.03511.99
5.3.20.0050.03511.77
5.3.10.0080.03711.74
5.3.00.0060.03511.73
5.2.170.0090.0349.22
5.2.160.0030.0339.22
5.2.150.0030.0379.22
5.2.140.0060.0319.22
5.2.130.0050.0289.18
5.2.120.0040.0369.18
5.2.110.0090.0289.19
5.2.100.0090.0259.19
5.2.90.0050.0299.18
5.2.80.0060.0289.18
5.2.70.0040.0359.18
5.2.60.0060.0359.14
5.2.50.0040.0319.11
5.2.40.0040.0299.09
5.2.30.0040.0389.06
5.2.20.0070.0309.05
5.2.10.0060.0268.95
5.2.00.0050.0308.82
5.1.60.0060.0288.10
5.1.50.0060.0238.10
5.1.40.0040.0268.07
5.1.30.0040.0308.43
5.1.20.0050.0258.45
5.1.10.0060.0288.18
5.1.00.0030.0268.17
5.0.50.0030.0276.65
5.0.40.0040.0206.52
5.0.30.0020.0326.32
5.0.20.0030.0206.29
5.0.10.0040.0256.27
5.0.00.0030.0366.27
4.4.90.0020.0194.78
4.4.80.0030.0144.76
4.4.70.0020.0164.75
4.4.60.0020.0164.75
4.4.50.0050.0164.77
4.4.40.0030.0254.71
4.4.30.0030.0194.76
4.4.20.0010.0174.84
4.4.10.0020.0164.85
4.4.00.0020.0254.75
4.3.110.0040.0154.67
4.3.100.0030.0174.66
4.3.90.0040.0134.64
4.3.80.0030.0244.59
4.3.70.0030.0144.63
4.3.60.0030.0144.63
4.3.50.0070.0164.63
4.3.40.0020.0254.54
4.3.30.0000.0193.31
4.3.20.0040.0223.28
4.3.10.0030.0193.25
4.3.00.0030.01715.92

preferences:
142.35 ms | 1386 KiB | 7 Q