3v4l.org

run code in 300+ PHP versions simultaneously
<?php define('EFS_IFRAME', 1);define('EFS_URI', 2);$src = 'https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/156742959&color=ff5500&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false'; $efs_contents = array( EFS_IFRAME => array('regex' => '#(?:<(div|span)[^>]*>[\s]*)*<iframe[\s]*([^>]+)>[\s]*<\/iframe[^>]*>(?:[\s]*<embed[^>]*>[^<]*<\/embed[^>]*>[\s]*)*(?:<\/(?:div|span)[^>]*>)*#iu', 'callback' => 'efs_iframe_callback' ) ); $efs_params = array( EFS_IFRAME => array( 'src' => '#src[\s]*=[\s]*[\'"]([^\'"]*)[\'"]#i', 'width' => '#width[\s]*=[\s]*[\'"]([^\'"]*)[\'"]#i', 'height' => '#height[\s]*=[\s]*[\'"]([^\'"]*)[\'"]#i', 'title' => '#title[\s]*=[\s]*[\'"]([^\'"]*)[\'"]#i', 'scrolling' => '#scrolling[\s]*=[\s]*[\'"]([^\'"]*)[\'"]#i', 'frameborder' => '#frameborder[\s]*=[\s]*[\'"]([^\'"]*)[\'"]#i' /* 'allowfullscreen' => '#allowfullscreen#i' */ ), EFS_URI => array( 'url' => 'url=([^&]*)', 'color' => 'color=([^&]*)', 'autoplay' => 'autoplay=([^&]*)', 'hide_related' => 'hide_related=([^&]*)', 'show_comments' => 'show_comments=([^&]*)', 'show_user' => 'show_user=([^&]*)', 'show_reposts' => 'show_reposts=([^&]*)' ) ); function efs_param_decode( $str, $context=EFS_IFRAME ) { global $efs_params; $getparams = $efs_params[$context]; $params = array(); foreach ($getparams as $key => $regex) { if(preg_match($regex, $str, $output)) $params[$key] = end($output); } return $params; } } $v = efs_param_decode( $src, EFS_URI );

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.320.0090.03312.52
5.4.310.0050.04012.52
5.4.300.0030.04412.52
5.4.290.0050.04012.52
5.4.280.0050.03612.42
5.4.270.0060.03612.41
5.4.260.0050.03812.41
5.4.250.0050.03912.41
5.4.240.0080.03712.42
5.4.230.0070.03712.41
5.4.220.0070.03712.41
5.4.210.0050.03512.41
5.4.200.0070.03512.41
5.4.190.0040.03712.41
5.4.180.0070.03612.41
5.4.170.0080.03512.41
5.4.160.0080.03412.41
5.4.150.0070.03512.40
5.4.140.0040.03912.09
5.4.130.0050.03612.07
5.4.120.0080.03312.04
5.4.110.0030.03812.03
5.4.100.0050.03612.04
5.4.90.0100.03912.03
5.4.80.0030.03912.03
5.4.70.0060.03412.03
5.4.60.0080.03112.03
5.4.50.0050.03512.03
5.4.40.0040.04512.02
5.4.30.0050.04012.02
5.4.20.0050.03512.01
5.4.10.0070.03212.02
5.4.00.0070.03411.51
5.3.290.0060.03812.80
5.3.280.0040.04512.71
5.3.270.0040.04112.72
5.3.260.0040.04112.72
5.3.250.0040.03812.72
5.3.240.0060.04012.72
5.3.230.0060.03712.71
5.3.220.0060.03812.68
5.3.210.0050.03912.68
5.3.200.0080.03312.68
5.3.190.0080.03512.68
5.3.180.0070.03612.67
5.3.170.0100.03912.67
5.3.160.0060.03712.67
5.3.150.0050.03712.68
5.3.140.0100.03512.66
5.3.130.0050.04912.65
5.3.120.0090.03612.66
5.3.110.0110.03412.66
5.3.100.0030.04012.12
5.3.90.0050.03712.10
5.3.80.0090.03912.10
5.3.70.0100.03312.10
5.3.60.0080.03412.08
5.3.50.0060.03612.03
5.3.40.0040.03912.03
5.3.30.0050.03511.99
5.3.20.0080.03711.77
5.3.10.0030.03711.73
5.3.00.0080.03511.72
5.2.170.0090.0269.23
5.2.160.0060.0279.23
5.2.150.0070.0289.23
5.2.140.0040.0319.22
5.2.130.0060.0279.18
5.2.120.0030.0309.18
5.2.110.0040.0309.19
5.2.100.0030.0309.18
5.2.90.0040.0329.19
5.2.80.0060.0289.19
5.2.70.0050.0299.18
5.2.60.0020.0329.13
5.2.50.0050.0439.10
5.2.40.0060.0279.08
5.2.30.0050.0289.06
5.2.20.0030.0339.05
5.2.10.0050.0278.95
5.2.00.0050.0288.81
5.1.60.0030.0258.10
5.1.50.0030.0258.09
5.1.40.0030.0298.07
5.1.30.0020.0288.43
5.1.20.0000.0308.44
5.1.10.0040.0258.18
5.1.00.0030.0298.17
5.0.50.0050.0196.66
5.0.40.0050.0206.51
5.0.30.0030.0316.32
5.0.20.0030.0196.29
5.0.10.0040.0196.27
5.0.00.0030.0316.26
4.4.90.0030.0154.78
4.4.80.0020.0154.75
4.4.70.0030.0154.75
4.4.60.0010.0174.75
4.4.50.0030.0194.77
4.4.40.0040.0254.70
4.4.30.0020.0164.76
4.4.20.0050.0124.84
4.4.10.0020.0164.85
4.4.00.0050.0234.76
4.3.110.0020.0164.66
4.3.100.0030.0144.66
4.3.90.0030.0144.63
4.3.80.0030.0244.58
4.3.70.0000.0164.63
4.3.60.0020.0154.62
4.3.50.0020.0164.63
4.3.40.0020.0254.54
4.3.30.0020.0163.31
4.3.20.0020.0163.29
4.3.10.0020.0153.25
4.3.00.0000.02315.97

preferences:
141.52 ms | 1386 KiB | 7 Q