3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Thesaurus { protected $synonyms = array( array('wonderful', 'great', 'amazing', 'fabulous', 'awesome', 'stunning'), array('look', 'see', 'observe') ); public function lookup($word) { foreach ($this->synonyms as $index => $synonym) { if (in_array(strtolower($word), $synonym)) { return $synonym[ array_rand($synonym) ]; } } return $word; } } class Transformer { protected $thesaurus; public function __construct(Thesaurus $thesaurus) { $this->thesaurus = $thesaurus; } public function transform($string) { foreach (str_word_count($string, 1) as $word) { $string = $this->replace($word, $this->thesaurus->lookup($word), $string); } return $string; } private function replace($needle, $replacement, $haystack) { return preg_replace( '~' . preg_quote($needle, '~') . '~i', $replacement, $haystack, 1 ); } } $transformer = new Transformer(new Thesaurus); foreach (range(1, 20) as $index) { echo $transformer->transform('This is my wonderful description. It really is wonderful. Look how wonderful it is.'), 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)
7.4.00.0030.01415.40
7.3.120.0130.00715.16
7.3.110.0100.00715.16
7.3.100.0070.01014.87
7.3.90.0090.00015.16
7.3.80.0060.00615.02
7.3.70.0030.01215.11
7.3.60.0030.01014.88
7.3.50.0070.00715.11
7.3.40.0070.00315.01
7.3.30.0050.00514.99
7.3.20.0040.00816.62
7.3.10.0130.00316.76
7.3.00.0100.00716.70
7.2.250.0070.01315.45
7.2.240.0180.00315.51
7.2.230.0100.01015.21
7.2.220.0060.00615.53
7.2.210.0000.01215.18
7.2.200.0030.00914.89
7.2.190.0060.00615.25
7.2.180.0070.00715.30
7.2.170.0000.01715.24
7.2.00.0100.01019.22
7.1.330.0110.00715.92
7.1.320.0030.01216.03
7.1.310.0000.01716.25
7.1.300.0040.00715.81
7.1.290.0090.00615.96
7.1.280.0030.01015.74
7.1.270.0060.00615.95
7.1.260.0060.00915.63
7.1.70.0040.01217.43
7.1.60.0100.01719.70
7.1.50.0030.02317.22
7.1.00.0070.07322.33
7.0.200.0020.00516.93
7.0.140.0030.07022.00
7.0.100.0070.08320.16
7.0.90.0000.09320.15
7.0.80.0100.08019.85
7.0.70.0100.08020.12
7.0.60.0030.05719.96
7.0.50.0200.07020.40
7.0.40.0000.09020.11
7.0.30.0100.08320.00
7.0.20.0100.08020.13
7.0.10.0170.06319.99
7.0.00.0070.05020.03
5.6.280.0070.07320.79
5.6.250.0070.08320.61
5.6.240.0070.07720.60
5.6.230.0130.07320.64
5.6.220.0100.08320.63
5.6.210.0130.07720.61
5.6.200.0070.04321.07
5.6.190.0030.08321.07
5.6.180.0130.07721.07
5.6.170.0030.09021.07
5.6.160.0170.07721.08
5.6.150.0030.07321.04
5.6.140.0070.08021.07
5.6.130.0130.07020.99
5.6.120.0170.07020.98
5.6.110.0100.07321.02
5.6.100.0030.05321.06
5.6.90.0130.06721.01
5.6.80.0100.07720.36
5.6.70.0130.07320.41
5.6.60.0130.07720.45
5.6.50.0200.06320.46
5.6.40.0070.08020.39
5.6.30.0030.08320.44
5.6.20.0070.07720.41
5.6.10.0100.07720.48
5.6.00.0070.07320.52
5.5.380.0130.07720.41
5.5.370.0000.08320.52
5.5.360.0100.07720.35
5.5.350.0130.04720.34
5.5.340.0170.07320.66
5.5.330.0070.08320.82
5.5.320.0130.08020.88
5.5.310.0170.07720.90
5.5.300.0100.08020.93
5.5.290.0070.08720.79
5.5.280.0100.06720.89
5.5.270.0170.07720.81
5.5.260.0100.08020.80
5.5.250.0000.09320.71
5.5.240.0130.06020.32
5.5.230.0070.07720.12
5.5.220.0100.07320.16
5.5.210.0130.07320.25
5.5.200.0070.08320.22
5.5.190.0030.08720.29
5.5.180.0100.08020.09
5.5.160.0130.07320.16
5.5.150.0070.08020.16
5.5.140.0200.07020.19
5.5.130.0030.08320.20
5.5.120.0070.08720.28
5.5.110.0100.07320.00
5.5.100.0100.07320.09
5.5.90.0070.07720.11
5.5.80.0030.08020.09
5.5.70.0170.07020.12
5.5.60.0100.07019.93
5.5.50.0130.07020.07
5.5.40.0130.06020.11
5.5.30.0030.08020.10
5.5.20.0070.07020.17
5.5.10.0170.05020.07
5.5.00.0100.06720.04
5.4.450.0100.08019.43
5.4.440.0100.08019.55
5.4.430.0170.07019.17
5.4.420.0030.08719.45
5.4.410.0130.05019.08
5.4.400.0070.07719.04
5.4.390.0100.07718.89
5.4.380.0070.07319.09
5.4.370.0100.07318.85
5.4.360.0070.07718.85
5.4.350.0170.07318.86
5.4.340.0100.06018.89
5.4.320.0070.07019.16
5.4.310.0230.06719.03
5.4.300.0170.06719.21
5.4.290.0230.05719.21
5.4.280.0000.08319.16
5.4.270.0100.07319.12
5.4.260.0200.06718.94
5.4.250.0100.06718.94
5.4.240.0130.07318.99
5.4.230.0070.07719.02
5.4.220.0030.05019.04
5.4.210.0070.08319.03
5.4.200.0030.08319.09
5.4.190.0070.07718.88
5.4.180.0100.06718.84
5.4.170.0070.06718.94
5.4.160.0130.06719.14
5.4.150.0130.05019.04
5.4.140.0000.07316.47
5.4.130.0170.06316.55
5.4.120.0100.07316.51
5.4.110.0030.08016.32
5.4.100.0130.07016.38
5.4.90.0000.07316.48
5.4.80.0130.06716.47
5.4.70.0100.06016.44
5.4.60.0070.07016.43
5.4.50.0070.07716.39
5.4.40.0070.06716.51
5.4.30.0070.06716.32
5.4.20.0030.08016.32
5.4.10.0070.08016.25
5.4.00.0030.08015.69
5.3.290.0070.08314.78
5.3.280.0130.06014.68
5.3.270.0030.07714.77
5.3.260.0100.07714.75
5.3.250.0170.06314.55
5.3.240.0070.07014.69
5.3.230.0030.08314.72
5.3.220.0070.07714.72
5.3.210.0100.07314.64
5.3.200.0130.06714.67
5.3.190.0070.08014.51
5.3.180.0030.08014.59
5.3.170.0070.07314.64
5.3.160.0170.07014.55
5.3.150.0000.07714.54
5.3.140.0000.08014.58
5.3.130.0100.07314.54
5.3.120.0100.07314.59
5.3.110.0100.07714.57
5.3.100.0130.06013.98
5.3.90.0000.08314.17
5.3.80.0070.08014.01
5.3.70.0200.06313.95
5.3.60.0030.06714.00
5.3.50.0130.07014.10
5.3.40.0030.07714.05
5.3.30.0030.07313.99
5.3.20.0030.07713.62
5.3.10.0030.07313.79
5.3.00.0170.05713.67
5.2.170.0100.05711.25
5.2.160.0070.05711.02
5.2.150.0030.06711.22
5.2.140.0100.06011.02
5.2.130.0070.05311.18
5.2.120.0070.05711.22
5.2.110.0070.04311.07
5.2.100.0100.06010.98
5.2.90.0000.05711.13
5.2.80.0030.06711.25
5.2.70.0030.05711.18
5.2.60.0100.04311.00
5.2.50.0030.06711.07
5.2.40.0130.05711.14
5.2.30.0030.06710.91
5.2.20.0070.05711.04
5.2.10.0000.06710.87
5.2.00.0130.05010.80
5.1.60.0030.05310.31
5.1.50.0070.05310.31
5.1.40.0070.05010.31
5.1.30.0030.05710.43
5.1.20.0100.05010.48
5.1.10.0000.06010.31
5.1.00.0100.04710.31
5.0.50.0070.04010.31
5.0.40.0070.04310.31
5.0.30.0000.07010.31
5.0.20.0070.04010.31
5.0.10.0030.04710.31
5.0.00.0070.06710.31
4.4.90.0030.03310.31
4.4.80.0000.03310.31
4.4.70.0000.03710.31
4.4.60.0070.03310.31
4.4.50.0000.03310.31
4.4.40.0070.04010.31
4.4.30.0030.03310.31
4.4.20.0000.03710.31
4.4.10.0000.03710.31
4.4.00.0070.05010.31
4.3.110.0000.03710.31
4.3.100.0030.03310.31
4.3.90.0070.03010.31
4.3.80.0030.05710.31
4.3.70.0000.03710.31
4.3.60.0000.03310.31
4.3.50.0030.02710.31
4.3.40.0030.05310.31
4.3.30.0000.03310.31
4.3.20.0070.02010.31
4.3.10.0000.03710.31
4.3.00.0000.03710.31

preferences:
35.58 ms | 401 KiB | 5 Q