3v4l.org

run code in 300+ PHP versions simultaneously
<?php function remove_index_etc($url) { echo preg_match('/[\?#]/',$url); $isLastCharPattern = substr($url,-1) == *; if ($isLastCharPattern && preg_match('/[\?#]/',$url)) { $url = preg_replace('/^(.*)(?:\/(?:home|default|index)\..{3,4})([\?\#\/\*]+)?$/i', "$1$2", $url); } elseif($isLastCharPattern) { $url = preg_replace('/^(.*)(?:\/(?:home|default|index)\..{3,4})([\?\/#\*]+.*)*$/i', "$1$2", $url); } else { $url = preg_replace('/^(.*)(?:\/(?:home|default|index)\..{3,4})([\?\/#\*]+.*)*$/i', "$1$2", $url); } return $url; } echo remove_index_etc("http://a.com/index.html") . PHP_EOL; echo remove_index_etc("http://a.com/index.html*"). PHP_EOL; echo remove_index_etc("http://a.com/index.html?a=1"). PHP_EOL; echo remove_index_etc("http://a.com/*"). PHP_EOL; echo remove_index_etc("http://a.com/index.html?a=1*"). PHP_EOL; echo remove_index_etc("http://a.com/index.html#a=1*"). PHP_EOL; echo remove_index_etc("http://a.com#index.html?a=1"). PHP_EOL; echo remove_index_etc("http://a.com#index.html?a=1*"). PHP_EOL;

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.250.0090.04112.41
5.4.240.0080.03812.38
5.4.230.0090.03512.38
5.4.220.0070.04012.38
5.4.210.0070.03612.38
5.4.200.0060.04412.38
5.4.190.0070.04712.37
5.4.180.0080.03612.37
5.4.170.0070.03412.38
5.4.160.0090.03512.37
5.4.150.0070.03512.36
5.4.140.0070.03712.05
5.4.130.0070.03612.04
5.4.120.0060.03512.00
5.4.110.0060.03512.00
5.4.100.0050.04312.00
5.4.90.0060.03612.00
5.4.80.0070.04212.00
5.4.70.0080.03212.00
5.4.60.0070.03312.00
5.4.50.0060.03512.00
5.4.40.0080.03711.98
5.4.30.0090.03411.98
5.4.20.0050.04411.97
5.4.10.0030.04411.98
5.4.00.0050.03611.47
5.3.280.0080.04312.71
5.3.270.0070.03712.73
5.3.260.0030.04212.72
5.3.250.0110.03812.72
5.3.240.0040.03812.71
5.3.230.0060.03612.71
5.3.220.0070.03512.68
5.3.210.0090.03512.68
5.3.200.0040.03812.68
5.3.190.0050.04512.68
5.3.180.0090.04612.67
5.3.170.0090.03712.67
5.3.160.0090.03312.67
5.3.150.0040.04212.67
5.3.140.0050.04512.66
5.3.130.0080.03712.66
5.3.120.0060.04312.66
5.3.110.0090.04912.66
5.3.100.0070.03812.12
5.3.90.0050.04012.09
5.3.80.0080.03512.07
5.3.70.0100.03812.07
5.3.60.0060.03712.06
5.3.50.0040.04212.00
5.3.40.0060.04712.00
5.3.30.0070.03611.96
5.3.20.0050.04311.74
5.3.10.0050.03411.72
5.3.00.0050.04111.68

preferences:
140.22 ms | 1394 KiB | 7 Q