repo.or.cz
/
mediawiki.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
TitleTest: fix minor todo about test naming
[mediawiki.git]
/
tests
/
phpunit
/
data
/
xmp
/
gps.result.php
blob
bf7fb21902e111582673d5cddff1795f52bab4e2
1
<
?php
2
3
$result
=
array
(
'xmp-exif'
=>
4
array
(
5
'GPSAltitude'
=> -
3.14159265301
,
6
'GPSDOP'
=>
'5/1'
,
7
'GPSLatitude'
=>
88.51805555
,
8
'GPSLongitude'
=> -
21.12356945
,
9
'GPSVersionID'
=>
'2.2.0.0'
10
)
11
);