From 192448ab0e86652b80a2d180021eb84d5ef8daba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1t=C3=A9=20Kocsis?= Date: Fri, 3 May 2024 22:39:20 +0200 Subject: [PATCH 1/3] Sync some classsynopses with stubs --- reference/ffi/ffi.xml | 4 +- reference/intl/collator.xml | 24 +++++ reference/libxml/libxmlerror.xml | 26 ++---- reference/snmp/snmp.xml | 50 +++++------ reference/spl/arrayobject.xml | 2 + reference/sqlite3/sqlite3.xml | 148 +++++++++++++++---------------- 6 files changed, 133 insertions(+), 121 deletions(-) diff --git a/reference/ffi/ffi.xml b/reference/ffi/ffi.xml index b6804762142d..febc24f0dd9a 100644 --- a/reference/ffi/ffi.xml +++ b/reference/ffi/ffi.xml @@ -49,7 +49,7 @@ public const int - FFI::__BIGGEST_ALIGNMENT__ + FFI::__BIGGEST_ALIGNMENT__ &Methods; @@ -64,7 +64,7 @@
&reftitle.constants; - + FFI::__BIGGEST_ALIGNMENT__ diff --git a/reference/intl/collator.xml b/reference/intl/collator.xml index 23565024eb8a..94febbcc9ec1 100644 --- a/reference/intl/collator.xml +++ b/reference/intl/collator.xml @@ -27,121 +27,145 @@ &Constants; + public const int Collator::DEFAULT_VALUE + public const int Collator::PRIMARY + public const int Collator::SECONDARY + public const int Collator::TERTIARY + public const int Collator::DEFAULT_STRENGTH + public const int Collator::QUATERNARY + public const int Collator::IDENTICAL + public const int Collator::OFF + public const int Collator::ON + public const int Collator::SHIFTED + public const int Collator::NON_IGNORABLE + public const int Collator::LOWER_FIRST + public const int Collator::UPPER_FIRST + public const int Collator::FRENCH_COLLATION + public const int Collator::ALTERNATE_HANDLING + public const int Collator::CASE_FIRST + public const int Collator::CASE_LEVEL + public const int Collator::NORMALIZATION_MODE + public const int Collator::STRENGTH + public const int Collator::HIRAGANA_QUATERNARY_MODE + public const int Collator::NUMERIC_COLLATION + public const int Collator::SORT_REGULAR + public const int Collator::SORT_STRING + public const int Collator::SORT_NUMERIC diff --git a/reference/libxml/libxmlerror.xml b/reference/libxml/libxmlerror.xml index c9e2807145a5..a0cead0ef5ca 100644 --- a/reference/libxml/libxmlerror.xml +++ b/reference/libxml/libxmlerror.xml @@ -1,12 +1,6 @@ - - + The LibXMLError class LibXMLError @@ -28,17 +22,11 @@ &reftitle.classsynopsis; - - LibXMLError - - - - - LibXMLError - - - - + + + LibXMLError + + &Properties; public @@ -140,7 +128,6 @@ - - diff --git a/reference/snmp/snmp.xml b/reference/snmp/snmp.xml index b5424c968a74..b467c1cdc569 100644 --- a/reference/snmp/snmp.xml +++ b/reference/snmp/snmp.xml @@ -29,73 +29,73 @@ public const int - SNMP::VERSION_1 + SNMP::VERSION_1 public const int - SNMP::VERSION_2c + SNMP::VERSION_2c public const int - SNMP::VERSION_2C + SNMP::VERSION_2C public const int - SNMP::VERSION_3 + SNMP::VERSION_3 public const int - SNMP::ERRNO_NOERROR + SNMP::ERRNO_NOERROR public const int - SNMP::ERRNO_ANY + SNMP::ERRNO_ANY public const int - SNMP::ERRNO_GENERIC + SNMP::ERRNO_GENERIC public const int - SNMP::ERRNO_TIMEOUT + SNMP::ERRNO_TIMEOUT public const int - SNMP::ERRNO_ERROR_IN_REPLY + SNMP::ERRNO_ERROR_IN_REPLY public const int - SNMP::ERRNO_OID_NOT_INCREASING + SNMP::ERRNO_OID_NOT_INCREASING public const int - SNMP::ERRNO_OID_PARSING_ERROR + SNMP::ERRNO_OID_PARSING_ERROR public const int - SNMP::ERRNO_MULTIPLE_SET_QUERIES + SNMP::ERRNO_MULTIPLE_SET_QUERIES &Properties; @@ -271,39 +271,39 @@
&reftitle.constants; -
+
<acronym>SNMP</acronym> Error Types - + SNMP::ERRNO_NOERROR No SNMP-specific error occurred. - + SNMP::ERRNO_GENERIC A generic SNMP error occurred. - + SNMP::ERRNO_TIMEOUT Request to SNMP agent timed out. - + SNMP::ERRNO_ERROR_IN_REPLY SNMP agent returned an error in reply. - + SNMP::ERRNO_OID_NOT_INCREASING @@ -314,7 +314,7 @@ - + SNMP::ERRNO_OID_PARSING_ERROR @@ -324,7 +324,7 @@ - + SNMP::ERRNO_MULTIPLE_SET_QUERIES @@ -336,7 +336,7 @@ - + SNMP::ERRNO_ANY @@ -347,25 +347,25 @@
-
+
<acronym>SNMP</acronym> Protocol Versions - + SNMP::VERSION_1 - + SNMP::VERSION_2C, SNMP::VERSION_2c - + SNMP::VERSION_3 diff --git a/reference/spl/arrayobject.xml b/reference/spl/arrayobject.xml index 6babd598d24b..ad14da989942 100644 --- a/reference/spl/arrayobject.xml +++ b/reference/spl/arrayobject.xml @@ -43,11 +43,13 @@ &Constants; + public const int ArrayObject::STD_PROP_LIST + public const int ArrayObject::ARRAY_AS_PROPS diff --git a/reference/sqlite3/sqlite3.xml b/reference/sqlite3/sqlite3.xml index 603728662ab5..3956b5ca37ce 100644 --- a/reference/sqlite3/sqlite3.xml +++ b/reference/sqlite3/sqlite3.xml @@ -29,223 +29,223 @@ public const int - SQLite3::OK + SQLite3::OK public const int - SQLite3::DENY + SQLite3::DENY public const int - SQLite3::IGNORE + SQLite3::IGNORE public const int - SQLite3::CREATE_INDEX + SQLite3::CREATE_INDEX public const int - SQLite3::CREATE_TABLE + SQLite3::CREATE_TABLE public const int - SQLite3::CREATE_TEMP_INDEX + SQLite3::CREATE_TEMP_INDEX public const int - SQLite3::CREATE_TEMP_TABLE + SQLite3::CREATE_TEMP_TABLE public const int - SQLite3::CREATE_TEMP_TRIGGER + SQLite3::CREATE_TEMP_TRIGGER public const int - SQLite3::CREATE_TEMP_VIEW + SQLite3::CREATE_TEMP_VIEW public const int - SQLite3::CREATE_TRIGGER + SQLite3::CREATE_TRIGGER public const int - SQLite3::CREATE_VIEW + SQLite3::CREATE_VIEW public const int - SQLite3::DELETE + SQLite3::DELETE public const int - SQLite3::DROP_INDEX + SQLite3::DROP_INDEX public const int - SQLite3::DROP_TABLE + SQLite3::DROP_TABLE public const int - SQLite3::DROP_TEMP_INDEX + SQLite3::DROP_TEMP_INDEX public const int - SQLite3::DROP_TEMP_TABLE + SQLite3::DROP_TEMP_TABLE public const int - SQLite3::DROP_TEMP_TRIGGER + SQLite3::DROP_TEMP_TRIGGER public const int - SQLite3::DROP_TEMP_VIEW + SQLite3::DROP_TEMP_VIEW public const int - SQLite3::DROP_TRIGGER + SQLite3::DROP_TRIGGER public const int - SQLite3::DROP_VIEW + SQLite3::DROP_VIEW public const int - SQLite3::INSERT + SQLite3::INSERT public const int - SQLite3::PRAGMA + SQLite3::PRAGMA public const int - SQLite3::READ + SQLite3::READ public const int - SQLite3::SELECT + SQLite3::SELECT public const int - SQLite3::TRANSACTION + SQLite3::TRANSACTION public const int - SQLite3::UPDATE + SQLite3::UPDATE public const int - SQLite3::ATTACH + SQLite3::ATTACH public const int - SQLite3::DETACH + SQLite3::DETACH public const int - SQLite3::ALTER_TABLE + SQLite3::ALTER_TABLE public const int - SQLite3::REINDEX + SQLite3::REINDEX public const int - SQLite3::ANALYZE + SQLite3::ANALYZE public const int - SQLite3::CREATE_VTABLE + SQLite3::CREATE_VTABLE public const int - SQLite3::DROP_VTABLE + SQLite3::DROP_VTABLE public const int - SQLite3::FUNCTION + SQLite3::FUNCTION public const int - SQLite3::SAVEPOINT + SQLite3::SAVEPOINT public const int - SQLite3::COPY + SQLite3::COPY public const int - SQLite3::RECURSIVE + SQLite3::RECURSIVE &Methods; @@ -264,259 +264,259 @@
&reftitle.constants; - + SQLite3::OK - + SQLite3::DENY - + SQLite3::IGNORE - + SQLite3::CREATE_INDEX - + SQLite3::CREATE_TABLE - + SQLite3::CREATE_TEMP_INDEX - + SQLite3::CREATE_TEMP_TABLE - + SQLite3::CREATE_TEMP_TRIGGER - + SQLite3::CREATE_TEMP_VIEW - + SQLite3::CREATE_TRIGGER - + SQLite3::CREATE_VIEW - + SQLite3::DELETE - + SQLite3::DROP_INDEX - + SQLite3::DROP_TABLE - + SQLite3::DROP_TEMP_INDEX - + SQLite3::DROP_TEMP_TABLE - + SQLite3::DROP_TEMP_TRIGGER - + SQLite3::DROP_TEMP_VIEW - + SQLite3::DROP_TRIGGER - + SQLite3::DROP_VIEW - + SQLite3::INSERT - + SQLite3::PRAGMA - + SQLite3::READ - + SQLite3::SELECT - + SQLite3::TRANSACTION - + SQLite3::UPDATE - + SQLite3::ATTACH - + SQLite3::DETACH - + SQLite3::ALTER_TABLE - + SQLite3::REINDEX - + SQLite3::ANALYZE - + SQLite3::CREATE_VTABLE - + SQLite3::DROP_VTABLE - + SQLite3::FUNCTION - + SQLite3::SAVEPOINT - + SQLite3::COPY - + SQLite3::RECURSIVE From b6bcb2bb070e72cedd16a19742da78ecf4e50ae6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1t=C3=A9=20Kocsis?= Date: Wed, 15 May 2024 09:32:04 +0200 Subject: [PATCH 2/3] Rename class constant container IDs --- reference/ffi/ffi.xml | 6 +- reference/snmp/snmp.xml | 52 ++++++------ reference/sqlite3/sqlite3.xml | 148 +++++++++++++++++----------------- 3 files changed, 103 insertions(+), 103 deletions(-) diff --git a/reference/ffi/ffi.xml b/reference/ffi/ffi.xml index febc24f0dd9a..f543857e74a8 100644 --- a/reference/ffi/ffi.xml +++ b/reference/ffi/ffi.xml @@ -49,7 +49,7 @@ public const int - FFI::__BIGGEST_ALIGNMENT__ + FFI::__BIGGEST_ALIGNMENT__ &Methods; @@ -61,10 +61,10 @@
-
+
&reftitle.constants; - + FFI::__BIGGEST_ALIGNMENT__ diff --git a/reference/snmp/snmp.xml b/reference/snmp/snmp.xml index b467c1cdc569..fb4baee98142 100644 --- a/reference/snmp/snmp.xml +++ b/reference/snmp/snmp.xml @@ -29,73 +29,73 @@ public const int - SNMP::VERSION_1 + SNMP::VERSION_1 public const int - SNMP::VERSION_2c + SNMP::VERSION_2c public const int - SNMP::VERSION_2C + SNMP::VERSION_2C public const int - SNMP::VERSION_3 + SNMP::VERSION_3 public const int - SNMP::ERRNO_NOERROR + SNMP::ERRNO_NOERROR public const int - SNMP::ERRNO_ANY + SNMP::ERRNO_ANY public const int - SNMP::ERRNO_GENERIC + SNMP::ERRNO_GENERIC public const int - SNMP::ERRNO_TIMEOUT + SNMP::ERRNO_TIMEOUT public const int - SNMP::ERRNO_ERROR_IN_REPLY + SNMP::ERRNO_ERROR_IN_REPLY public const int - SNMP::ERRNO_OID_NOT_INCREASING + SNMP::ERRNO_OID_NOT_INCREASING public const int - SNMP::ERRNO_OID_PARSING_ERROR + SNMP::ERRNO_OID_PARSING_ERROR public const int - SNMP::ERRNO_MULTIPLE_SET_QUERIES + SNMP::ERRNO_MULTIPLE_SET_QUERIES &Properties; @@ -269,41 +269,41 @@ -
+
&reftitle.constants; -
+
<acronym>SNMP</acronym> Error Types - + SNMP::ERRNO_NOERROR No SNMP-specific error occurred. - + SNMP::ERRNO_GENERIC A generic SNMP error occurred. - + SNMP::ERRNO_TIMEOUT Request to SNMP agent timed out. - + SNMP::ERRNO_ERROR_IN_REPLY SNMP agent returned an error in reply. - + SNMP::ERRNO_OID_NOT_INCREASING @@ -314,7 +314,7 @@ - + SNMP::ERRNO_OID_PARSING_ERROR @@ -324,7 +324,7 @@ - + SNMP::ERRNO_MULTIPLE_SET_QUERIES @@ -336,7 +336,7 @@ - + SNMP::ERRNO_ANY @@ -347,25 +347,25 @@
-
+
<acronym>SNMP</acronym> Protocol Versions - + SNMP::VERSION_1 - + SNMP::VERSION_2C, SNMP::VERSION_2c - + SNMP::VERSION_3 diff --git a/reference/sqlite3/sqlite3.xml b/reference/sqlite3/sqlite3.xml index 3956b5ca37ce..603728662ab5 100644 --- a/reference/sqlite3/sqlite3.xml +++ b/reference/sqlite3/sqlite3.xml @@ -29,223 +29,223 @@ public const int - SQLite3::OK + SQLite3::OK public const int - SQLite3::DENY + SQLite3::DENY public const int - SQLite3::IGNORE + SQLite3::IGNORE public const int - SQLite3::CREATE_INDEX + SQLite3::CREATE_INDEX public const int - SQLite3::CREATE_TABLE + SQLite3::CREATE_TABLE public const int - SQLite3::CREATE_TEMP_INDEX + SQLite3::CREATE_TEMP_INDEX public const int - SQLite3::CREATE_TEMP_TABLE + SQLite3::CREATE_TEMP_TABLE public const int - SQLite3::CREATE_TEMP_TRIGGER + SQLite3::CREATE_TEMP_TRIGGER public const int - SQLite3::CREATE_TEMP_VIEW + SQLite3::CREATE_TEMP_VIEW public const int - SQLite3::CREATE_TRIGGER + SQLite3::CREATE_TRIGGER public const int - SQLite3::CREATE_VIEW + SQLite3::CREATE_VIEW public const int - SQLite3::DELETE + SQLite3::DELETE public const int - SQLite3::DROP_INDEX + SQLite3::DROP_INDEX public const int - SQLite3::DROP_TABLE + SQLite3::DROP_TABLE public const int - SQLite3::DROP_TEMP_INDEX + SQLite3::DROP_TEMP_INDEX public const int - SQLite3::DROP_TEMP_TABLE + SQLite3::DROP_TEMP_TABLE public const int - SQLite3::DROP_TEMP_TRIGGER + SQLite3::DROP_TEMP_TRIGGER public const int - SQLite3::DROP_TEMP_VIEW + SQLite3::DROP_TEMP_VIEW public const int - SQLite3::DROP_TRIGGER + SQLite3::DROP_TRIGGER public const int - SQLite3::DROP_VIEW + SQLite3::DROP_VIEW public const int - SQLite3::INSERT + SQLite3::INSERT public const int - SQLite3::PRAGMA + SQLite3::PRAGMA public const int - SQLite3::READ + SQLite3::READ public const int - SQLite3::SELECT + SQLite3::SELECT public const int - SQLite3::TRANSACTION + SQLite3::TRANSACTION public const int - SQLite3::UPDATE + SQLite3::UPDATE public const int - SQLite3::ATTACH + SQLite3::ATTACH public const int - SQLite3::DETACH + SQLite3::DETACH public const int - SQLite3::ALTER_TABLE + SQLite3::ALTER_TABLE public const int - SQLite3::REINDEX + SQLite3::REINDEX public const int - SQLite3::ANALYZE + SQLite3::ANALYZE public const int - SQLite3::CREATE_VTABLE + SQLite3::CREATE_VTABLE public const int - SQLite3::DROP_VTABLE + SQLite3::DROP_VTABLE public const int - SQLite3::FUNCTION + SQLite3::FUNCTION public const int - SQLite3::SAVEPOINT + SQLite3::SAVEPOINT public const int - SQLite3::COPY + SQLite3::COPY public const int - SQLite3::RECURSIVE + SQLite3::RECURSIVE &Methods; @@ -264,259 +264,259 @@
&reftitle.constants; - + SQLite3::OK - + SQLite3::DENY - + SQLite3::IGNORE - + SQLite3::CREATE_INDEX - + SQLite3::CREATE_TABLE - + SQLite3::CREATE_TEMP_INDEX - + SQLite3::CREATE_TEMP_TABLE - + SQLite3::CREATE_TEMP_TRIGGER - + SQLite3::CREATE_TEMP_VIEW - + SQLite3::CREATE_TRIGGER - + SQLite3::CREATE_VIEW - + SQLite3::DELETE - + SQLite3::DROP_INDEX - + SQLite3::DROP_TABLE - + SQLite3::DROP_TEMP_INDEX - + SQLite3::DROP_TEMP_TABLE - + SQLite3::DROP_TEMP_TRIGGER - + SQLite3::DROP_TEMP_VIEW - + SQLite3::DROP_TRIGGER - + SQLite3::DROP_VIEW - + SQLite3::INSERT - + SQLite3::PRAGMA - + SQLite3::READ - + SQLite3::SELECT - + SQLite3::TRANSACTION - + SQLite3::UPDATE - + SQLite3::ATTACH - + SQLite3::DETACH - + SQLite3::ALTER_TABLE - + SQLite3::REINDEX - + SQLite3::ANALYZE - + SQLite3::CREATE_VTABLE - + SQLite3::DROP_VTABLE - + SQLite3::FUNCTION - + SQLite3::SAVEPOINT - + SQLite3::COPY - + SQLite3::RECURSIVE From 61a45600bf69d0f20b0cff4388aed704fb62e771 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1t=C3=A9=20Kocsis?= Date: Wed, 15 May 2024 22:03:24 +0200 Subject: [PATCH 3/3] Remove double hypens from IDs --- reference/ffi/ffi.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/ffi/ffi.xml b/reference/ffi/ffi.xml index f543857e74a8..eb980154fb21 100644 --- a/reference/ffi/ffi.xml +++ b/reference/ffi/ffi.xml @@ -49,7 +49,7 @@ public const int - FFI::__BIGGEST_ALIGNMENT__ + FFI::__BIGGEST_ALIGNMENT__ &Methods; @@ -64,7 +64,7 @@
&reftitle.constants; - + FFI::__BIGGEST_ALIGNMENT__