3v4l.org

run code in 300+ PHP versions simultaneously
<?php $json = '{ "result": { "anime": [ { "rowid": "2", "title": "Dusk Maiden of Amnesia", "pic": "\/\/i.imgur.com\/J4HRnHP.jpg", "slug": "Dusk-Maiden-of-Amnesia-dub", "year": "2012", "status": "done", "descript": "The story revolves around a first-year middle school student, Teiichi Niiya who had just enrolled at Seikyou Private Academy. When he gets lost in one of the schools old buildings, he meets a girl named Yuuko Kanoe who reveals herself as a ghost with no memories. Teiichi then decides to investigate her death by looking through the schools seven mysteries revolving around her. Throughout the story, Teiichi and Yuuko discover the truth about these ghost stories while helping those who are troubled.", "tags": "Mystery,,Romance,,School Club,,School Life,,Supernatural,,High School" }, { "rowid": "12", "title": "Accel World", "pic": "https:\/\/i.imgur.com\/65gNsOX.png", "slug": "Accel-World-dub", "year": "2012", "status": "done", "descript": "Haruyuki+%22Haru%22+Arita+is+a+short%2C+overweight+boy+who+is+frequently+ridiculed+by+delinquents+at+the+Umesato+Junior+High+School.+Using+his+Neuro+Linker+to+escape+the+torment+of+real+life%2C+he+logs+onto+the+school%27s+Local+Network+cyberspace+where+he+always+plays+virtual+squash+alone%2C+and+his+innate+video+game+skills+bring+him+to+the+attention+of+Kuroyukihime+%28literally+meaning+%22Black+Snow+Princess%22%29%2C+the+school%27s+popular%2C+highly+intellectual+and+attractive+female+Student+Council+Vice-President.++After+helping+him+against+the+delinquents%2C+Kuroyukihime+introduces+Haruyuki+to+Brain+Burst%2C+a+secret+program+that+is+able+to+accelerate+the+human+cognitive+process+to+the+point+at+which+time+appears+to+stop.+Haruyuki+soon+learns+that+Brain+Burst+is+more+than+just+a+program%2C+but+an+Augmented+Reality+Massively+Multiplayer+Online+%28ARMMO%29+Fighting+Game+where+people+fight+each+other+in+fierce+duels+in+order+to+obtain+Burst+Points+which+can+be+spent+for+acceleration+abilities+in+the+real+world.", "tags": "Action,,Sci Fi,,Based On A Light Novel,,Futuristic,,Virtual Reality" }, { "rowid": "7", "title": "Parasyte the maxim", "pic": "https:\/\/i.imgur.com\/AY7WkqY.jpg", "slug": "Parasyte-the-maxim-dub", "year": "2014", "status": "done", "descript": "17-year-old+Izumi+Shinichi+lives+with+his+mother+and+father+in+a+quiet+neighborhood+in+Tokyo.+One+night%2C+worm-like+aliens+called+Parasytes+invade+Earth%2C+taking+over+the+brains+of+human+hosts+by+entering+through+their+ears+or+noses.+One+Parasyte+attempts+to+crawl+into+Shinichi%27s+ear+while+he+sleeps%2C+but+fails+since+he+is+wearing+headphones%2C+and+enters+his+body+by+burrowing+into+his+arm+instead%2C+taking+over+his+right+hand+and+is+named+Migi.+Because+Shinichi+was+able+to+prevent+Migi+from+traveling+further+up+into+his+brain%2C+both+beings+retain+their+separate+intellect+and+personality.+As+the+duo+encounter+other+Parasytes%2C+they+capitalize+on+their+strange+situation+and+gradually+form+a+strong+bond%2C+working+together+to+survive.+This+gives+them+an+edge+in+battling+other+Parasytes%2C+who+frequently+attack+the+pair+upon+realization+that+Shinichi%27s+human+brain+is+still+intact.+Shinichi+feels+compelled+to+fight+other+Parasytes%2C+who+devour+humans+as+food%2C+while+enlisting+Migi%27s+help.", "tags": "Action,,Horror,,Sci Fi,,Aliens,,Body Sharing,,Bullying,,Explicit Violence,,Psychological" } ], "Current_page": "1", "Total_Pages": 75, "PerPage": 3, "Total": 224 } }'; $userInput = "maxim"; $jsonf = json_decode($json, true); usort($jsonf['result']['anime'], function ($a, $b) use ($userInput) { similar_text($userInput, $a['title'], $percentA); similar_text($userInput, $b['title'], $percentB); return $percentA === $percentB ? 0 : ($percentA > $percentB ? -1 : 1); }); echo json_encode($jsonf, JSON_PRETTY_PRINT); ?>

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.4.120.0110.00824.05
8.4.110.0110.00720.38
8.4.100.0160.00519.12
8.4.90.0140.00620.83
8.4.80.0050.00418.95
8.4.70.0100.00617.74
8.4.60.0080.00819.11
8.4.50.0060.00317.75
8.4.40.0030.01319.30
8.4.30.0170.00317.70
8.4.20.0140.00719.52
8.4.10.0060.00320.45
8.3.250.0090.00819.06
8.3.240.0090.00917.17
8.3.230.0060.00316.55
8.3.220.0050.00318.97
8.3.210.0110.00816.94
8.3.200.0060.00316.65
8.3.190.0110.00916.79
8.3.180.0050.00318.34
8.3.170.0110.00717.21
8.3.160.0150.00416.77
8.3.150.0120.00617.09
8.3.140.0120.00616.46
8.3.130.0000.00918.30
8.3.120.0030.00620.80
8.3.110.0040.00420.94
8.3.100.0090.00024.06
8.3.90.0060.00326.77
8.3.80.0070.00318.43
8.3.70.0130.00318.43
8.3.60.0100.00618.30
8.3.50.0070.00817.53
8.3.40.0150.00618.79
8.3.30.0030.01218.84
8.3.20.0060.00921.90
8.3.10.0080.00023.71
8.3.00.0080.00019.56
8.2.290.0060.01020.80
8.2.280.0110.00820.38
8.2.270.0130.00616.51
8.2.260.0060.01319.09
8.2.250.0040.00416.68
8.2.240.0030.00717.40
8.2.230.0000.01022.58
8.2.220.0080.00037.54
8.2.210.0040.00426.77
8.2.200.0060.00316.63
8.2.190.0080.00816.58
8.2.180.0110.01118.29
8.2.170.0040.01122.96
8.2.160.0100.00322.27
8.2.150.0050.00324.18
8.2.140.0040.00424.66
8.2.130.0040.00426.16
8.2.120.0000.00719.83
8.2.110.0060.00319.27
8.2.100.0060.00617.78
8.2.90.0040.00419.39
8.2.80.0070.00317.97
8.2.70.0040.00417.50
8.2.60.0000.00817.93
8.2.50.0040.00418.07
8.2.40.0000.00818.29
8.2.30.0040.00418.07
8.2.20.0050.00218.16
8.2.10.0040.00418.09
8.2.00.0000.00818.15
8.1.330.0100.00922.01
8.1.320.0120.00715.96
8.1.310.0100.00716.96
8.1.300.0070.01116.26
8.1.290.0100.00030.84
8.1.280.0060.00925.92
8.1.270.0070.00323.84
8.1.260.0080.00026.35
8.1.250.0050.00328.09
8.1.240.0000.00922.20
8.1.230.0080.00319.03
8.1.220.0030.00617.74
8.1.210.0080.00018.77
8.1.200.0030.00717.35
8.1.190.0050.00517.25
8.1.180.0050.00318.10
8.1.170.0080.00018.59
8.1.160.0000.00718.91
8.1.150.0040.00418.82
8.1.140.0040.00417.73
8.1.130.0000.00818.99
8.1.120.0030.00317.49
8.1.110.0000.00717.32
8.1.100.0060.00317.46
8.1.90.0030.00517.51
8.1.80.0040.00417.38
8.1.70.0040.00417.36
8.1.60.0040.00417.62
8.1.50.0000.00817.45
8.1.40.0040.00417.56
8.1.30.0030.00517.69
8.1.20.0040.00417.70
8.1.10.0070.00317.62
8.1.00.0000.00817.43
8.0.300.0040.00418.77
8.0.290.0090.00316.63
8.0.280.0080.00018.46
8.0.270.0000.00817.21
8.0.260.0000.00717.33
8.0.250.0000.00716.94
8.0.240.0100.00017.02
8.0.230.0030.00316.87
8.0.220.0050.00216.89
8.0.210.0030.00316.91
8.0.200.0030.00316.99
8.0.190.0000.00916.89
8.0.180.0000.00716.96
8.0.170.0030.00616.76
8.0.160.0000.00716.90
8.0.150.0000.00716.86
8.0.140.0110.00016.87
8.0.130.0000.00613.38
8.0.120.0040.00416.86
8.0.110.0040.00416.86
8.0.100.0000.00716.91
8.0.90.0070.00016.96
8.0.80.0070.00716.88
8.0.70.0040.00416.93
8.0.60.0000.00816.87
8.0.50.0000.00717.04
8.0.30.0090.00917.14
8.0.20.0100.01017.40
8.0.10.0040.00416.99
8.0.00.0080.01316.79
7.4.330.0050.00015.55
7.4.320.0040.00416.54
7.4.300.0030.00316.45
7.4.290.0070.00016.53
7.4.280.0000.00816.53
7.4.270.0000.00716.50
7.4.260.0030.00716.52
7.4.250.0000.00616.52
7.4.240.0000.00716.53
7.4.230.0070.00016.52
7.4.220.0050.00316.50
7.4.210.0070.00916.59
7.4.200.0050.00516.71
7.4.160.0090.00916.52
7.4.140.0080.01217.86
7.4.130.0120.00616.52
7.4.120.0110.01016.53
7.4.110.0070.01016.63
7.4.100.0100.00716.52
7.4.90.0090.00916.54
7.4.80.0070.01719.39
7.4.70.0120.00316.48
7.4.60.0170.00316.50
7.4.50.0040.01516.43
7.4.40.0130.00316.48
7.4.00.0060.00814.91
7.3.330.0030.00213.38
7.3.320.0000.00613.25
7.3.310.0070.00016.43
7.3.300.0040.00416.33
7.3.290.0030.00316.34
7.3.280.0110.01016.28
7.3.260.0090.00916.45
7.3.240.0090.00716.51
7.3.230.0100.00716.40
7.3.210.0120.00616.43
7.3.200.0120.00616.69
7.3.190.0060.00916.57
7.3.180.0100.00716.61
7.3.170.0140.00316.63
7.3.160.0060.00916.40
7.3.50.0090.01114.54
7.3.40.0060.00614.62
7.3.30.0070.00314.77
7.3.20.0190.00614.76
7.3.10.0220.00414.86
7.3.00.0100.00315.07
7.2.330.0140.00516.57
7.2.320.0080.01416.70
7.2.310.0070.01116.69
7.2.300.0040.01416.73
7.2.290.0180.00616.71
7.2.180.0090.00314.89
7.2.170.0090.01315.16
7.2.160.0120.00314.95
7.2.150.0140.00314.88
7.2.140.0100.00315.38
7.2.130.0130.00014.75
7.2.120.0150.01214.96
7.2.110.0220.00615.02
7.2.100.0170.00015.21
7.2.90.0070.01015.38
7.2.80.0100.00315.37
7.2.70.0120.00315.00
7.2.60.0170.00315.90
7.2.50.0120.00715.98
7.2.40.0390.01216.98
7.2.30.0240.01116.65
7.2.20.0320.00816.22
7.2.10.0280.00816.57
7.2.00.0200.01416.71
7.1.280.0070.01013.63
7.1.270.0060.00613.68
7.1.260.1010.00713.89
7.1.250.0200.00413.98
7.1.240.0190.01114.03
7.1.230.0100.01513.69
7.1.220.0190.01013.72
7.1.210.0140.00913.91
7.1.200.0080.00914.85
7.1.190.0180.00914.03
7.1.180.0230.01013.98
7.1.170.0200.00313.76
7.1.160.0390.00915.29
7.1.150.0780.01115.43
7.1.140.0810.01515.40
7.1.130.0260.01315.41
7.1.120.0270.00715.26
7.1.110.0380.01215.07
7.1.100.0300.00914.93
7.1.90.0330.00815.24
7.1.80.0370.00715.00
7.1.70.0340.01114.77
7.1.60.0420.01423.48
7.1.50.0440.00723.51
7.1.40.0370.01123.27
7.1.30.0390.00823.26
7.1.20.0500.01323.18
7.1.10.0400.00914.51
7.1.00.0540.01014.39
7.0.330.0110.01113.35
7.0.320.0320.00313.69
7.0.310.0270.00013.70
7.0.300.0090.00313.60
7.0.290.0140.01113.50
7.0.280.0140.01113.45
7.0.270.0220.00013.46
7.0.260.0180.00713.20
7.0.250.0140.01513.59
7.0.240.0080.01213.77
7.0.230.0310.00313.64
7.0.220.0100.01213.50
7.0.210.0270.01113.38
7.0.200.0210.00713.57
7.0.190.0070.02413.44
7.0.180.0170.00713.42
7.0.170.0190.00513.61
7.0.160.0130.01513.57
7.0.150.0110.00913.39
7.0.140.0120.01013.60
7.0.130.0120.00913.31
7.0.120.0130.00713.43
7.0.110.0120.01213.51
7.0.100.0190.00713.60
7.0.90.0140.01213.61
7.0.80.0100.02013.56
7.0.70.0170.00913.77
7.0.60.0190.00813.50
7.0.50.0220.00313.45
7.0.40.0220.00313.58
7.0.30.0100.01013.71
7.0.20.0120.01213.24
7.0.10.0120.00613.72
7.0.00.0150.01513.57
5.6.400.0070.00714.42
5.6.390.0150.01514.70
5.6.380.0120.01314.50
5.6.370.0100.01514.66
5.6.360.0100.01014.68
5.6.350.0230.01014.24
5.6.340.0210.00914.50
5.6.330.0120.01214.76
5.6.320.0130.00614.66
5.6.310.0140.00814.32
5.6.300.0130.03917.54
5.6.290.0180.03517.64
5.6.280.0200.03517.62
5.6.270.0140.04017.59
5.6.260.0170.04317.79
5.6.250.0200.03617.81
5.6.240.0140.04117.56
5.6.230.0130.04117.56
5.6.220.0200.04517.64
5.6.210.0190.04017.65
5.6.200.0100.04217.64
5.6.190.0180.04517.51
5.6.180.0170.04017.67
5.6.170.0150.03817.66
5.6.160.0160.03517.78
5.6.150.0200.03217.53
5.6.140.0200.02817.57
5.6.130.0190.03917.72
5.6.120.0190.03817.64
5.6.110.0160.03717.62
5.6.100.0150.03817.62
5.6.90.0150.03817.71
5.6.80.0160.04017.29
5.6.70.0200.03617.19
5.6.60.0190.03517.35
5.6.50.0160.03417.36
5.6.40.0120.03917.29
5.6.30.0210.03917.31
5.6.20.0110.04017.29
5.6.10.0180.04317.28
5.6.00.0150.04017.21
5.5.380.0050.01414.38
5.5.370.0160.01614.34
5.5.360.0130.01314.38
5.5.350.0120.00814.08
5.5.340.0120.01314.03
5.5.330.0130.00714.50
5.5.320.0030.01014.34
5.5.310.0110.00414.31
5.5.300.0130.00814.19
5.5.290.0130.01314.30
5.5.280.0190.00514.56
5.5.270.0080.02014.43
5.5.260.0120.01014.07
5.5.250.0130.01714.31
5.5.240.0090.00914.05
5.5.230.0080.01114.17
5.5.220.0180.00714.37
5.5.210.0190.00814.35
5.5.200.0130.01014.18
5.5.190.0150.01014.50
5.5.180.0130.01014.42
5.5.170.0090.00914.56
5.5.160.0140.00314.25
5.5.150.0110.00813.93
5.5.140.0160.00414.43
5.5.130.0190.01114.26
5.5.120.0140.01014.21
5.5.110.0080.01214.16
5.5.100.0140.01014.18
5.5.90.0160.01114.06
5.5.80.0110.01514.30
5.5.70.0180.00714.22
5.5.60.0130.01614.08
5.5.50.0170.00614.18
5.5.40.0090.01714.32
5.5.30.0140.00514.18
5.5.20.0140.00514.24
5.5.10.0140.01114.01
5.5.00.0180.00614.42
5.4.450.0100.00311.26
5.4.440.0070.00611.26
5.4.430.0150.00311.26
5.4.420.0120.00811.26
5.4.410.0160.00811.26
5.4.400.0110.00711.26
5.4.390.0060.00611.26
5.4.380.0120.00011.26
5.4.370.0130.00511.26
5.4.360.0100.00811.26
5.4.350.0100.00511.26
5.4.340.0140.00811.26
5.4.330.0070.01411.26
5.4.320.0110.00511.26
5.4.310.0090.00311.26
5.4.300.0140.00711.26
5.4.290.0150.00311.26
5.4.280.0040.00911.36
5.4.270.0060.00911.26
5.4.260.0100.00711.26
5.4.250.0120.00911.26
5.4.240.0120.00011.26
5.4.230.0050.01411.26
5.4.220.0040.01111.34
5.4.210.0060.00711.26
5.4.200.0100.01011.26
5.4.190.0150.00611.26
5.4.180.0100.01011.26
5.4.170.0070.01211.26
5.4.160.0120.00611.26
5.4.150.0090.00011.30
5.4.140.0120.00511.26
5.4.130.0100.00011.26
5.4.120.0140.00511.32
5.4.110.0120.00011.26
5.4.100.0090.00611.26
5.4.90.0090.00811.34
5.4.80.0060.00611.26
5.4.70.0090.00911.26
5.4.60.0000.01511.26
5.4.50.0120.01011.26
5.4.40.0000.01111.26
5.4.30.0110.00011.26
5.4.20.0180.00011.26
5.4.10.0070.00511.26
5.4.00.0060.00611.26
5.3.290.0110.00311.26
5.3.280.0130.00311.26
5.3.270.0040.00811.26
5.3.260.0100.00211.26
5.3.250.0040.00811.26
5.3.240.0100.00011.26
5.3.230.0000.01011.26
5.3.220.0150.00011.26
5.3.210.0110.00511.26
5.3.200.0060.00611.26
5.3.190.0100.00511.26
5.3.180.0100.00611.26
5.3.170.0100.00511.26
5.3.160.0090.01311.26
5.3.150.0150.00611.26
5.3.140.0000.01011.26
5.3.130.0070.00711.26
5.3.120.0100.01111.26
5.3.110.0090.00911.26
5.3.100.0040.00911.26
5.3.90.0120.01211.26
5.3.80.0100.00511.26
5.3.70.0090.00911.26
5.3.60.0140.00311.26
5.3.50.0120.00611.26
5.3.40.0040.00411.26
5.3.30.0170.00311.26
5.3.20.0150.00311.26
5.3.10.0060.00911.26
5.3.00.0150.00411.26
5.2.170.0040.00811.26
5.2.160.0100.00311.26
5.2.150.0040.00411.26
5.2.140.0100.00511.26
5.2.130.0050.00511.26
5.2.120.0100.00011.26
5.2.110.0040.00711.26
5.2.100.0090.00611.26
5.2.90.0060.00311.26
5.2.80.0100.00311.26
5.2.70.0040.00911.26
5.2.60.0060.00711.26
5.2.50.0050.00511.26
5.2.40.0050.00511.26
5.2.30.0070.00211.26
5.2.20.0040.00711.26
5.2.10.0090.00011.26
5.2.00.0100.00011.26
5.1.60.0060.00311.26
5.1.50.0050.00711.26
5.1.40.0040.00911.26
5.1.30.0060.00611.26
5.1.20.0040.00511.26
5.1.10.0090.00011.26
5.1.00.0040.00411.26
5.0.50.0070.00011.26
5.0.40.0040.00411.26
5.0.30.0070.00011.26
5.0.20.0060.00311.26
5.0.10.0070.00011.26
5.0.00.0080.00411.26
4.4.90.0060.00011.26
4.4.80.0070.00311.26
4.4.70.0060.00311.26
4.4.60.0000.00711.26
4.4.50.0050.00211.26
4.4.40.0020.00311.26
4.4.30.0060.00011.26
4.4.20.0050.00011.26
4.4.10.0000.00611.26
4.4.00.0060.00011.26
4.3.110.0030.00311.26
4.3.100.0050.00311.26
4.3.90.0060.00611.26
4.3.80.0000.00911.26
4.3.70.0030.00411.26
4.3.60.0060.00211.26
4.3.50.0030.00211.26
4.3.40.0030.00311.26
4.3.30.0090.00311.26
4.3.20.0030.00311.26
4.3.10.0030.00711.26
4.3.00.0060.00311.26

preferences:
31.4 ms | 403 KiB | 5 Q