wiki.techinc.nl/tests/phpunit/data/xmp/gps.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

11 lines
194 B
PHP

<?php
$result = [ 'xmp-exif' =>
[
'GPSAltitude' => -3.14159265301,
'GPSDOP' => '5/1',
'GPSLatitude' => 88.51805555,
'GPSLongitude' => -21.12356945,
'GPSVersionID' => '2.2.0.0'
]
];