wiki.techinc.nl/tests/phpunit/data/xmp/7.result.php
Kunal Mehta 6e9b4f0e9c Convert all array() syntax to []
Per wikitech-l consensus:
 https://lists.wikimedia.org/pipermail/wikitech-l/2016-February/084821.html

Notes:
* Disabled CallTimePassByReference due to false positives (T127163)

Change-Id: I2c8ce713ce6600a0bb7bf67537c87044c7a45c4b
2016-02-17 01:33:00 -08:00

52 lines
1.2 KiB
PHP

<?php
$result = [
'xmp-exif' =>
[
'CameraOwnerName' => 'Me!',
],
'xmp-general' =>
[
'LicenseUrl' => 'http://creativecommons.com/cc-by-2.9',
'ImageDescription' =>
[
'x-default' => 'Test image for the cc: xmp: xmpRights: namespaces in xmp',
'_type' => 'lang',
],
'ObjectName' =>
[
'x-default' => 'xmp core/xmp rights/cc ns test',
'_type' => 'lang',
],
'DateTimeDigitized' => '2005:04:03',
'Software' => 'The one true editor: Vi (ok i used gimp)',
'Identifier' =>
[
0 => 'http://example.com/identifierurl',
1 => 'urn:sha1:342524abcdef',
'_type' => 'ul',
],
'Label' => 'Test image',
'DateTimeMetadata' => '2011:05:12',
'DateTime' => '2007:03:04 06:34:10',
'Nickname' => 'My little xmp test image',
'Rating' => '5',
'RightsCertificate' => 'http://example.com/rights-certificate/',
'Copyrighted' => 'True',
'CopyrightOwner' =>
[
0 => 'Bawolff is copyright owner',
'_type' => 'ul',
],
'UsageTerms' =>
[
'x-default' => 'do whatever you want',
'en-gb' => 'Do whatever you want in british english',
'_type' => 'lang',
],
'WebStatement' => 'http://example.com/web_statement',
],
'xmp-deprecated' =>
[
'Identifier' => 'http://example.com/identifierurl/wrong',
],
];