wiki.techinc.nl/tests/phpunit/data/xmp/gps.result.php
umherirrender 5ca5672aac Fixed spacing
- Place commas correct
- Moved comments
- Add space after if/foreach/catch
- Reformat some conditions
- Removed trailing spaces/tabs

Change-Id: I40ccda72c418c4a33fcd675773cb08d971510cdb
2013-12-01 20:58:51 +01:00

11 lines
204 B
PHP

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