- Output for git.master, git.master_jit, rfc.property-hooks
- array ( 'appraisalData' => array ( 'type' => 'boolean', 'description' => 'Valuation data for this product in different conditions', ), 'asstNum' => array ( 'type' => 'boolean', 'description' => 'The assortment number of this product.', ), 'briefReleaseDesc' => array ( 'type' => 'boolean', 'description' => 'A brief description of the sku\'s release history.', ), 'collectionItems' => '/api/schema/collect/output.json', 'comment' => array ( 'type' => 'boolean', 'description' => 'Editorial comment for this sku', ), 'dateAdded' => array ( 'type' => 'boolean', 'description' => 'The date this sku was added to the database (timestamp)', ), 'description' => array ( 'type' => 'boolean', 'description' => 'The copy from the packaging', ), 'detailsUrl' => array ( 'type' => 'boolean', 'description' => 'The URL of the details page for this sku', ), 'formattedUpc' => array ( 'type' => 'boolean', 'description' => 'UPC code, with any appropriate hyphens added.', 'maxLength' => 16, ), 'fullName' => array ( 'type' => 'boolean', 'description' => 'A concatenation of the name of the sku, and its variant descriptor', ), 'gallery' => array ( 'type' => 'object', 'description' => 'Choose the photo information you want to get back. Only photos that have been reviewed will be returned.', 'additionalProperties' => false, 'properties' => array ( '$ref' => '/api/schema/photos/output.json', ), ), 'groups' => array ( 'type' => 'boolean', 'description' => 'A list of the groups for this product. Each group contains a list of part ids and the number of times each part appears in that group. For the parts themselves, include \'parts\'', ), 'inWishlist' => array ( 'type' => 'boolean', 'description' => 'Returns true if this sku is in the wishlist of the logged-in user, false otherwise.', ), 'isReleased' => array ( 'type' => 'boolean', 'description' => 'True if at least one of the release is not upcoming.', ), 'itemNum' => array ( 'type' => 'boolean', 'description' => 'Item number of this sku.', ), 'limited' => array ( 'type' => 'boolean', 'description' => 'The number of items this sku was limited to', ), 'manufacturer' => array ( 'type' => 'boolean', 'description' => 'The manufacturer of this sku', ), 'modifyUrl' => array ( 'type' => 'boolean', 'description' => 'The URL of the modiy page for this sku', ), 'mods' => array ( 'type' => array ( 0 => 'number', 1 => 'boolean', ), 'description' => 'The uid of a shmax user. If this user has any submissions pending for this sku, then information detailing his changes will be returned', ), 'name' => array ( 'type' => 'boolean', 'description' => 'The name of the sku', ), 'nameSort' => array ( 'type' => 'boolean', 'description' => 'The internal string used when sorting by name. Not to be exposed to user.', ), 'numCollected' => array ( 'type' => 'boolean', 'description' => 'The number of times this product appears in the collections of shmax users', ), 'package' => array ( 'type' => 'boolean', 'description' => 'The pacakaging this sku came in.', ), 'parts' => array ( 'description' => 'Specify the part information you\'d like to get back.', 'type' => 'object', 'properties' => array ( '$ref' => '/api/schema/parts/output.json', ), ), 'photoBack' => array ( 'type' => 'object', 'description' => 'Information about the back photo', 'properties' => array ( '$ref' => '/api/schema/photos/output.json', ), ), 'photoFront' => array ( 'type' => 'object', 'description' => 'Information about the front photo', 'properties' => array ( '$ref' => '/api/schema/photos/output.json', ), ), 'productId' => array ( 'type' => 'boolean', 'description' => 'The branding product prefix number, if any. Common with Japanese toys.', ), 'productIdClean' => array ( 'type' => 'boolean', 'description' => 'The internal, minimized, sort-friendly version of the product id. Not to be exposed to user.', ), 'releaseDateKnown' => array ( 'type' => 'boolean', 'description' => 'True if at least one of the release dates is fully resolved (ie. has year, month and date filled-in)', ), 'releases' => array ( '$ref' => '/api/schema/releases/output.json', ), 'relevance' => array ( 'type' => 'boolean', 'description' => 'A score when doing a full text search.', ), 'skuId' => array ( 'type' => 'boolean', 'description' => 'Unique numeric identifier for the sku.', ), 'skutoylines' => array ( 'type' => array ( 0 => 'object', 1 => 'boolean', ), 'description' => 'Specify the proeprties of each skutoyline you\'d like to get back (or false for nothing)', 'properties' => array ( '$ref' => '/api/schema/skutoylines/output.json', ), ), 'status' => array ( 'type' => 'boolean', 'description' => 'Whether the sku is live on the site, or still waiting for a reviewer to approve its creation.', ), 'stores' => array ( 'type' => 'boolean', 'description' => 'A list of ids of the stores this product is exclusive to.', ), 'submitter' => array ( '$ref' => '/api/schema/users/output.json', ), 'upc' => array ( 'type' => 'boolean', 'description' => 'Universal Product code of this sku', ), 'values' => array ( 'type' => 'boolean', 'description' => 'Appraisal data for this sku.', ), 'variantDesc' => array ( 'type' => 'boolean', 'description' => 'Variant descriptor', ), 'variantOf' => array ( 'description' => 'Specify the information you will get back for the sku that this sku is a variant of', 'properties' => array ( '$ref' => '/api/schema/skus/output.json', ), ), 'version' => array ( 'type' => 'boolean', 'description' => 'An integer version. Incremented each time the sku is updated.', ), 'vitals' => array ( 'type' => 'boolean', 'description' => 'The dynamically-generated search keywords for this sku. For debugging only.', ), 'reissueOf' => array ( 'description' => 'Specify the information you will get back for the sku that this sku is a reissue of', 'properties' => array ( '$ref' => '/api/schema/skus/output.json', ), ), 'reissues' => array ( 'description' => 'Specify the information you will get back for the skus that reissues of this sku', 'properties' => array ( '$ref' => '/api/schema/skus/output.json', ), ), 'variants' => array ( 'description' => 'Specify the information you will get back for the skus that variants of this sku', 'properties' => array ( '$ref' => '/api/schema/skus/output.json', ), ), )
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
- 2020-03-21 RFC: Is_Literal - declined
- 2020-12-04 Enumerations - included in PHP 8.1
- 2018-06-15 Typed Properties v2 - implemented in PHP 7.4
- 2016-08-12 Object typehint - included in PHP 7.2
- 2016-08-14 Arrow functions - withdrawn
- 2016-05-29 array_change_keys() - withdrawn
- 2016-04-19 Lexical scope support for anonymous classes - suspended
- 2016-04-17 Functional Interfaces - declined
- 2016-03-16 Typed Properties - superseded in favor of Typed Properties 2.0
- 2015-08-27 Callable Prototypes - declined
- 2015-05-01 Short Closures - declined / withdrawn in favor of Arrow Functions
- 2015-02-18 Scalar type hints v5 - included in PHP 7
- 2015-02-14 Union Types - declined
- 2013-09-22 Anonymous classes - included in PHP 7