3v4l.org

run code in 300+ PHP versions simultaneously
<?php $arr = array( 'id' => '4c44c3e074ffc928250576cc', 'name' => 'Salvation Army', 'contact' => array( 'phone' => '2122899617', 'formattedPhone' => '(212) 289-9617' ), 'location' => array ( 'address' => '26 E 125th St', 'crossStreet' => 'btw Madison & 5th Ave', 'lat' => '40.805853703834', 'lng' => '-73.941053819056', 'distance' => '53', 'postalCode' => '10035', 'cc' => 'US', 'city' => 'New York', 'state' => 'NY', 'country' => 'United States' ), 'categories' => Array ( [ 'id' => '4bf58dd8d48988d101951735', 'name' => 'Thrift / Vintage Store', 'pluralName' => 'Thrift / Vintage Stores', 'shortName' => 'Thrift / Vintage', 'icon' => array ( 'prefix' => 'https://ss1.4sqi.net/img/categories_v2/shops/default_', 'suffix' => '.png' ), 'primary' => '1', ] ), 'verified' => '', 'restricted' => '1', 'stats' => array ( 'checkinsCount' => '71', 'usersCount' => '46', 'tipCount' => '3' ), 'specials' => array ( 'count' => '0', 'items' => Array() ), 'hereNow' => array ( 'count' => '0', 'groups' => Array() ), 'referralId' => 'v-1393405742' ); class Venue { protected $id; protected $categories; protected $contact; protected $fourSquareVenueId; protected $location; protected $name; protected $statistics; public function __construct() { $this->categories = []; } /** * Get id * * @return id $id */ public function getId() { return $this->id; } /** * Add category * * @param \Trist\Bundle\CommonBundle\Document\Venue\VenueCategory $category */ public function addCategory( $category) { $this->categories[] = $category; } /** * Remove category * * @param \Trist\Bundle\CommonBundle\Document\Venue\VenueCategory $category */ public function removeCategory($category) { $this->categories->removeElement($category); } /** * Get categories * * @return \Doctrine\Common\Collections\ArrayCollection $categories */ public function getCategories() { return $this->categories; } /** * Set contact * * @param \Trist\Bundle\CommonBundle\Document\Venue\VenueContact $contact * @return self */ public function setContact($contact) { $this->contact = $contact; return $this; } } function cast($destination, $sourceObject) { if (is_string($destination)) { $destination = new $destination(); } $sourceReflection = new ReflectionObject($sourceObject); $destinationReflection = new ReflectionObject($destination); $sourceProperties = $sourceReflection->getProperties(); foreach ($sourceProperties as $sourceProperty) { $sourceProperty->setAccessible(true); $name = $sourceProperty->getName(); $value = $sourceProperty->getValue($sourceObject); if ($destinationReflection->hasProperty($name)) { $propDest = $destinationReflection->getProperty($name); $propDest->setAccessible(true); $propDest->setValue($destination,$value); } else { $destination->$name = $value; } } return $destination; } $obj = json_decode(json_encode($arr)); $obj2 = cast('Venue', $obj); print_r($obj2);

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.00718.68
8.3.50.0100.00821.09
8.3.40.0080.00818.63
8.3.30.0110.00319.04
8.3.20.0080.00020.38
8.3.10.0030.00621.92
8.3.00.0050.00322.40
8.2.180.0110.00716.72
8.2.170.0090.00622.96
8.2.160.0070.00720.22
8.2.150.0040.00424.18
8.2.140.0050.00324.66
8.2.130.0030.01026.16
8.2.120.0050.00319.79
8.2.110.0060.00322.01
8.2.100.0130.00019.44
8.2.90.0000.00819.21
8.2.80.0040.00419.33
8.2.70.0060.00317.50
8.2.60.0080.00017.80
8.2.50.0000.00818.07
8.2.40.0060.00318.03
8.2.30.0000.00718.09
8.2.20.0040.00417.69
8.2.10.0030.00517.68
8.2.00.0080.00017.72
8.1.280.0120.00325.92
8.1.270.0060.00320.46
8.1.260.0000.00826.35
8.1.250.0060.00328.09
8.1.240.0000.00823.91
8.1.230.0080.00319.13
8.1.220.0030.00617.76
8.1.210.0040.00418.77
8.1.200.0070.00317.35
8.1.190.0060.00317.53
8.1.180.0090.00018.69
8.1.170.0050.00318.51
8.1.160.0000.00822.21
8.1.150.0060.00618.71
8.1.140.0070.00017.35
8.1.130.0060.00317.41
8.1.120.0070.00017.43
8.1.110.0080.00017.37
8.1.100.0000.00717.52
8.1.90.0040.00417.48
8.1.80.0000.00717.53
8.1.70.0000.00717.48
8.1.60.0060.00317.61
8.1.50.0040.00417.50
8.1.40.0040.00417.53
8.1.30.0000.00817.61
8.1.20.0000.00817.68
8.1.10.0000.00817.63
8.1.00.0030.00517.52
8.0.300.0070.00018.77
8.0.290.0040.00417.18
8.0.280.0070.00018.38
8.0.270.0070.00017.28
8.0.260.0040.00416.86
8.0.250.0000.00716.95
8.0.240.0050.00317.00
8.0.230.0000.00817.04
8.0.220.0030.00316.91
8.0.210.0030.00316.91
8.0.200.0040.00416.94
8.0.190.0030.00616.98
8.0.180.0030.00617.00
8.0.170.0000.00916.82
8.0.160.0070.00016.82
8.0.150.0000.00716.88
8.0.140.0070.00316.89
8.0.130.0060.00013.31
8.0.120.0030.00616.78
8.0.110.0070.00016.90
8.0.100.0040.00416.92
8.0.90.0030.00516.81
8.0.80.0060.00916.90
8.0.70.0040.00416.76
8.0.60.0040.00416.87
8.0.50.0000.00716.80
8.0.30.0130.00517.18
8.0.20.0080.01117.40
8.0.10.0040.00417.08
8.0.00.0080.01116.87
7.4.330.0000.00615.00
7.4.320.0060.00016.57
7.4.300.0060.00016.63
7.4.290.0070.00016.62
7.4.280.0070.00016.53
7.4.270.0030.00316.45
7.4.260.0000.00716.51
7.4.250.0030.00616.63
7.4.240.0030.00516.58
7.4.230.0000.00716.65
7.4.220.0090.00916.63
7.4.210.0090.00516.70
7.4.200.0030.00316.37
7.4.190.0040.00416.68
7.4.160.0100.00616.51
7.4.150.0090.00917.40
7.4.140.0080.01117.86
7.4.130.0080.00916.58
7.4.120.0090.00716.61
7.4.110.0100.01016.60
7.4.100.0130.00616.63
7.4.90.0220.00016.50
7.4.80.0120.00619.39
7.4.70.0070.01016.48
7.4.60.0110.00616.43
7.4.50.0050.00516.72
7.4.40.0130.00322.77
7.4.30.0060.01116.54
7.4.00.0110.00615.07
7.3.330.0000.00513.25
7.3.320.0030.00313.15
7.3.310.0000.00716.55
7.3.300.0000.00716.27
7.3.290.0070.00716.39
7.3.280.0110.00816.39
7.3.270.0080.00817.40
7.3.260.0090.01516.36
7.3.250.0090.01116.33
7.3.240.0140.00616.54
7.3.230.0090.00916.39
7.3.210.0120.01216.55
7.3.200.0060.00919.39
7.3.190.0180.00316.24
7.3.180.0100.00716.47
7.3.170.0060.01516.32
7.3.160.0040.01116.46
7.3.120.0080.01014.87
7.3.110.0100.01015.13
7.3.100.0030.01314.84
7.3.90.0000.01314.93
7.3.80.0000.01314.92
7.3.70.0030.00614.89
7.3.60.0060.00914.84
7.3.50.0000.01514.85
7.3.40.0120.00314.95
7.3.30.0070.01014.84
7.3.20.0070.00416.78
7.3.10.0070.00416.52
7.3.00.0130.00616.86
7.2.330.0110.00816.44
7.2.320.0100.00816.80
7.2.310.0130.00416.57
7.2.300.0000.01716.53
7.2.290.0060.01016.82
7.2.250.0100.01015.30
7.2.240.0030.01114.88
7.2.230.0090.00614.87
7.2.220.0030.01015.23
7.2.210.0080.00614.96
7.2.200.0100.00714.89
7.2.190.0060.00914.88
7.2.180.0030.01314.92
7.2.170.0070.00715.18
7.2.160.0060.00915.16
7.2.150.0100.00617.07
7.2.140.0030.00916.82
7.2.130.0000.01617.06
7.2.120.0070.00716.96
7.2.110.0060.01016.93
7.2.100.0060.00917.02
7.2.90.0040.00817.02
7.2.80.0030.00717.09
7.2.70.0070.00717.09
7.2.60.0090.00916.98
7.2.50.0100.00716.77
7.2.40.0030.00716.94
7.2.30.0070.00716.99
7.2.20.0090.00616.89
7.2.10.0090.00616.85
7.2.00.0100.00717.01
7.1.330.0040.01515.93
7.1.320.0070.01015.88
7.1.310.0030.00715.78
7.1.300.0060.00315.86
7.1.290.0060.00915.47
7.1.280.0030.00616.04
7.1.270.0060.00615.60
7.1.260.0080.00615.68
7.1.250.0060.01215.79
7.1.240.0080.00315.94
7.1.230.0080.00815.88
7.1.220.0100.00615.72
7.1.210.0030.01015.64
7.1.200.0120.00315.80
7.1.190.0090.00615.88
7.1.180.0070.00715.96
7.1.170.0000.00915.95
7.1.160.0060.00915.98
7.1.150.0030.00615.71
7.1.140.0030.01015.71
7.1.130.0030.00615.69
7.1.120.0030.01415.77
7.1.110.0030.01315.58
7.1.100.0060.00615.86
7.1.90.0030.00915.91
7.1.80.0140.00315.89
7.1.70.0010.00916.27
7.1.60.0030.01517.67
7.1.50.0070.01216.48
7.1.40.0000.01215.77
7.1.30.0080.00615.54
7.1.20.0030.01315.98
7.1.10.0000.01215.72
7.1.00.0050.01919.10
7.0.330.0060.00615.39
7.0.320.0100.00315.48
7.0.310.0040.01215.46
7.0.300.0030.00615.52
7.0.290.0070.00715.66
7.0.280.0060.00615.35
7.0.270.0030.01015.10
7.0.260.0090.00615.50
7.0.250.0080.00615.41
7.0.240.0000.01515.46
7.0.230.0150.00015.29
7.0.220.0140.00415.18
7.0.210.0040.01115.55
7.0.200.0070.00616.21
7.0.190.0070.00715.53
7.0.180.0070.00715.54
7.0.170.0120.00015.58
7.0.160.0090.00915.55
7.0.150.0000.01915.41
7.0.140.0070.04018.76
7.0.130.0040.01415.35
7.0.120.0100.00615.32
7.0.110.0030.00715.29
7.0.100.0040.01115.45
7.0.90.0100.04817.64
7.0.80.0060.04817.62
7.0.70.0270.02717.62
7.0.60.0080.04117.61
7.0.50.0090.04317.89
7.0.40.0030.03317.47
7.0.30.0080.03317.49
7.0.20.0080.04617.46
7.0.10.0120.02917.43
7.0.00.0150.03817.42
5.6.400.0070.01114.84
5.6.390.0090.00614.84
5.6.380.0040.01214.84
5.6.370.0090.00914.84
5.6.360.0000.01614.84
5.6.350.0030.01014.84
5.6.340.0000.01814.84
5.6.330.0100.00314.84
5.6.320.0090.00614.84
5.6.310.0130.00314.84
5.6.300.0090.00614.84
5.6.290.0080.00314.84
5.6.280.0030.04617.96
5.6.270.0040.01114.84
5.6.260.0000.01414.84
5.6.250.0090.00614.84
5.6.240.0040.03517.71
5.6.230.0070.04917.71
5.6.220.0080.02317.78
5.6.210.0050.02517.75
5.6.200.0120.03518.00
5.6.190.0100.04018.01
5.6.180.0070.04517.99
5.6.170.0030.04617.96
5.6.160.0090.02817.98
5.6.150.0020.03317.95
5.6.140.0090.02418.01
5.6.130.0070.03117.96
5.6.120.0070.02517.98
5.6.110.0020.04218.02
5.6.100.0070.02317.94
5.6.90.0100.04418.00
5.6.80.0060.04317.70
5.6.70.0140.04017.60
5.6.60.0070.03017.65
5.6.50.0130.04217.65
5.6.40.0080.04517.66
5.6.30.0070.03117.67
5.6.20.0100.03217.63
5.6.10.0030.04617.60
5.6.00.0080.03317.62
5.5.380.0080.04317.65
5.5.370.0100.02817.69
5.5.360.0130.03317.63
5.5.350.0100.04417.66
5.5.340.0100.03817.88
5.5.330.0100.03217.82
5.5.320.0100.02817.83
5.5.310.0100.04217.86
5.5.300.0120.02717.83
5.5.290.0050.04617.83
5.5.280.0060.05117.75
5.5.270.0030.03617.83
5.5.260.0070.03517.85
5.5.250.0120.02517.73
5.5.240.0070.03417.45
5.5.230.0120.03817.59
5.5.220.0050.02817.50
5.5.210.0030.03017.51
5.5.200.0050.03417.58
5.5.190.0050.03017.55
5.5.180.0060.03517.52
5.5.170.0070.00714.84
5.5.160.0090.02017.52
5.5.150.0090.02717.57
5.5.140.0090.03717.57
5.5.130.0020.04917.48
5.5.120.0030.04517.50
5.5.110.0050.04817.56
5.5.100.0050.04317.48
5.5.90.0060.04017.52
5.5.80.0160.02817.41
5.5.70.0100.03317.48
5.5.60.0080.04017.47
5.5.50.0120.04017.42
5.5.40.0080.04217.41
5.5.30.0050.04717.46
5.5.20.0160.02817.42
5.5.10.0070.03917.48
5.5.00.0050.04717.43
5.4.450.0070.04217.13
5.4.440.0030.04517.07
5.4.430.0080.03817.02
5.4.420.0040.04417.14
5.4.410.0070.04217.03
5.4.400.0070.04016.86
5.4.390.0050.02516.94
5.4.380.0050.03516.98
5.4.370.0080.03816.84
5.4.360.0030.04616.95
5.4.350.0080.04116.91
5.4.340.0110.04116.95
5.4.330.0030.00614.84
5.4.320.0070.02416.86
5.4.310.0040.02916.94
5.4.300.0100.02316.94
5.4.290.0050.04016.90
5.4.280.0060.02916.93
5.4.270.0070.04316.97
5.4.260.0050.03716.94
5.4.250.0110.02716.96
5.4.240.0100.04216.87
5.4.230.0110.04017.01
5.4.220.0070.04316.98
5.4.210.0090.03416.87
5.4.200.0050.04417.01
5.4.190.0030.03616.94
5.4.180.0030.04516.99
5.4.170.0030.04816.98
5.4.160.0090.02217.00
5.4.150.0080.04117.03
5.4.140.0050.04015.68
5.4.130.0100.03915.65
5.4.120.0070.04115.63
5.4.110.0050.04115.65
5.4.100.0050.03515.70
5.4.90.0100.03715.62
5.4.80.0000.04715.65
5.4.70.0050.03915.57
5.4.60.0050.03815.60
5.4.50.0050.04015.63
5.4.40.0130.02315.65
5.4.30.0100.03815.57
5.4.20.0040.04215.60
5.4.10.0050.04215.63
5.4.00.0110.03615.27
5.3.290.0070.02914.67
5.3.280.0080.02514.64
5.3.270.0060.04214.71
5.3.260.0060.04014.71
5.3.250.0060.02814.71
5.3.240.0050.03714.71
5.3.230.0020.03014.72
5.3.220.0050.02514.66
5.3.210.0050.03814.63
5.3.200.0080.03814.70
5.3.190.0080.03714.62
5.3.180.0050.04214.70
5.3.170.0050.04214.70
5.3.160.0050.03214.70
5.3.150.0100.04214.66
5.3.140.0040.02414.70
5.3.130.0070.04214.66
5.3.120.0080.04014.69
5.3.110.0030.02814.61
5.3.100.0070.04014.37
5.3.90.0080.02714.41
5.3.80.0030.04014.41
5.3.70.0000.02914.43
5.3.60.0070.03614.42
5.3.50.0030.04214.33
5.3.40.0050.02414.37
5.3.30.0030.02814.31
5.3.20.0020.03114.22
5.3.10.0030.03014.24
5.3.00.0020.02714.22
5.2.170.0070.06010.99
5.2.160.0030.04310.94
5.2.150.0030.07011.13
5.2.140.0070.06011.10
5.2.130.0070.06010.93
5.2.120.0070.04711.06
5.2.110.0030.07010.89
5.2.100.0000.03711.09
5.2.90.0030.03311.07
5.2.80.0030.05011.05
5.2.70.0030.03711.08
5.2.60.0030.06310.92
5.2.50.0170.05711.02
5.2.40.0070.05011.04
5.2.30.0030.05710.97
5.2.20.0070.03711.04
5.2.10.0030.04010.87
5.2.00.0000.06310.58
5.1.60.0000.02710.00
5.1.50.0070.05310.08
5.1.40.0100.05010.03
5.1.30.0070.05310.40
5.1.20.0100.02710.41
5.1.10.0200.0379.95
5.1.00.0100.02710.07
5.0.50.0070.0338.55
5.0.40.0030.0278.46
5.0.30.0030.0378.25
5.0.20.0030.0378.09
5.0.10.0130.0178.01
5.0.00.0030.0338.27
4.4.90.0000.0176.99
4.4.80.0030.0376.99
4.4.70.0100.0136.99
4.4.60.0030.0376.99
4.4.50.0000.0306.99
4.4.40.0000.0436.99
4.4.30.0070.0306.99
4.4.20.0030.0336.99
4.4.10.0000.0376.99
4.4.00.0030.0576.99
4.3.110.0030.0276.99
4.3.100.0030.0336.99
4.3.90.0030.0206.99
4.3.80.0100.0476.99
4.3.70.0000.0376.99
4.3.60.0030.0336.99
4.3.50.0000.0376.99
4.3.40.0030.0436.99
4.3.30.0030.0336.99
4.3.20.0000.0306.99
4.3.10.0030.0336.99
4.3.00.0030.0336.99

preferences:
43.42 ms | 401 KiB | 5 Q