From ffa0c6ba239984f13977c3117d72725d73e715f8 Mon Sep 17 00:00:00 2001 From: Dmitry Zenovich Date: Thu, 22 Oct 2015 11:28:17 +0000 Subject: [PATCH] runkit: describe changes of 1.0.1 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338018 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/runkit/constants.xml | 32 ++++++++++++++++--- reference/runkit/functions/runkit-import.xml | 29 +++++++++++++++-- .../runkit/functions/runkit-method-add.xml | 3 +- .../functions/runkit-method-redefine.xml | 3 +- 4 files changed, 59 insertions(+), 8 deletions(-) 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; + + + <function>runkit_import</function> example + + +]]> + + + +