diff --git a/reference/uopz/functions/uopz-get-static.xml b/reference/uopz/functions/uopz-get-static.xml
new file mode 100644
index 0000000000..a15ff96484
--- /dev/null
+++ b/reference/uopz/functions/uopz-get-static.xml
@@ -0,0 +1,110 @@
+
+
+
+
+
+ uopz_get_static
+ Gets the static variables from function or method scope
+
+
+
+ &reftitle.description;
+
+ arrayuopz_get_static
+ stringclass
+ stringfunction
+
+
+ arrayuopz_get_static
+ stringfunction
+
+
+ Gets the static variables from function or method scope.
+
+
+
+
+ &reftitle.parameters;
+
+
+ class
+
+
+ The name of the class.
+
+
+
+
+ function
+
+
+ The name of the function or method.
+
+
+
+
+
+
+
+ &reftitle.returnvalues;
+
+ Returns an associative array of variable names mapped to their
+ current values on success, or &null; if the function or method does not exist.
+
+
+
+
+ &reftitle.examples;
+
+ Basic uopz_get_static Usage
+
+
+]]>
+
+ &example.outputs;
+
+
+ string(3) "baz"
+}
+]]>
+
+
+
+
+
+ &reftitle.seealso;
+
+ uopz_set_static
+
+
+
+
+
+
diff --git a/reference/uopz/functions/uopz_set_static.xml b/reference/uopz/functions/uopz_set_static.xml
new file mode 100644
index 0000000000..52b09fab9f
--- /dev/null
+++ b/reference/uopz/functions/uopz_set_static.xml
@@ -0,0 +1,119 @@
+
+
+
+
+
+ uopz_set_static
+ Sets the static variables in function or method scope
+
+
+
+ &reftitle.description;
+
+ voiduopz_set_static
+ stringfunction
+ arraystatic
+
+
+ voiduopz_set_static
+ stringclass
+ stringfunction
+ arraystatic
+
+
+ Sets the static variables in function or method scope.
+
+
+
+
+ &reftitle.parameters;
+
+
+ class
+
+
+ The name of the class.
+
+
+
+
+ function
+
+
+ The name of the function or method.
+
+
+
+
+ static
+
+
+ The associative array of variable names mapped to their
+ values.
+
+
+
+
+
+
+
+ &reftitle.returnvalues;
+
+ &return.void;
+
+
+
+
+ &reftitle.examples;
+
+ Basic uopz_set_static Usage
+
+ 'qux']);
+foo();
+?>
+]]>
+
+ &example.outputs;
+
+
+
+
+
+
+
+ &reftitle.seealso;
+
+ uopz_get_static
+
+
+
+
+
+
diff --git a/reference/uopz/versions.xml b/reference/uopz/versions.xml
index f69fc4a5f5..cf2fbec9fe 100644
--- a/reference/uopz/versions.xml
+++ b/reference/uopz/versions.xml
@@ -27,6 +27,8 @@
+
+