diff --git a/reference/runkit/constants.xml b/reference/runkit/constants.xml
index 38b7e1ee8b..2b27330940 100644
--- a/reference/runkit/constants.xml
+++ b/reference/runkit/constants.xml
@@ -57,6 +57,19 @@
+
+
+ RUNKIT_IMPORT_CLASS_STATIC_PROPS
+ (integer)
+
+
+
+ runkit_import flag indicating
+ that class static properties should be imported
+ from the specified file. Available since Runkit 1.0.1.
+
+
+ RUNKIT_IMPORT_CLASSES
@@ -72,7 +85,7 @@
- RUNKIT_IMPORT_OVERRIDE
+ RUNKIT_IMPORT_OVERRIDE
(integer)
@@ -92,7 +105,7 @@
- PHP 5 specific flag to runkit_method_add
+ PHP 5 specific flag to runkit_method_add and runkit_method_redefine
@@ -103,7 +116,7 @@
- PHP 5 specific flag to runkit_method_add
+ PHP 5 specific flag to runkit_method_add and runkit_method_redefine
@@ -114,7 +127,18 @@
- PHP 5 specific flag to runkit_method_add
+ PHP 5 specific flag to runkit_method_add and runkit_method_redefine
+
+
+
+
+
+ RUNKIT_ACC_STATIC
+ (integer)
+
+
+
+ PHP 5 specific flag to runkit_method_add and runkit_method_redefine. Available since Runkit 1.0.1.
diff --git a/reference/runkit/functions/runkit-import.xml b/reference/runkit/functions/runkit-import.xml
index fa6b125ce9..0837d0b90f 100644
--- a/reference/runkit/functions/runkit-import.xml
+++ b/reference/runkit/functions/runkit-import.xml
@@ -20,7 +20,7 @@
of a function or class is simply ignored.
Additionally, depending on the value of flags,
any functions or classes which already exist in the currently running environment
- will be automatically overwritten by their new definitions.
+ may be automatically overwritten by their new definitions.
@@ -40,7 +40,8 @@
flags
- Bitwise OR of the RUNKIT_IMPORT_* family of constants.
+ Bitwise OR of the RUNKIT_IMPORT_*
+ family of constants.
@@ -55,6 +56,30 @@
+
+ &reftitle.examples;
+
+
+ runkit_import example
+
+
+]]>
+
+
+
+