repo.or.cz
/
phpmyadmin.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Translated using Weblate (Portuguese)
[phpmyadmin.git]
/
src
/
Current.php
blob
17f8c47b634c2f3132c22703a26238b6df072622
1
<
?php
2
3
declare
(
strict_types
=
1
);
4
5
namespace
PhpMyAdmin
;
6
7
final class
Current
8
{
9
/** @psalm-var int<0, max> */
10
public static
int
$server
=
0
;
11
public static
string
$database
=
''
;
12
public static
string
$table
=
''
;
13
}