From 2d7060edefdb8838ccd1157d7359336a23caa39b Mon Sep 17 00:00:00 2001 From: Sean Coates Date: Thu, 26 Aug 2004 21:48:21 +0000 Subject: [PATCH] added missing ini.xml, replaced &, < and > with their respectivve entities git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@167340 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/parsekit/constants.xml | 62 +++++++++---------- .../functions/parsekit-compile-file.xml | 6 +- .../functions/parsekit-compile-string.xml | 6 +- reference/parsekit/ini.xml | 27 ++++++++ 4 files changed, 64 insertions(+), 37 deletions(-) create mode 100644 reference/parsekit/ini.xml diff --git a/reference/parsekit/constants.xml b/reference/parsekit/constants.xml index 042faf0291..a3f6401ad1 100644 --- a/reference/parsekit/constants.xml +++ b/reference/parsekit/constants.xml @@ -1,5 +1,5 @@ - +
&reftitle.constants; &extension.constants; @@ -188,7 +188,7 @@ PARSEKIT_ZEND_OVERLOADED_FUNCTION_TEMPORARY - (int) PHP >= 5.0.0 + (int) PHP >= 5.0.0 @@ -296,7 +296,7 @@ PARSEKIT_ZEND_ADD_INTERFACE - (int) PHP >= 5.0.0 + (int) PHP >= 5.0.0 @@ -404,7 +404,7 @@ PARSEKIT_ZEND_ASSIGN_DIM - (int) PHP >= 5.0.0 + (int) PHP >= 5.0.0 @@ -452,7 +452,7 @@ PARSEKIT_ZEND_ASSIGN_OBJ - (int) PHP >= 5.0.0 + (int) PHP >= 5.0.0 @@ -644,7 +644,7 @@ PARSEKIT_ZEND_CATCH - (int) PHP >= 5.0.0 + (int) PHP >= 5.0.0 @@ -656,7 +656,7 @@ PARSEKIT_ZEND_CLONE - (int) PHP >= 5.0.0 + (int) PHP >= 5.0.0 @@ -692,7 +692,7 @@ PARSEKIT_ZEND_DECLARE_CLASS - (int) PHP >= 5.0.0 + (int) PHP >= 5.0.0 @@ -704,7 +704,7 @@ PARSEKIT_ZEND_DECLARE_FUNCTION - (int) PHP >= 5.0.0 + (int) PHP >= 5.0.0 @@ -716,7 +716,7 @@ PARSEKIT_ZEND_DECLARE_INHERITED_CLASS - (int) PHP >= 5.0.0 + (int) PHP >= 5.0.0 @@ -848,7 +848,7 @@ PARSEKIT_ZEND_FETCH_CLASS - (int) PHP >= 5.0.0 + (int) PHP >= 5.0.0 @@ -1136,7 +1136,7 @@ PARSEKIT_ZEND_HANDLE_EXCEPTION - (int) PHP >= 5.0.0 + (int) PHP >= 5.0.0 @@ -1148,7 +1148,7 @@ PARSEKIT_ZEND_IMPORT_CLASS - (int) PHP >= 5.0.0 + (int) PHP >= 5.0.0 @@ -1160,7 +1160,7 @@ PARSEKIT_ZEND_IMPORT_CONST - (int) PHP >= 5.0.0 + (int) PHP >= 5.0.0 @@ -1172,7 +1172,7 @@ PARSEKIT_ZEND_IMPORT_FUNCTION - (int) PHP >= 5.0.0 + (int) PHP >= 5.0.0 @@ -1208,7 +1208,7 @@ PARSEKIT_ZEND_INIT_CTOR_CALL - (int) PHP >= 5.0.0 + (int) PHP >= 5.0.0 @@ -1232,7 +1232,7 @@ PARSEKIT_ZEND_INIT_METHOD_CALL - (int) PHP >= 5.0.0 + (int) PHP >= 5.0.0 @@ -1244,7 +1244,7 @@ PARSEKIT_ZEND_INIT_STATIC_METHOD_CALL - (int) PHP >= 5.0.0 + (int) PHP >= 5.0.0 @@ -1268,7 +1268,7 @@ PARSEKIT_ZEND_INSTANCEOF - (int) PHP >= 5.0.0 + (int) PHP >= 5.0.0 @@ -1280,7 +1280,7 @@ PARSEKIT_ZEND_ISSET_ISEMPTY - (int) PHP < 5.0.0 + (int) PHP < 5.0.0 @@ -1292,7 +1292,7 @@ PARSEKIT_ZEND_ISSET_ISEMPTY_DIM_OBJ - (int) PHP >= 5.0.0 + (int) PHP >= 5.0.0 @@ -1304,7 +1304,7 @@ PARSEKIT_ZEND_ISSET_ISEMPTY_PROP_OBJ - (int) PHP >= 5.0.0 + (int) PHP >= 5.0.0 @@ -1316,7 +1316,7 @@ PARSEKIT_ZEND_ISSET_ISEMPTY_VAR - (int) PHP >= 5.0.0 + (int) PHP >= 5.0.0 @@ -1532,7 +1532,7 @@ PARSEKIT_ZEND_OP_DATA - (int) PHP >= 5.0.0 + (int) PHP >= 5.0.0 @@ -1556,7 +1556,7 @@ PARSEKIT_ZEND_POST_DEC_OBJ - (int) PHP >= 5.0.0 + (int) PHP >= 5.0.0 @@ -1580,7 +1580,7 @@ PARSEKIT_ZEND_POST_INC_OBJ - (int) PHP >= 5.0.0 + (int) PHP >= 5.0.0 @@ -1604,7 +1604,7 @@ PARSEKIT_ZEND_PRE_DEC_OBJ - (int) PHP >= 5.0.0 + (int) PHP >= 5.0.0 @@ -1628,7 +1628,7 @@ PARSEKIT_ZEND_PRE_INC_OBJ - (int) PHP >= 5.0.0 + (int) PHP >= 5.0.0 @@ -1664,7 +1664,7 @@ PARSEKIT_ZEND_RAISE_ABSTRACT_ERROR - (int) PHP >= 5.0.0 + (int) PHP >= 5.0.0 @@ -1808,7 +1808,7 @@ PARSEKIT_ZEND_THROW - (int) PHP >= 5.0.0 + (int) PHP >= 5.0.0 @@ -1856,7 +1856,7 @@ PARSEKIT_ZEND_VERIFY_ABSTRACT_CLASS - (int) PHP >= 5.0.0 + (int) PHP >= 5.0.0 diff --git a/reference/parsekit/functions/parsekit-compile-file.xml b/reference/parsekit/functions/parsekit-compile-file.xml index bde1211eda..8ff6e6503c 100644 --- a/reference/parsekit/functions/parsekit-compile-file.xml +++ b/reference/parsekit/functions/parsekit-compile-file.xml @@ -1,5 +1,5 @@ - + parsekit_compile_file @@ -10,7 +10,7 @@ arrayparsekit_compile_file stringfilename - array&errors + array&errors intoptions &warn.experimental.func; @@ -29,7 +29,7 @@ - &errors + &errors A 2D hash of errors (including fatal errors) encountered during compilation. diff --git a/reference/parsekit/functions/parsekit-compile-string.xml b/reference/parsekit/functions/parsekit-compile-string.xml index ce14db44f8..0402b1fd75 100644 --- a/reference/parsekit/functions/parsekit-compile-string.xml +++ b/reference/parsekit/functions/parsekit-compile-string.xml @@ -1,5 +1,5 @@ - + parsekit_compile_string @@ -10,7 +10,7 @@ arrayparsekit_compile_string stringphpcode - array&errors + array&errors intoptions &warn.experimental.func; @@ -28,7 +28,7 @@ - &errors + &errors A 2D hash of errors (including fatal errors) encountered during compilation. diff --git a/reference/parsekit/ini.xml b/reference/parsekit/ini.xml new file mode 100644 index 0000000000..9a19be9fe7 --- /dev/null +++ b/reference/parsekit/ini.xml @@ -0,0 +1,27 @@ + + +
+ &reftitle.runtime; + &no.config; +
+ +