3v4l.org

run code in 300+ PHP versions simultaneously
<?php function safehtml ($str) { if (isset($GLOBALS['encoding'])) { $encoding = $GLOBALS['encoding']; } else { $encoding = 'ISO-8859-1'; } if (defined("ENT_XHTML")) { $newstr = htmlentities($str, ENT_COMPAT | ENT_XHTML, $encoding); // FIND-PHP-IGNORE-LINE-P$ } else { $newstr = htmlentities($str, ENT_COMPAT, $encoding); // FIND-PHP-IGNORE-LINE-PAUL } if (strlen($str) !== 0 && strlen($newstr) === 0) { trigger_error('safehtml returned blank string. Input: "'.$str.'"'); } return $newstr; } echo safehtml("';alert(String.fromCharCode(88,83,83))//';alert(String.fromCharCode(88,83,83))//";alert(String.fromCharCode(88,83,83))//";alert(String.fromCharCode(88,83,83))//-- ></SCRIPT>">'><SCRIPT>alert(String.fromCharCode(88,83,83))</SCRIPT>"); ?>

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.0060.03912.52
5.4.300.0090.03612.52
5.4.290.0070.03912.52
5.4.280.0070.03412.41
5.4.270.0050.03712.41
5.4.260.0040.04312.41
5.4.250.0060.03612.41
5.4.240.0080.03612.41
5.4.230.0120.03212.40
5.4.220.0040.04412.41
5.4.210.0040.04012.40
5.4.200.0050.03912.41
5.4.190.0080.04412.40
5.4.180.0080.03812.40
5.4.170.0070.03412.41
5.4.160.0060.03512.40
5.4.150.0070.04212.39
5.4.140.0030.03912.09
5.4.130.0050.03512.07
5.4.120.0060.03412.04
5.4.110.0070.03312.04
5.4.100.0040.03612.03
5.4.90.0050.03612.04
5.4.80.0080.03512.03
5.4.70.0080.03312.03
5.4.60.0090.03412.02
5.4.50.0060.04012.03
5.4.40.0050.03912.02
5.4.30.0100.03712.01
5.4.20.0030.03912.00
5.4.10.0070.03212.01
5.4.00.0050.03711.50
5.3.280.0060.04812.71
5.3.270.0080.03812.72
5.3.260.0070.04312.72
5.3.250.0080.03612.72
5.3.240.0090.03412.71
5.3.230.0060.03712.71
5.3.220.0010.04112.68
5.3.210.0040.04012.68
5.3.200.0100.03612.68
5.3.190.0070.03612.68
5.3.180.0070.03912.67
5.3.170.0050.03712.67
5.3.160.0050.03712.67
5.3.150.0070.03512.67
5.3.140.0070.03512.66
5.3.130.0100.04012.66
5.3.120.0060.03912.66
5.3.110.0040.04012.66
5.3.100.0070.03612.13
5.3.90.0070.03512.12
5.3.80.0060.04512.09
5.3.70.0060.05012.09
5.3.60.0060.03712.08
5.3.50.0080.04212.03
5.3.40.0030.04212.03
5.3.30.0050.03911.98
5.3.20.0080.03811.77
5.3.10.0050.03611.73
5.3.00.0060.03911.72
5.2.170.0020.0389.22
5.2.160.0040.0319.22
5.2.150.0050.0369.22
5.2.140.0050.0299.22
5.2.130.0030.0309.18
5.2.120.0020.0339.18
5.2.110.0020.0319.18
5.2.100.0060.0299.18
5.2.90.0050.0379.18
5.2.80.0040.0349.18
5.2.70.0070.0279.18
5.2.60.0080.0329.13
5.2.50.0050.0319.11
5.2.40.0040.0379.08
5.2.30.0050.0299.05
5.2.20.0080.0269.04
5.2.10.0070.0298.94
5.2.00.0040.0298.82
5.1.60.0070.0238.09
5.1.50.0030.0298.09
5.1.40.0060.0268.07
5.1.30.0080.0268.42
5.1.20.0050.0368.44
5.1.10.0060.0308.16
5.1.00.0030.0268.17
5.0.50.0040.0196.64
5.0.40.0030.0206.50
5.0.30.0010.0336.32
5.0.20.0060.0206.29
5.0.10.0030.0266.27
5.0.00.0010.0326.26
4.4.90.0010.0164.78
4.4.80.0010.0164.75
4.4.70.0040.0134.75
4.4.60.0010.0174.75
4.4.50.0030.0144.77
4.4.40.0010.0264.71
4.4.30.0040.0214.75
4.4.20.0050.0214.85
4.4.10.0040.0134.84
4.4.00.0030.0254.76
4.3.110.0060.0194.67
4.3.100.0030.0204.66
4.3.90.0020.0154.64
4.3.80.0040.0234.58
4.3.70.0030.0134.63
4.3.60.0000.0224.62
4.3.50.0010.0214.63
4.3.40.0020.0254.54
4.3.30.0020.0163.30
4.3.20.0010.0173.28
4.3.10.0010.0163.25
4.3.00.0100.01015.90

preferences:
136.81 ms | 1398 KiB | 7 Q