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; } $obj= new stdClass(); foreach ($arr as $k=> $v) { $obj->{$k} = $v; } print_r($obj);
Output for git.master, git.master_jit, rfc.property-hooks
stdClass Object ( [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 )

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
46.04 ms | 405 KiB | 8 Q