3v4l.org

run code in 300+ PHP versions simultaneously
<?php print_r(json_decode('{"title":"DocumentReferencePathNibble","description":"Part of DocumentReference, instructing how to traverse to the referenced document.","isCore":true,"isResource":false,"updatedAt":"2014-04-17T10:06:46.153Z","updatedBy":"Kingsquare","_id":"534fa7b64c591c675b767c13","attributes":[{"_id":"534f74b9d3d946b249000001","title":"field","description":"The name of the referred field to traverse.","defaultValue":null,"items":"","ref":"","allowableValues":{"valueType":"","min":null,"max":null,"values":null,"match":""},"renderHint":"","type":"string","isRequired":true,"isCore":true},{"_id":"534f751307ba1bb52f000002","title":"objectId","description":"When the referred field contains an array, the ID number of the child-document within the referred field to traverse to.","defaultValue":null,"items":"","ref":"","allowableValues":{"valueType":"","min":null,"max":null,"values":null,"match":""},"renderHint":"","type":"ObjectId","isRequired":false,"isCore":true}]}', true));
Output for git.master, git.master_jit, rfc.property-hooks
Array ( [title] => DocumentReferencePathNibble [description] => Part of DocumentReference, instructing how to traverse to the referenced document. [isCore] => 1 [isResource] => [updatedAt] => 2014-04-17T10:06:46.153Z [updatedBy] => Kingsquare [_id] => 534fa7b64c591c675b767c13 [attributes] => Array ( [0] => Array ( [_id] => 534f74b9d3d946b249000001 [title] => field [description] => The name of the referred field to traverse. [defaultValue] => [items] => [ref] => [allowableValues] => Array ( [valueType] => [min] => [max] => [values] => [match] => ) [renderHint] => [type] => string [isRequired] => 1 [isCore] => 1 ) [1] => Array ( [_id] => 534f751307ba1bb52f000002 [title] => objectId [description] => When the referred field contains an array, the ID number of the child-document within the referred field to traverse to. [defaultValue] => [items] => [ref] => [allowableValues] => Array ( [valueType] => [min] => [max] => [values] => [match] => ) [renderHint] => [type] => ObjectId [isRequired] => [isCore] => 1 ) ) )

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:
49.4 ms | 405 KiB | 8 Q