3v4l.org

run code in 300+ PHP versions simultaneously
<?php $code = "<?php /* * This file is part of the symfony package. * (c) 2004-2006 Fabien Potencier <fabien.potencier@symfony-project.com> * (c) 2004-2006 Sean Kerr <sean@code-box.org> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ /** * sfAction executes all the logic for the current request. * * @author Fabien Potencier <fabien.potencier@symfony-project.com> * @author Sean Kerr <sean@code-box.org> * * @method sfWebController getController() * @method sfWebResponse getResponse() */ abstract class sfAction extends sfComponent { protected \$security = []; /** * Initializes this action. * * @param sfContext \$context the current application context * @param string \$moduleName the module name * @param string \$actionName the action name */ public function initialize(\$context, \$moduleName, \$actionName) { parent::initialize(\$context, \$moduleName, \$actionName); // include security configuration if (\$file = \$context->getConfigCache()->checkConfig('modules/'.\$this->getModuleName().'/config/security.yml', true)) { require \$file; } } }"; $replaceRegex = '/^(?:<pre><code(?: [^>]+)?>|<code><span(?: [^>]+)?>\s*)(.*?)(?:<\/code><\/pre>|\s*<\/span>\s*<\/code>)$/s'; $splitRegex = '/(\r\n|\n|\r|<br \/>)/'; $content = preg_replace($replaceRegex, '$1', highlight_string($code, true)); $content = preg_split($splitRegex, $content); echo sprintf("Expected 41 lines, got %s lines\n\n", count($content)); $line = 37; $lines = []; for ($i = max($line - 3, 1), $max = min($line + 3, count($content)); $i <= $max; ++$i) { $lines[] = '<li'.($i == $line ? ' class="selected"' : '').'>'.$content[$i - 1].'</li>'; } echo '<ol start="'.max($line - 3, 1).'">'.implode("\n", $lines).'</ol>';

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.4.140.0150.01017.70
8.4.130.0120.00818.13
8.4.120.0060.00520.41
8.4.110.0060.00522.50
8.4.100.0130.00818.05
8.4.90.0110.01218.21
8.4.80.0040.00418.14
8.4.70.0070.00217.93
8.4.60.0110.00618.75
8.4.50.0090.00819.92
8.4.40.0100.00717.96
8.4.30.0080.00720.68
8.4.20.0150.00321.80
8.4.10.0090.00019.65
8.3.270.0100.01016.53
8.3.260.0120.00717.06
8.3.250.0110.00918.82
8.3.240.0080.00116.64
8.3.230.0100.01016.77
8.3.220.0090.00817.25
8.3.210.0080.01217.05
8.3.200.0130.00616.86
8.3.190.0110.00617.32
8.3.180.0130.00817.10
8.3.170.0120.00622.86
8.3.160.0040.01518.97
8.3.150.0100.01017.39
8.3.140.0160.00017.04
8.3.130.0100.00018.58
8.3.120.0070.00320.71
8.3.110.0160.00018.49
8.3.100.0420.00737.54
8.3.90.0410.01037.54
8.3.80.0420.01037.54
8.3.70.0330.01137.54
8.3.60.0240.00537.54
8.3.50.0240.00237.54
8.3.40.0330.00437.54
8.3.30.0230.00337.54
8.3.20.0180.00537.54
8.3.10.0210.00637.54
8.3.00.0240.00637.54
8.2.290.0120.00720.42
8.2.280.0140.00518.40
8.2.270.0060.01316.75
8.2.260.0150.00316.96
8.2.250.0160.00316.69
8.2.240.0090.00917.27
8.2.230.0000.00820.94
8.2.220.0230.00837.54
8.2.210.0280.00737.54
8.2.200.0240.01037.54
8.2.190.0180.00637.54
8.2.180.0190.00337.54
8.2.170.0180.00737.54
8.2.160.0170.00437.54
8.2.150.0150.00537.54
8.2.140.0160.00437.54
8.2.130.0160.00437.54
8.2.120.0260.00437.54
8.2.110.0390.00337.54
8.2.100.0340.01037.54
8.2.90.0390.00537.54
8.2.80.0310.00937.54
8.2.70.0270.00937.54
8.2.60.0320.01137.54
8.2.50.0270.00937.54
8.2.40.0230.00737.54
8.2.30.0250.00537.54
8.2.20.0330.01137.54
8.2.10.0340.01137.54
8.2.00.0280.00937.54
8.1.330.0130.00716.65
8.1.320.0170.00816.41
8.1.310.0080.00018.06
8.1.300.0130.00616.91
8.1.290.0380.00337.54
8.1.280.0250.00937.54
8.1.270.0180.01137.54
8.1.260.0190.00637.54
8.1.250.0280.00537.54
8.1.240.0330.00237.54
8.1.230.0290.01037.54
8.1.220.0230.01537.54
8.1.210.0290.01237.54
8.1.200.0230.01237.54
8.1.190.0250.00337.54
8.1.180.0230.00637.54
8.1.170.0200.00737.54
8.1.160.0230.00337.54
8.1.150.0240.01237.54
8.1.140.0310.00537.54
8.1.130.0260.00737.54
8.1.120.0250.01137.54
8.1.110.0310.00737.54
8.1.100.0290.01037.54
8.1.90.0230.00237.54
8.1.80.0220.00537.54
8.1.70.0220.00937.54
8.1.60.0370.00837.54
8.1.50.0360.00737.54
8.1.40.0420.00337.54
8.1.30.0300.00737.54
8.1.20.0370.00737.54
8.1.10.0280.01437.54
8.1.00.0340.01137.54
8.0.300.0260.01037.54
8.0.290.0230.01237.54
8.0.280.0250.00737.54
8.0.270.0270.00337.54
8.0.260.0210.01437.54
8.0.250.0290.00437.54
8.0.240.0470.00737.54
8.0.230.0300.01037.54
8.0.220.0340.00637.54
8.0.210.0390.00037.54
8.0.200.0350.00037.54
8.0.190.0310.01237.54
8.0.180.0360.00337.54
8.0.170.0270.01237.54
8.0.160.0300.00337.54
8.0.150.0330.00637.54
8.0.140.0390.00037.54
8.0.130.0280.00837.54
8.0.120.0400.00437.54
8.0.110.0280.00837.54
8.0.100.0150.00837.54
8.0.90.0210.00337.54
8.0.80.0250.00337.54
8.0.70.0190.00037.54
8.0.60.0190.00337.54
8.0.50.0280.00737.54
8.0.30.0320.00337.54
8.0.20.0280.00337.54
8.0.10.0250.01237.54
8.0.00.0170.00737.54
7.4.330.0230.00837.54
7.4.320.0240.01137.54
7.4.300.0360.00337.54
7.4.290.0330.00637.54
7.4.280.0380.00037.54
7.4.270.0310.00637.54
7.4.260.0280.00537.54
7.4.250.0170.01237.54
7.4.240.0230.00837.54
7.4.230.0250.01437.54
7.4.220.0200.00437.54
7.4.210.0230.01137.54
7.4.200.0220.00937.54
7.4.190.0280.00737.54
7.4.180.0240.01237.54
7.4.160.0280.00637.54
7.4.150.0310.00437.54
7.4.140.0280.00637.54
7.4.130.0250.00937.54
7.4.120.0280.00737.54
7.4.110.0220.01537.54
7.4.100.0220.01437.54
7.4.90.0260.01037.54
7.4.80.0310.00437.54
7.4.70.0310.00337.54
7.4.60.0320.00637.54
7.4.50.0390.01037.54
7.4.40.0250.00937.54
7.4.30.0090.01137.54
7.4.20.0170.00037.54
7.4.10.0170.00037.54
7.4.00.0140.00337.54
7.3.330.0110.00537.54
7.3.320.0170.00537.54
7.3.310.0190.01237.54
7.3.300.0340.00437.54
7.3.290.0280.00637.54
7.3.280.0260.01137.54
7.3.270.0290.00637.54
7.3.260.0330.00437.54
7.3.250.0200.01437.54
7.3.240.0310.00537.54
7.3.230.0210.01737.54
7.3.220.0300.00737.54
7.3.210.0280.00837.54
7.3.200.0350.00437.54
7.3.190.0280.00737.54
7.3.180.0320.00437.54
7.3.170.0350.00037.54
7.3.160.0200.01137.54
7.3.150.0240.00437.54
7.3.140.0360.00037.54
7.3.130.0290.00437.54
7.3.120.0250.01137.54
7.3.110.0290.00637.54
7.3.100.0200.01137.54
7.3.90.0240.00437.54
7.3.80.0350.00737.54
7.3.70.0270.00837.54
7.3.60.0230.01337.54
7.3.50.0200.01637.54
7.3.40.0350.00337.54
7.3.30.0320.00437.54
7.3.20.0270.00837.54
7.3.10.0310.00437.54
7.3.00.0300.00437.54
7.2.340.0110.00937.54
7.2.330.0150.00637.54
7.2.320.0240.00337.54
7.2.310.0120.00637.54
7.2.300.0080.00837.54
7.2.290.0180.00037.54
7.2.280.0170.00037.54
7.2.270.0120.00437.54
7.2.260.0120.00637.54
7.2.250.0160.00037.54
7.2.240.0170.01337.54
7.2.230.0210.00437.54
7.2.220.0130.00337.54
7.2.210.0140.00737.54
7.2.200.0130.00437.54
7.2.190.0060.01037.54
7.2.180.0120.00637.54
7.2.170.0120.00437.54
7.2.160.0120.00437.54
7.2.150.0230.01737.54
7.2.140.0320.00337.54
7.2.130.0310.00337.54
7.2.120.0220.01637.54
7.2.110.0410.00437.54
7.2.100.0290.00737.54
7.2.90.0230.01537.54
7.2.80.0330.00437.54
7.2.70.0230.01337.54
7.2.60.0360.00437.54
7.2.50.0300.00837.54
7.2.40.0280.00837.54
7.2.30.0230.00037.54
7.2.20.0220.00837.54
7.2.10.0100.01037.54
7.2.00.0250.00337.54
7.1.330.0190.00337.54
7.1.320.0170.00337.54
7.1.310.0120.00437.54
7.1.300.0140.00537.54
7.1.290.0170.00237.54
7.1.280.0100.01037.54
7.1.270.0150.00037.54
7.1.260.0120.00437.54
7.1.250.0160.00037.54
7.1.240.0120.00337.54
7.1.230.0110.00537.54
7.1.220.0130.00337.54
7.1.210.0150.00037.54
7.1.200.0150.00037.54
7.1.190.0200.00737.54
7.1.180.0120.00637.54
7.1.170.0240.00437.54
7.1.160.0150.00037.54
7.1.150.0120.00337.54
7.1.140.0110.00437.54
7.1.130.0170.00637.54
7.1.120.0320.01237.54
7.1.110.0280.00437.54
7.1.100.0230.00637.54
7.1.90.0210.00937.54
7.1.80.0230.00037.54
7.1.70.0130.00337.54
7.1.60.0190.01037.54
7.1.50.0250.00437.54
7.1.40.0270.00837.54
7.1.30.0260.01137.54
7.1.20.0370.00037.54
7.1.10.0280.00637.54
7.1.00.0290.00437.54
7.0.330.0270.00737.54
7.0.320.0260.00637.54
7.0.310.0300.00337.54
7.0.300.0280.00937.54
7.0.290.0160.00837.54
7.0.280.0200.00037.54
7.0.270.0170.00337.54
7.0.260.0130.00437.54
7.0.250.0100.00737.54
7.0.240.0080.00837.54
7.0.230.0150.00037.54
7.0.220.0110.00837.54
7.0.210.0110.00537.54
7.0.200.0130.00437.54
7.0.190.0120.00437.54
7.0.180.0120.00437.54
7.0.170.0150.00037.54
7.0.160.0050.01037.54
7.0.150.0170.00337.54
7.0.140.0220.01137.54
7.0.130.0250.00337.54
7.0.120.0230.00837.54
7.0.110.0170.01037.54
7.0.100.0150.01137.54
7.0.90.0260.00637.54
7.0.80.0290.00337.54
7.0.70.0270.00737.54
7.0.60.0270.00637.54
7.0.50.0260.00737.54
7.0.40.0240.00937.54
7.0.30.0270.00737.54
7.0.20.0290.00637.54
7.0.10.0260.00837.54
7.0.00.0310.00737.54
5.6.400.0220.00637.54
5.6.390.0220.00437.54
5.6.380.0200.00337.54
5.6.370.0090.00637.54
5.6.360.0100.00537.54
5.6.350.0110.00437.54
5.6.340.0090.00637.54
5.6.330.0090.00637.54
5.6.320.0210.00037.54
5.6.310.0100.00537.54
5.6.300.0150.00037.54
5.6.290.0240.00337.54
5.6.280.0160.01237.54
5.6.270.0180.01537.54
5.6.260.0180.01437.54
5.6.250.0170.01437.54
5.6.240.0230.00637.54
5.6.230.0220.00637.54
5.6.220.0210.00337.54
5.6.210.0170.00737.54
5.6.200.0240.00837.54
5.6.190.0250.00837.54
5.6.180.0280.01137.54
5.6.170.0270.00437.54
5.6.160.0290.00437.54
5.6.150.0240.01037.54
5.6.140.0220.01537.54
5.6.130.0200.00737.54
5.6.120.0130.00337.54
5.6.110.0100.00537.54
5.6.100.0090.00637.54
5.6.90.0140.00037.54
5.6.80.0100.00537.54
5.6.70.0150.00037.54
5.6.60.0160.00037.54
5.6.50.0090.00637.54
5.6.40.0160.00337.54
5.6.30.0170.00037.54
5.6.20.0150.00037.54
5.6.10.0090.00537.54
5.6.00.0090.00637.54
5.5.380.0140.00037.54
5.5.370.0100.00537.54
5.5.360.0120.00337.54
5.5.350.0110.00337.54
5.5.340.0110.00437.54
5.5.330.0160.01037.54
5.5.320.0250.00737.54
5.5.310.0190.01337.54
5.5.300.0260.00037.54
5.5.290.0190.01337.54
5.5.280.0220.00437.54
5.5.270.0220.00437.54
5.5.260.0130.01337.54
5.5.250.0190.00637.54
5.5.240.0150.01137.54
5.5.230.0220.00837.54
5.5.220.0100.00737.54
5.5.210.0090.00937.54
5.5.200.0030.01037.54
5.5.190.0150.00037.54
5.5.180.0170.00037.54
5.5.170.0060.01237.54
5.5.160.0180.00737.54
5.5.150.0100.01037.54
5.5.140.0200.00437.54
5.5.130.0140.00037.54
5.5.120.0200.00337.54
5.5.110.0230.00737.54
5.5.100.0150.00037.54
5.5.90.0090.00537.54
5.5.80.0220.00637.54
5.5.70.0210.00937.54
5.5.60.0220.00637.54
5.5.50.0210.00737.54
5.5.40.0240.00337.54
5.5.30.0270.00337.54
5.5.20.0190.00837.54
5.5.10.0250.00437.54
5.5.00.0260.00437.54
5.4.450.0170.00837.54
5.4.440.0310.00937.54
5.4.430.0190.00637.54
5.4.420.0210.00437.54
5.4.410.0180.00737.54
5.4.400.0270.00037.54
5.4.390.0190.00537.54
5.4.380.0120.01237.54
5.4.370.0170.00737.54
5.4.360.0200.00437.54
5.4.350.0180.00637.54
5.4.340.0080.01237.54
5.4.330.0150.00337.54
5.4.320.0110.00037.54
5.4.310.0180.00737.54
5.4.300.0070.01037.54
5.4.290.0140.01137.54
5.4.280.0200.00437.54
5.4.270.0210.00437.54
5.4.260.0200.00437.54
5.4.250.0140.01137.54
5.4.240.0170.00837.54
5.4.230.0170.00737.54
5.4.220.0200.00437.54
5.4.210.0210.00337.54
5.4.200.0200.00437.54
5.4.190.0210.00937.54
5.4.180.0180.00937.54
5.4.170.0210.00337.54
5.4.160.0220.00037.54
5.4.150.0080.01237.54
5.4.140.0180.00337.54
5.4.130.0050.00537.54
5.4.120.0080.00337.54
5.4.110.0120.01237.54
5.4.100.0190.00537.54
5.4.90.0190.00437.54
5.4.80.0080.00437.54
5.4.70.0240.00037.54
5.4.60.0130.00637.54
5.4.50.0130.00037.54
5.4.40.0080.00337.54
5.4.30.0100.01037.54
5.4.20.0100.01037.54
5.4.10.0210.00037.54
5.4.00.0210.00337.54
5.3.290.0220.00337.54
5.3.280.0120.01237.54
5.3.270.0250.00037.54
5.3.260.0200.00037.54
5.3.250.0170.00437.54
5.3.240.0280.00337.54
5.3.230.0120.01237.54
5.3.220.0150.00837.54
5.3.210.0190.00037.54
5.3.200.0160.00337.54
5.3.190.0210.00337.54
5.3.180.0160.00837.54
5.3.170.0160.00837.54
5.3.160.0230.00037.54
5.3.150.0170.00237.54
5.3.140.0200.00037.54
5.3.130.0120.00837.54
5.3.120.0180.01137.54
5.3.110.0090.00937.54
5.3.100.0090.00437.54
5.3.90.0140.00337.54
5.3.80.0130.00037.54
5.3.70.0060.00637.54
5.3.60.0060.00637.54
5.3.50.0110.00037.54
5.3.40.0080.00337.54
5.3.30.0070.00337.54
5.3.20.0120.00037.54
5.3.10.0070.00737.54
5.3.00.0100.00037.54
5.2.170.0170.00237.54
5.2.160.0200.00037.54
5.2.150.0120.00937.54
5.2.140.0170.00337.54
5.2.130.0070.01137.54
5.2.120.0120.00037.54
5.2.110.0060.00637.54
5.2.100.0110.00037.54
5.2.90.0080.00337.54
5.2.80.0090.00037.54
5.2.70.0050.00537.54
5.2.60.0090.00037.54
5.2.50.0050.00537.54
5.2.40.0060.00337.54
5.2.30.0040.00437.54
5.2.20.0050.00337.54
5.2.10.0000.00837.54
5.2.00.0080.00037.54
5.1.60.0040.00437.54
5.1.50.0070.00037.54
5.1.40.0060.00237.54
5.1.30.0080.00037.54
5.1.20.0040.00437.54
5.1.10.0050.00237.54
5.1.00.0000.00737.54
5.0.50.0030.00337.54
5.0.40.0060.00037.54
5.0.30.0060.00037.54
5.0.20.0030.00337.54
5.0.10.0000.00737.54
5.0.00.0030.00337.54
4.4.90.0000.00437.54
4.4.80.0040.00037.54
4.4.70.0040.00037.54
4.4.60.0040.00037.54
4.4.50.0000.00437.54
4.4.40.0000.00337.54
4.4.30.0040.00037.54
4.4.20.0000.00437.54
4.4.10.0040.00037.54
4.4.00.0000.00437.54
4.3.110.0060.00037.54
4.3.100.0030.00337.54
4.3.90.0000.00437.54
4.3.80.0040.00237.54
4.3.70.0070.00037.54
4.3.60.0000.00637.54
4.3.50.0060.00037.54
4.3.40.0040.00237.54
4.3.30.0050.00037.54
4.3.20.0020.00237.54
4.3.10.0030.00037.54
4.3.00.0000.00337.54

preferences:
103.77 ms | 403 KiB | 5 Q