diff --git a/reference/bc/bcmath.number.xml b/reference/bc/bcmath.number.xml
index 205df12422..74644b67a1 100644
--- a/reference/bc/bcmath.number.xml
+++ b/reference/bc/bcmath.number.xml
@@ -34,38 +34,42 @@
&reftitle.classsynopsis;
-
-
- final
- readonly
- BcMath\Number
-
+
+ BcMath
-
- implements
- Stringable
-
+
+
+ final
+ readonly
+ Number
+
- &Properties;
-
- public
- string
- value
-
-
- public
- int
- scale
-
+
+ implements
+ Stringable
+
- &Methods;
-
-
-
-
-
-
-
+ &Properties;
+
+ public
+ string
+ value
+
+
+ public
+ int
+ scale
+
+
+ &Methods;
+
+
+
+
+
+
+
+
diff --git a/reference/ffi/ffi.ctype.xml b/reference/ffi/ffi.ctype.xml
index 3746f2245d..9bad3a52eb 100644
--- a/reference/ffi/ffi.ctype.xml
+++ b/reference/ffi/ffi.ctype.xml
@@ -1,6 +1,6 @@
-
+
C Type Handles
FFI\CType
@@ -20,247 +20,251 @@
&reftitle.classsynopsis;
-
-
- final
- FFI\CType
-
+
+ FFI
- &Constants;
-
- public
- const
- int
- FFI\CType::TYPE_VOID
-
-
- public
- const
- int
- FFI\CType::TYPE_FLOAT
-
-
- public
- const
- int
- FFI\CType::TYPE_DOUBLE
-
-
- public
- const
- int
- FFI\CType::TYPE_LONGDOUBLE
-
-
- public
- const
- int
- FFI\CType::TYPE_UINT8
-
-
- public
- const
- int
- FFI\CType::TYPE_SINT8
-
-
- public
- const
- int
- FFI\CType::TYPE_UINT16
-
-
- public
- const
- int
- FFI\CType::TYPE_SINT16
-
-
- public
- const
- int
- FFI\CType::TYPE_UINT32
-
-
- public
- const
- int
- FFI\CType::TYPE_SINT32
-
-
- public
- const
- int
- FFI\CType::TYPE_UINT64
-
-
- public
- const
- int
- FFI\CType::TYPE_SINT64
-
-
- public
- const
- int
- FFI\CType::TYPE_ENUM
-
-
- public
- const
- int
- FFI\CType::TYPE_BOOL
-
-
- public
- const
- int
- FFI\CType::TYPE_CHAR
-
-
- public
- const
- int
- FFI\CType::TYPE_POINTER
-
-
- public
- const
- int
- FFI\CType::TYPE_FUNC
-
-
- public
- const
- int
- FFI\CType::TYPE_ARRAY
-
-
- public
- const
- int
- FFI\CType::TYPE_STRUCT
-
-
- public
- const
- int
- FFI\CType::ATTR_CONST
-
-
- public
- const
- int
- FFI\CType::ATTR_INCOMPLETE_TAG
-
-
- public
- const
- int
- FFI\CType::ATTR_VARIADIC
-
-
- public
- const
- int
- FFI\CType::ATTR_INCOMPLETE_ARRAY
-
-
- public
- const
- int
- FFI\CType::ATTR_VLA
-
-
- public
- const
- int
- FFI\CType::ATTR_UNION
-
-
- public
- const
- int
- FFI\CType::ATTR_PACKED
-
-
- public
- const
- int
- FFI\CType::ATTR_MS_STRUCT
-
-
- public
- const
- int
- FFI\CType::ATTR_GCC_STRUCT
-
-
- public
- const
- int
- FFI\CType::ABI_DEFAULT
-
-
- public
- const
- int
- FFI\CType::ABI_CDECL
-
-
- public
- const
- int
- FFI\CType::ABI_FASTCALL
-
-
- public
- const
- int
- FFI\CType::ABI_THISCALL
-
-
- public
- const
- int
- FFI\CType::ABI_STDCALL
-
-
- public
- const
- int
- FFI\CType::ABI_PASCAL
-
-
- public
- const
- int
- FFI\CType::ABI_REGISTER
-
-
- public
- const
- int
- FFI\CType::ABI_MS
-
-
- public
- const
- int
- FFI\CType::ABI_SYSV
-
-
- public
- const
- int
- FFI\CType::ABI_VECTORCALL
-
+
+
+ final
+ CType
+
- &Methods;
-
-
-
-
+ &Constants;
+
+ public
+ const
+ int
+ FFI\CType::TYPE_VOID
+
+
+ public
+ const
+ int
+ FFI\CType::TYPE_FLOAT
+
+
+ public
+ const
+ int
+ FFI\CType::TYPE_DOUBLE
+
+
+ public
+ const
+ int
+ FFI\CType::TYPE_LONGDOUBLE
+
+
+ public
+ const
+ int
+ FFI\CType::TYPE_UINT8
+
+
+ public
+ const
+ int
+ FFI\CType::TYPE_SINT8
+
+
+ public
+ const
+ int
+ FFI\CType::TYPE_UINT16
+
+
+ public
+ const
+ int
+ FFI\CType::TYPE_SINT16
+
+
+ public
+ const
+ int
+ FFI\CType::TYPE_UINT32
+
+
+ public
+ const
+ int
+ FFI\CType::TYPE_SINT32
+
+
+ public
+ const
+ int
+ FFI\CType::TYPE_UINT64
+
+
+ public
+ const
+ int
+ FFI\CType::TYPE_SINT64
+
+
+ public
+ const
+ int
+ FFI\CType::TYPE_ENUM
+
+
+ public
+ const
+ int
+ FFI\CType::TYPE_BOOL
+
+
+ public
+ const
+ int
+ FFI\CType::TYPE_CHAR
+
+
+ public
+ const
+ int
+ FFI\CType::TYPE_POINTER
+
+
+ public
+ const
+ int
+ FFI\CType::TYPE_FUNC
+
+
+ public
+ const
+ int
+ FFI\CType::TYPE_ARRAY
+
+
+ public
+ const
+ int
+ FFI\CType::TYPE_STRUCT
+
+
+ public
+ const
+ int
+ FFI\CType::ATTR_CONST
+
+
+ public
+ const
+ int
+ FFI\CType::ATTR_INCOMPLETE_TAG
+
+
+ public
+ const
+ int
+ FFI\CType::ATTR_VARIADIC
+
+
+ public
+ const
+ int
+ FFI\CType::ATTR_INCOMPLETE_ARRAY
+
+
+ public
+ const
+ int
+ FFI\CType::ATTR_VLA
+
+
+ public
+ const
+ int
+ FFI\CType::ATTR_UNION
+
+
+ public
+ const
+ int
+ FFI\CType::ATTR_PACKED
+
+
+ public
+ const
+ int
+ FFI\CType::ATTR_MS_STRUCT
+
+
+ public
+ const
+ int
+ FFI\CType::ATTR_GCC_STRUCT
+
+
+ public
+ const
+ int
+ FFI\CType::ABI_DEFAULT
+
+
+ public
+ const
+ int
+ FFI\CType::ABI_CDECL
+
+
+ public
+ const
+ int
+ FFI\CType::ABI_FASTCALL
+
+
+ public
+ const
+ int
+ FFI\CType::ABI_THISCALL
+
+
+ public
+ const
+ int
+ FFI\CType::ABI_STDCALL
+
+
+ public
+ const
+ int
+ FFI\CType::ABI_PASCAL
+
+
+ public
+ const
+ int
+ FFI\CType::ABI_REGISTER
+
+
+ public
+ const
+ int
+ FFI\CType::ABI_MS
+
+
+ public
+ const
+ int
+ FFI\CType::ABI_SYSV
+
+
+ public
+ const
+ int
+ FFI\CType::ABI_VECTORCALL
+
+
+ &Methods;
+
+
+
+
+
diff --git a/reference/ffi/ffi.exception.xml b/reference/ffi/ffi.exception.xml
index 38704188f4..b45b2ff2d9 100644
--- a/reference/ffi/ffi.exception.xml
+++ b/reference/ffi/ffi.exception.xml
@@ -1,6 +1,6 @@
-
+
FFI Exceptions
FFI\Exception
@@ -20,29 +20,33 @@
&reftitle.classsynopsis;
-
-
- FFI\Exception
-
+
+ FFI
-
- extends
- Error
-
+
+
+ Exception
+
- &InheritedProperties;
-
-
-
+
+ extends
+ Error
+
- &InheritedMethods;
-
-
-
-
-
-
-
+ &InheritedProperties;
+
+
+
+
+ &InheritedMethods;
+
+
+
+
+
+
+
+
diff --git a/reference/ffi/ffi.parserexception.xml b/reference/ffi/ffi.parserexception.xml
index 631751e4ea..60fad6114e 100644
--- a/reference/ffi/ffi.parserexception.xml
+++ b/reference/ffi/ffi.parserexception.xml
@@ -1,6 +1,6 @@
-
+
FFI Parser Exceptions
FFI\ParserException
@@ -20,30 +20,34 @@
&reftitle.classsynopsis;
-
-
- final
- FFI\ParserException
-
+
+ FFI
-
- extends
- FFI\Exception
-
+
+
+ final
+ ParserException
+
- &InheritedProperties;
-
-
-
+
+ extends
+ FFI\Exception
+
- &InheritedMethods;
-
-
-
-
-
-
-
+ &InheritedProperties;
+
+
+
+
+ &InheritedMethods;
+
+
+
+
+
+
+
+
diff --git a/reference/pdo_dblib/pdo-dblib.xml b/reference/pdo_dblib/pdo-dblib.xml
index 60ad7638ce..b838fd9833 100644
--- a/reference/pdo_dblib/pdo-dblib.xml
+++ b/reference/pdo_dblib/pdo-dblib.xml
@@ -1,5 +1,5 @@
-
+
The Pdo\Dblib class
Pdo\Dblib
@@ -18,69 +18,77 @@
&reftitle.classsynopsis;
-
-
- Pdo\Dblib
-
-
- extends
- PDO
-
- &InheritedConstants;
-
-
-
- &Constants;
-
- public
- const
- int
- Pdo\Dblib::ATTR_CONNECTION_TIMEOUT
-
-
- public
- const
- int
- Pdo\Dblib::ATTR_QUERY_TIMEOUT
-
-
- public
- const
- int
- Pdo\Dblib::ATTR_STRINGIFY_UNIQUEIDENTIFIER
-
-
- public
- const
- int
- Pdo\Dblib::ATTR_VERSION
-
-
- public
- const
- int
- Pdo\Dblib::ATTR_TDS_VERSION
-
-
- public
- const
- int
- Pdo\Dblib::ATTR_SKIP_EMPTY_ROWSETS
-
-
- public
- const
- int
- Pdo\Dblib::ATTR_DATETIME_CONVERT
-
- &InheritedMethods;
-
-
-
-
-
-
-
+
+ Pdo
+
+
+
+ Dblib
+
+
+
+ extends
+ PDO
+
+
+ &InheritedConstants;
+
+
+
+
+ &Constants;
+
+ public
+ const
+ int
+ Pdo\Dblib::ATTR_CONNECTION_TIMEOUT
+
+
+ public
+ const
+ int
+ Pdo\Dblib::ATTR_QUERY_TIMEOUT
+
+
+ public
+ const
+ int
+ Pdo\Dblib::ATTR_STRINGIFY_UNIQUEIDENTIFIER
+
+
+ public
+ const
+ int
+ Pdo\Dblib::ATTR_VERSION
+
+
+ public
+ const
+ int
+ Pdo\Dblib::ATTR_TDS_VERSION
+
+
+ public
+ const
+ int
+ Pdo\Dblib::ATTR_SKIP_EMPTY_ROWSETS
+
+
+ public
+ const
+ int
+ Pdo\Dblib::ATTR_DATETIME_CONVERT
+
+
+ &InheritedMethods;
+
+
+
+
+
+
+
+
diff --git a/reference/pdo_firebird/pdo-firebird.xml b/reference/pdo_firebird/pdo-firebird.xml
index df8d710c8b..9706e9bc35 100644
--- a/reference/pdo_firebird/pdo-firebird.xml
+++ b/reference/pdo_firebird/pdo-firebird.xml
@@ -1,5 +1,5 @@
-
+
The Pdo\Firebird class
Pdo\Firebird
@@ -18,84 +18,88 @@
&reftitle.classsynopsis;
-
-
- Pdo\Firebird
-
+
+ Pdo
-
- extends
- PDO
-
+
+
+ Firebird
+
- &InheritedConstants;
-
-
-
+
+ extends
+ PDO
+
- &Constants;
-
- public
- const
- int
- Pdo\Firebird::ATTR_DATE_FORMAT
-
-
- public
- const
- int
- Pdo\Firebird::ATTR_TIME_FORMAT
-
-
- public
- const
- int
- Pdo\Firebird::ATTR_TIMESTAMP_FORMAT
-
-
- public
- const
- int
- Pdo\Firebird::TRANSACTION_ISOLATION_LEVEL
-
-
- public
- const
- int
- Pdo\Firebird::READ_COMMITTED
-
-
- public
- const
- int
- Pdo\Firebird::REPEATABLE_READ
-
-
- public
- const
- int
- Pdo\Firebird::SERIALIZABLE
-
-
- public
- const
- int
- Pdo\Firebird::WRITABLE_TRANSACTION
-
+ &InheritedConstants;
+
+
+
- &Methods;
-
-
-
+ &Constants;
+
+ public
+ const
+ int
+ Pdo\Firebird::ATTR_DATE_FORMAT
+
+
+ public
+ const
+ int
+ Pdo\Firebird::ATTR_TIME_FORMAT
+
+
+ public
+ const
+ int
+ Pdo\Firebird::ATTR_TIMESTAMP_FORMAT
+
+
+ public
+ const
+ int
+ Pdo\Firebird::TRANSACTION_ISOLATION_LEVEL
+
+
+ public
+ const
+ int
+ Pdo\Firebird::READ_COMMITTED
+
+
+ public
+ const
+ int
+ Pdo\Firebird::REPEATABLE_READ
+
+
+ public
+ const
+ int
+ Pdo\Firebird::SERIALIZABLE
+
+
+ public
+ const
+ int
+ Pdo\Firebird::WRITABLE_TRANSACTION
+
- &InheritedMethods;
-
-
-
-
-
-
-
+ &Methods;
+
+
+
+
+ &InheritedMethods;
+
+
+
+
+
+
+
+
diff --git a/reference/pdo_odbc/pdo-odbc.xml b/reference/pdo_odbc/pdo-odbc.xml
index d59815023a..1a9b236349 100644
--- a/reference/pdo_odbc/pdo-odbc.xml
+++ b/reference/pdo_odbc/pdo-odbc.xml
@@ -1,5 +1,5 @@
-
+
The Pdo\Odbc class
Pdo\Odbc
@@ -19,61 +19,65 @@
&reftitle.classsynopsis;
-
-
- Pdo\Odbc
-
+
+ Pdo
-
- extends
- PDO
-
+
+
+ Odbc
+
- &InheritedConstants;
-
-
-
+
+ extends
+ PDO
+
- &Constants;
-
- public
- const
- int
- Pdo\Odbc::ATTR_USE_CURSOR_LIBRARY
-
-
- public
- const
- int
- Pdo\Odbc::ATTR_ASSUME_UTF8
-
-
- public
- const
- int
- Pdo\Odbc::SQL_USE_IF_NEEDED
-
-
- public
- const
- int
- Pdo\Odbc::SQL_USE_DRIVER
-
-
- public
- const
- int
- Pdo\Odbc::SQL_USE_ODBC
-
+ &InheritedConstants;
+
+
+
- &InheritedMethods;
-
-
-
-
-
-
-
+ &Constants;
+
+ public
+ const
+ int
+ Pdo\Odbc::ATTR_USE_CURSOR_LIBRARY
+
+
+ public
+ const
+ int
+ Pdo\Odbc::ATTR_ASSUME_UTF8
+
+
+ public
+ const
+ int
+ Pdo\Odbc::SQL_USE_IF_NEEDED
+
+
+ public
+ const
+ int
+ Pdo\Odbc::SQL_USE_DRIVER
+
+
+ public
+ const
+ int
+ Pdo\Odbc::SQL_USE_ODBC
+
+
+ &InheritedMethods;
+
+
+
+
+
+
+
+
diff --git a/reference/pdo_pgsql/pdo-pgsql.xml b/reference/pdo_pgsql/pdo-pgsql.xml
index 68e1b74182..3eb9176dfa 100644
--- a/reference/pdo_pgsql/pdo-pgsql.xml
+++ b/reference/pdo_pgsql/pdo-pgsql.xml
@@ -1,5 +1,5 @@
-
+
The Pdo\Pgsql class
Pdo\Pgsql
@@ -51,78 +51,82 @@
&reftitle.classsynopsis;
-
-
- Pdo\Pgsql
-
+
+ Pdo
-
- extends
- PDO
-
+
+
+ Pgsql
+
- &InheritedConstants;
-
-
-
+
+ extends
+ PDO
+
- &Constants;
-
- public
- const
- int
- Pdo\Pgsql::ATTR_DISABLE_PREPARES
-
-
- public
- const
- int
- Pdo\Pgsql::ATTR_RESULT_MEMORY_SIZE
-
-
- public
- const
- int
- Pdo\Pgsql::TRANSACTION_IDLE
-
-
- public
- const
- int
- Pdo\Pgsql::TRANSACTION_ACTIVE
-
-
- public
- const
- int
- Pdo\Pgsql::TRANSACTION_INTRANS
-
-
- public
- const
- int
- Pdo\Pgsql::TRANSACTION_INERROR
-
-
- public
- const
- int
- Pdo\Pgsql::TRANSACTION_UNKNOWN
-
+ &InheritedConstants;
+
+
+
- &Methods;
-
-
-
+ &Constants;
+
+ public
+ const
+ int
+ Pdo\Pgsql::ATTR_DISABLE_PREPARES
+
+
+ public
+ const
+ int
+ Pdo\Pgsql::ATTR_RESULT_MEMORY_SIZE
+
+
+ public
+ const
+ int
+ Pdo\Pgsql::TRANSACTION_IDLE
+
+
+ public
+ const
+ int
+ Pdo\Pgsql::TRANSACTION_ACTIVE
+
+
+ public
+ const
+ int
+ Pdo\Pgsql::TRANSACTION_INTRANS
+
+
+ public
+ const
+ int
+ Pdo\Pgsql::TRANSACTION_INERROR
+
+
+ public
+ const
+ int
+ Pdo\Pgsql::TRANSACTION_UNKNOWN
+
- &InheritedMethods;
-
-
-
-
-
-
-
+ &Methods;
+
+
+
+
+ &InheritedMethods;
+
+
+
+
+
+
+
+