language/predefined/variables/superglobals.xml
a6d209f4ff71ccba3f1255902827f5df3e092ff9
...
...
@@ -1,10 +1,10 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
3

4
-
<phpdoc:varentry xmlns:phpdoc="http://php.net/ns/phpdoc" xml:id="language.variables.superglobals" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" role="noversion">
4
+
<refentry role="variable" xml:id="language.variables.superglobals" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" annotations="verify_info:false">
5
5
<refnamediv>
6
6
<refname>Superglobals</refname>
7
-
<refpurpose>Superglobals are built-in variables that are always available in all scopes</refpurpose>
7
+
<refpurpose>Built-in variables that are always available in all scopes</refpurpose>
8
8
</refnamediv>
9
9
10
10
<refsect1 role="description">
...
...
@@ -63,7 +63,7 @@
63
63
</para>
64
64
</refsect1>
65
65

66
-
</phpdoc:varentry>
66
+
</refentry>
67
67
68
68
<!-- Keep this comment at the end of the file
69
69
Local variables:
70
70