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('<IMG SRC="javascript:alert('XSS');">');?>

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.0110.03412.52
5.4.300.0070.04612.52
5.4.290.0090.04912.52
5.4.280.0080.04812.41
5.4.270.0050.04012.41
5.4.260.0060.04512.41
5.4.250.0060.03912.41
5.4.240.0060.03712.41
5.4.230.0070.03912.41
5.4.220.0070.03512.41
5.4.210.0110.03512.41
5.4.200.0060.03812.41
5.4.190.0090.03312.40
5.4.180.0090.03412.40
5.4.170.0050.03812.41
5.4.160.0080.03612.40
5.4.150.0080.03412.40
5.4.140.0080.04912.09
5.4.130.0070.04712.07
5.4.120.0070.04812.04
5.4.110.0050.03712.03
5.4.100.0010.04112.03
5.4.90.0070.03612.03
5.4.80.0050.03712.03
5.4.70.0090.03412.03
5.4.60.0080.03612.03
5.4.50.0060.03712.03
5.4.40.0050.03512.02
5.4.30.0060.03612.01
5.4.20.0060.04912.01
5.4.10.0060.03512.01
5.4.00.0060.03611.50
5.3.280.0090.05012.71
5.3.270.0060.04012.73
5.3.260.0060.03912.72
5.3.250.0020.04112.72
5.3.240.0080.03612.72
5.3.230.0080.03512.71
5.3.220.0060.03812.68
5.3.210.0050.04012.68
5.3.200.0050.03712.68
5.3.190.0040.03912.68
5.3.180.0090.04912.68
5.3.170.0070.04312.66
5.3.160.0070.04212.67
5.3.150.0070.03712.67
5.3.140.0060.04012.66
5.3.130.0100.04512.65
5.3.120.0130.04612.66
5.3.110.0070.04512.66
5.3.100.0100.03512.12
5.3.90.0090.04212.10
5.3.80.0070.04412.09
5.3.70.0100.04112.09
5.3.60.0060.04012.08
5.3.50.0040.04412.03
5.3.40.0070.04212.02
5.3.30.0030.03911.99
5.3.20.0060.03611.77
5.3.10.0050.03811.73
5.3.00.0160.02811.72
5.2.170.0030.0379.22
5.2.160.0060.0299.22
5.2.150.0050.0339.22
5.2.140.0060.0329.21
5.2.130.0050.0309.18
5.2.120.0050.0339.18
5.2.110.0080.0409.18
5.2.100.0070.0339.18
5.2.90.0050.0289.18
5.2.80.0040.0309.18
5.2.70.0070.0369.18
5.2.60.0040.0349.13
5.2.50.0080.0339.10
5.2.40.0030.0309.07
5.2.30.0060.0289.05
5.2.20.0040.0299.04
5.2.10.0040.0298.95
5.2.00.0060.0278.81
5.1.60.0050.0308.09
5.1.50.0050.0338.08
5.1.40.0070.0278.07
5.1.30.0050.0318.42
5.1.20.0040.0278.44
5.1.10.0040.0268.16
5.1.00.0030.0338.16
5.0.50.0020.0226.65
5.0.40.0030.0236.51
5.0.30.0050.0436.31
5.0.20.0030.0196.29
5.0.10.0010.0266.27
5.0.00.0020.0336.26
4.4.90.0010.0204.78
4.4.80.0040.0144.75
4.4.70.0050.0214.76
4.4.60.0030.0154.75
4.4.50.0030.0154.77
4.4.40.0040.0254.70
4.4.30.0020.0164.76
4.4.20.0040.0144.84
4.4.10.0030.0184.85
4.4.00.0040.0254.76
4.3.110.0050.0174.67
4.3.100.0030.0154.67
4.3.90.0040.0194.64
4.3.80.0060.0294.59
4.3.70.0030.0154.63
4.3.60.0040.0134.63
4.3.50.0040.0154.63
4.3.40.0040.0254.54
4.3.30.0020.0173.30
4.3.20.0020.0173.28
4.3.10.0020.0203.25
4.3.00.0070.02015.90

preferences:
138.99 ms | 1394 KiB | 7 Q