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)) { unset($synonym[$word]); 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.3.10.0040.01716.81
7.3.00.0060.01616.95
7.2.130.0180.00016.98
7.2.120.0130.00716.69
7.2.110.0030.01317.02
7.2.100.0130.00317.00
7.2.90.0070.00717.08
7.2.80.0140.00317.00
7.2.70.0070.00717.11
7.2.60.0090.00917.01
7.2.50.0080.01217.20
7.2.40.0140.00616.88
7.2.30.0080.00816.54
7.2.20.0030.01717.05
7.2.10.0110.00716.76
7.2.00.0050.00918.38
7.1.250.0000.01615.71
7.1.70.0040.00417.30
7.1.60.0040.00819.70
7.1.50.0070.02017.39
7.1.00.0030.07722.37
7.0.200.0000.00916.81
7.0.140.0000.07021.95
7.0.100.0200.03719.91
7.0.90.0130.05319.98
7.0.80.0130.08019.99
7.0.70.0130.07719.91
7.0.60.0130.08319.80
7.0.50.0170.07320.27
7.0.40.0100.08320.15
7.0.30.0070.05020.09
7.0.20.0030.06320.08
7.0.10.0130.05020.10
7.0.00.0100.05720.09
5.6.280.0000.07721.01
5.6.250.0100.04020.64
5.6.240.0030.04320.68
5.6.230.0130.07320.54
5.6.220.0130.06320.69
5.6.210.0200.07020.78
5.6.200.0070.08721.09
5.6.190.0130.04321.13
5.6.180.0170.04020.98
5.6.170.0070.04721.19
5.6.160.0100.08021.03
5.6.150.0070.08721.03
5.6.140.0100.08021.04
5.6.130.0130.07721.13
5.6.120.0200.07021.11
5.6.110.0200.08321.11
5.6.100.0030.09721.07
5.6.90.0100.07721.01
5.6.80.0100.08720.40
5.6.70.0100.08320.49
5.6.60.0130.07320.29
5.6.50.0130.07320.54
5.6.40.0070.08720.48
5.6.30.0100.04720.47
5.6.20.0100.08020.50
5.6.10.0200.07320.43
5.6.00.0070.08320.37
5.5.380.0100.03020.58
5.5.370.0100.04320.46
5.5.360.0130.07720.55
5.5.350.0000.07720.48
5.5.340.0200.07020.82
5.5.330.0030.07020.84
5.5.320.0030.08720.90
5.5.310.0200.06020.89
5.5.300.0070.09020.85
5.5.290.0030.08320.79
5.5.280.0100.05720.90
5.5.270.0030.08320.81
5.5.260.0100.08320.80
5.5.250.0070.08020.43
5.5.240.0070.09020.33
5.5.230.0100.07720.19
5.5.220.0070.06320.21
5.5.210.0170.07020.27
5.5.200.0030.06020.24
5.5.190.0130.08020.29
5.5.180.0070.08320.28
5.5.160.0070.07720.20
5.5.150.0100.07320.20
5.5.140.0030.06320.29
5.5.130.0100.08020.09
5.5.120.0000.08320.09
5.5.110.0100.08320.00
5.5.100.0070.08320.05
5.5.90.0030.04720.09
5.5.80.0100.06320.11
5.5.70.0100.08020.17
5.5.60.0030.05020.05
5.5.50.0070.08019.95
5.5.40.0170.06020.08
5.5.30.0070.08720.15
5.5.20.0170.06720.07
5.5.10.0130.03320.07
5.5.00.0070.07719.93
5.4.450.0130.06719.27
5.4.440.0170.06719.45
5.4.430.0000.09019.27
5.4.420.0070.07719.46
5.4.410.0130.07719.28
5.4.400.0000.07719.13
5.4.390.0100.08318.94
5.4.380.0030.07719.00
5.4.370.0130.06019.21
5.4.360.0030.06319.16
5.4.350.0030.08719.20
5.4.340.0170.07019.03
5.4.320.0130.07019.06
5.4.310.0100.07718.88
5.4.300.0100.07319.13
5.4.290.0070.07319.13
5.4.280.0070.08019.02
5.4.270.0100.07719.16
5.4.260.0070.07319.12
5.4.250.0070.06319.03
5.4.240.0100.08019.12
5.4.230.0070.07019.14
5.4.220.0070.08318.94
5.4.210.0030.08319.00
5.4.200.0100.07019.11
5.4.190.0170.07019.21
5.4.180.0100.06318.95
5.4.170.0070.07718.93
5.4.160.0130.07719.02
5.4.150.0100.08318.82
5.4.140.0100.07316.47
5.4.130.0070.07016.46
5.4.120.0130.07016.23
5.4.110.0100.06316.39
5.4.100.0070.08016.45
5.4.90.0170.06016.53
5.4.80.0070.07716.52
5.4.70.0130.06716.38
5.4.60.0170.06716.37
5.4.50.0170.06716.30
5.4.40.0100.07016.30
5.4.30.0200.06016.30
5.4.20.0070.07316.50
5.4.10.0030.08316.39
5.4.00.0100.05015.87
5.3.290.0030.08014.63
5.3.280.0000.06714.56
5.3.270.0070.07714.64
5.3.260.0070.07014.55
5.3.250.0230.03714.67
5.3.240.0070.07314.74
5.3.230.0170.07314.58
5.3.220.0130.07014.60
5.3.210.0130.07014.64
5.3.200.0100.04014.51
5.3.190.0070.07714.56
5.3.180.0100.08014.63
5.3.170.0130.03714.61
5.3.160.0030.06314.53
5.3.150.0070.08014.55
5.3.140.0130.07314.60
5.3.130.0100.06314.49
5.3.120.0130.07014.58
5.3.110.0000.06314.70
5.3.100.0130.07314.06
5.3.90.0070.07014.10
5.3.80.0070.07014.15
5.3.70.0170.04714.10
5.3.60.0070.06314.15
5.3.50.0000.08014.05
5.3.40.0100.07313.94
5.3.30.0130.06313.85
5.3.20.0130.03013.84
5.3.10.0070.06713.66
5.3.00.0000.08013.77
5.2.170.0100.06012.14
5.2.160.0100.05712.14
5.2.150.0000.06712.14
5.2.140.0100.04012.14
5.2.130.0070.05712.14
5.2.120.0000.07012.14
5.2.110.0070.06312.14
5.2.100.0100.06012.14
5.2.90.0030.06312.14
5.2.80.0030.06712.14
5.2.70.0000.06712.14
5.2.60.0030.05312.14
5.2.50.0130.05312.14
5.2.40.0000.06712.14
5.2.30.0030.06312.14
5.2.20.0070.06012.14
5.2.10.0030.05712.14
5.2.00.0000.07012.14
5.1.60.0100.05012.14
5.1.50.0030.03012.14
5.1.40.0070.04712.14
5.1.30.0000.06712.14
5.1.20.0070.04012.14
5.1.10.0070.05312.14
5.1.00.0130.02312.14
5.0.50.0070.03712.14
5.0.40.0130.04012.14
5.0.30.0030.04712.14
5.0.20.0030.04012.14
5.0.10.0030.04312.14
5.0.00.0000.07012.14
4.4.90.0030.03712.14
4.4.80.0070.03312.14
4.4.70.0070.03312.14
4.4.60.0000.04012.14
4.4.50.0000.03312.14
4.4.40.0100.04712.14
4.4.30.0070.01312.14
4.4.20.0100.01312.14
4.4.10.0000.03712.14
4.4.00.0030.05012.14
4.3.110.0000.03312.14
4.3.100.0070.03012.14
4.3.90.0000.03712.14
4.3.80.0070.04312.14
4.3.70.0000.03312.14
4.3.60.0030.03012.14
4.3.50.0070.02712.14
4.3.40.0000.04012.14
4.3.30.0000.02712.14
4.3.20.0030.01712.14
4.3.10.0000.03712.14
4.3.00.0030.03312.14

preferences:
39.64 ms | 404 KiB | 6 Q