diff --git a/reference/bc/functions/bccomp.xml b/reference/bc/functions/bccomp.xml
index 356a3728c4..9e13b3865e 100644
--- a/reference/bc/functions/bccomp.xml
+++ b/reference/bc/functions/bccomp.xml
@@ -12,7 +12,7 @@
intbccomp
stringleft_operand
stringright_operand
- intscaleini_get("bcmath.scale")
+ intscale
Compares the left_operand to the
diff --git a/reference/com/functions/com-load-typelib.xml b/reference/com/functions/com-load-typelib.xml
index 7567556186..304d3e318c 100644
--- a/reference/com/functions/com-load-typelib.xml
+++ b/reference/com/functions/com-load-typelib.xml
@@ -10,7 +10,7 @@
boolcom_load_typelib
stringtypelib_name
- boolcase_insensitive
+ boolcase_insensitivetrue
Loads a type-library and registers its constants in the engine, as though
diff --git a/reference/com/functions/com-message-pump.xml b/reference/com/functions/com-message-pump.xml
index 51f36c3ffe..4ce02bef58 100644
--- a/reference/com/functions/com-message-pump.xml
+++ b/reference/com/functions/com-message-pump.xml
@@ -9,7 +9,7 @@
&reftitle.description;
boolcom_message_pump
- inttimeoutms
+ inttimeoutms0
This function will sleep for up to timeoutms
diff --git a/reference/com/functions/com-print-typeinfo.xml b/reference/com/functions/com-print-typeinfo.xml
index 09b664aa25..4506aa5251 100644
--- a/reference/com/functions/com-print-typeinfo.xml
+++ b/reference/com/functions/com-print-typeinfo.xml
@@ -11,7 +11,7 @@
boolcom_print_typeinfo
objectcomobject
stringdispinterface
- boolwantsink
+ boolwantsinkfalse
The purpose of this function is to help generate a skeleton class for use
diff --git a/reference/dom/domxpath/evaluate.xml b/reference/dom/domxpath/evaluate.xml
index 786cdc36b3..036cc30320 100644
--- a/reference/dom/domxpath/evaluate.xml
+++ b/reference/dom/domxpath/evaluate.xml
@@ -13,7 +13,7 @@
mixedDOMXPath::evaluate
stringexpression
DOMNodecontextnode
- booleanregisterNodeNStrue
+ boolregisterNodeNStrue
Executes the given XPath expression and returns
diff --git a/reference/dom/domxpath/query.xml b/reference/dom/domxpath/query.xml
index ab4e199f8f..cbc3d762a4 100644
--- a/reference/dom/domxpath/query.xml
+++ b/reference/dom/domxpath/query.xml
@@ -13,7 +13,7 @@
DOMNodeListDOMXPath::query
stringexpression
DOMNodecontextnode
- booleanregisterNodeNStrue
+ boolregisterNodeNStrue
Executes the given XPath expression.
diff --git a/reference/iconv/functions/iconv-substr.xml b/reference/iconv/functions/iconv-substr.xml
index 5d2c77fdb7..3ab2d93a95 100644
--- a/reference/iconv/functions/iconv-substr.xml
+++ b/reference/iconv/functions/iconv-substr.xml
@@ -12,7 +12,7 @@
stringiconv_substr
stringstr
intoffset
- intlengthstrlen($str)
+ intlengthiconv_strlen($str, $charset)
stringcharsetini_get("iconv.internal_encoding")
diff --git a/reference/imap/functions/imap-gc.xml b/reference/imap/functions/imap-gc.xml
index 3248316763..550ddf1996 100644
--- a/reference/imap/functions/imap-gc.xml
+++ b/reference/imap/functions/imap-gc.xml
@@ -8,7 +8,7 @@
&reftitle.description;
- stringimap_gc
+ boolimap_gc
resourceimap_stream
intcaches
@@ -39,7 +39,7 @@
&reftitle.returnvalues;
- Returns &true;.
+ &return.success;
diff --git a/reference/libxml/functions/libxml-disable-entity-loader.xml b/reference/libxml/functions/libxml-disable-entity-loader.xml
index 008d23850b..0d5ff11736 100644
--- a/reference/libxml/functions/libxml-disable-entity-loader.xml
+++ b/reference/libxml/functions/libxml-disable-entity-loader.xml
@@ -10,8 +10,8 @@
&reftitle.description;
- ReturnTypelibxml_disable_entity_loader
- booldisable TRUE
+ boollibxml_disable_entity_loader
+ booldisabletrue
Disable/enable the ability to load external entities.
diff --git a/reference/mssql/functions/mssql-connect.xml b/reference/mssql/functions/mssql-connect.xml
index e342ff3dda..c508eac026 100644
--- a/reference/mssql/functions/mssql-connect.xml
+++ b/reference/mssql/functions/mssql-connect.xml
@@ -13,7 +13,7 @@
stringservername
stringusername
stringpassword
- boolnew_link
+ boolnew_linkfalse
mssql_connect establishes a connection to a
diff --git a/reference/mssql/functions/mssql-pconnect.xml b/reference/mssql/functions/mssql-pconnect.xml
index 8e53c6785f..ccac3d027b 100644
--- a/reference/mssql/functions/mssql-pconnect.xml
+++ b/reference/mssql/functions/mssql-pconnect.xml
@@ -13,7 +13,7 @@
stringservername
stringusername
stringpassword
- boolnew_link
+ boolnew_linkfalse
mssql_pconnect acts very much like
diff --git a/reference/openssl/functions/openssl-decrypt.xml b/reference/openssl/functions/openssl-decrypt.xml
index f45fcc9d0a..2107d30af9 100644
--- a/reference/openssl/functions/openssl-decrypt.xml
+++ b/reference/openssl/functions/openssl-decrypt.xml
@@ -14,7 +14,8 @@
stringdata
stringmethod
stringpassword
- stringraw_inputfalse
+ boolraw_inputfalse
+ stringiv""
Takes a raw or base64 encoded string and decrypts it using a given method and key.
diff --git a/reference/openssl/functions/openssl-encrypt.xml b/reference/openssl/functions/openssl-encrypt.xml
index 7a1aee8e72..34f5aa81c0 100644
--- a/reference/openssl/functions/openssl-encrypt.xml
+++ b/reference/openssl/functions/openssl-encrypt.xml
@@ -15,6 +15,7 @@
stringmethod
stringpassword
boolraw_outputfalse
+ stringiv""
Encrypts given data with given method and key, returns a raw
diff --git a/reference/openssl/functions/openssl-open.xml b/reference/openssl/functions/openssl-open.xml
index 4cb792ea50..1d42e9d7fa 100644
--- a/reference/openssl/functions/openssl-open.xml
+++ b/reference/openssl/functions/openssl-open.xml
@@ -14,6 +14,7 @@
stringopen_data
stringenv_key
mixedpriv_key_id
+ stringmethod
openssl_open opens (decrypts)
diff --git a/reference/openssl/functions/openssl-random-pseudo-bytes.xml b/reference/openssl/functions/openssl-random-pseudo-bytes.xml
index 9fbedbb472..c4102d6c36 100644
--- a/reference/openssl/functions/openssl-random-pseudo-bytes.xml
+++ b/reference/openssl/functions/openssl-random-pseudo-bytes.xml
@@ -10,7 +10,7 @@
&reftitle.description;
stringopenssl_random_pseudo_bytes
- stringlength
+ intlength
boolcrypto_strong
diff --git a/reference/openssl/functions/openssl-seal.xml b/reference/openssl/functions/openssl-seal.xml
index 7a42a9b66f..7119c2f2e7 100644
--- a/reference/openssl/functions/openssl-seal.xml
+++ b/reference/openssl/functions/openssl-seal.xml
@@ -14,6 +14,7 @@
stringsealed_data
arrayenv_keys
arraypub_key_ids
+ stringmethod
openssl_seal seals (encrypts)
diff --git a/reference/pcre/functions/preg-match-all.xml b/reference/pcre/functions/preg-match-all.xml
index 64f1568127..89f97a5449 100644
--- a/reference/pcre/functions/preg-match-all.xml
+++ b/reference/pcre/functions/preg-match-all.xml
@@ -197,6 +197,12 @@ echo $out[1][0] . ", " . $out[1][1] . "\n";
+
+ 5.4.0
+
+ The matches parameter became optional.
+
+
5.2.2
diff --git a/reference/reflection/reflection/export.xml b/reference/reflection/reflection/export.xml
index f53876d6a2..37e0f4aab1 100644
--- a/reference/reflection/reflection/export.xml
+++ b/reference/reflection/reflection/export.xml
@@ -12,7 +12,7 @@
public static voidReflection::export
Reflectorreflector
- stringreturnfalse
+ boolreturnfalse
Exports a reflection.
diff --git a/reference/regex/functions/split.xml b/reference/regex/functions/split.xml
index 7fcecb5a30..006f6ee904 100644
--- a/reference/regex/functions/split.xml
+++ b/reference/regex/functions/split.xml
@@ -12,7 +12,7 @@
arraysplit
stringpattern
stringstring
- intlimit
+ intlimit-1
Splits a string into array by regular expression.
diff --git a/reference/regex/functions/spliti.xml b/reference/regex/functions/spliti.xml
index 6de2a08cf3..fdc06490e2 100644
--- a/reference/regex/functions/spliti.xml
+++ b/reference/regex/functions/spliti.xml
@@ -12,7 +12,7 @@
arrayspliti
stringpattern
stringstring
- intlimit
+ intlimit-1
Splits a string into array by regular expression.
diff --git a/reference/simplexml/simplexmlelement/count.xml b/reference/simplexml/simplexmlelement/count.xml
index 92f508ba8b..ba871a043a 100644
--- a/reference/simplexml/simplexmlelement/count.xml
+++ b/reference/simplexml/simplexmlelement/count.xml
@@ -10,7 +10,7 @@
&reftitle.description;
- public integerSimpleXMLElement::count
+ public intSimpleXMLElement::count
diff --git a/reference/snmp/functions/snmp-set-enum-print.xml b/reference/snmp/functions/snmp-set-enum-print.xml
index ad7c1212bf..ea7629bf62 100644
--- a/reference/snmp/functions/snmp-set-enum-print.xml
+++ b/reference/snmp/functions/snmp-set-enum-print.xml
@@ -10,7 +10,7 @@
&reftitle.description;
- voidsnmp_set_enum_print
+ boolsnmp_set_enum_print
intenum_print
diff --git a/reference/snmp/functions/snmp-set-oid-output-format.xml b/reference/snmp/functions/snmp-set-oid-output-format.xml
index 6260ce168b..53181ba292 100644
--- a/reference/snmp/functions/snmp-set-oid-output-format.xml
+++ b/reference/snmp/functions/snmp-set-oid-output-format.xml
@@ -10,7 +10,7 @@
&reftitle.description;
- voidsnmp_set_oid_output_format
+ boolsnmp_set_oid_output_format
intoid_format
diff --git a/reference/snmp/functions/snmp-set-quick-print.xml b/reference/snmp/functions/snmp-set-quick-print.xml
index 68e17a12b7..b8fea06a62 100644
--- a/reference/snmp/functions/snmp-set-quick-print.xml
+++ b/reference/snmp/functions/snmp-set-quick-print.xml
@@ -9,7 +9,7 @@
&reftitle.description;
- voidsnmp_set_quick_print
+ boolsnmp_set_quick_print
boolquick_print
diff --git a/reference/snmp/functions/snmp-set-valueretrieval.xml b/reference/snmp/functions/snmp-set-valueretrieval.xml
index 725d60db7a..86084428b5 100644
--- a/reference/snmp/functions/snmp-set-valueretrieval.xml
+++ b/reference/snmp/functions/snmp-set-valueretrieval.xml
@@ -10,7 +10,7 @@
&reftitle.description;
- voidsnmp_set_valueretrieval
+ boolsnmp_set_valueretrieval
intmethod
diff --git a/reference/soap/functions/use-soap-error-handler.xml b/reference/soap/functions/use-soap-error-handler.xml
index bdc35f2418..c8c92275bc 100644
--- a/reference/soap/functions/use-soap-error-handler.xml
+++ b/reference/soap/functions/use-soap-error-handler.xml
@@ -11,7 +11,7 @@
&reftitle.description;
booluse_soap_error_handler
- boolhandler
+ boolhandlertrue
This function sets whether or not to use the SOAP error handler in the SOAP server.
@@ -40,7 +40,7 @@
&reftitle.returnvalues;
- &return.success;
+ Returns the original value.
diff --git a/reference/soap/soapheader/soapheader.xml b/reference/soap/soapheader/soapheader.xml
index 2e92a6b639..1acf71b9dd 100644
--- a/reference/soap/soapheader/soapheader.xml
+++ b/reference/soap/soapheader/soapheader.xml
@@ -14,7 +14,7 @@
stringnamespace
stringname
mixeddata
- boolmustunderstand
+ boolmustunderstandfalse
stringactor
diff --git a/reference/soap/soapserver/setpersistence.xml b/reference/soap/soapserver/setpersistence.xml
index a798c33dec..eed2a45884 100644
--- a/reference/soap/soapserver/setpersistence.xml
+++ b/reference/soap/soapserver/setpersistence.xml
@@ -11,7 +11,7 @@
&reftitle.description;
public voidSoapServer::setPersistence
- stringmode
+ intmode
This function allows saving data between requests in a PHP session. It works only
diff --git a/reference/spl/globiterator/construct.xml b/reference/spl/globiterator/construct.xml
index 2238f99c22..87edaa52d4 100644
--- a/reference/spl/globiterator/construct.xml
+++ b/reference/spl/globiterator/construct.xml
@@ -12,7 +12,7 @@
GlobIterator::__construct
stringpath
- integerflagsFilesystemIterator::KEY_AS_PATHNAME | FilesystemIterator::CURRENT_AS_FILEINFO
+ intflagsFilesystemIterator::KEY_AS_PATHNAME | FilesystemIterator::CURRENT_AS_FILEINFO
Constructs a new directory iterator from a glob expression.
diff --git a/reference/spl/globiterator/count.xml b/reference/spl/globiterator/count.xml
index 0cd9203c41..754b28ae50 100644
--- a/reference/spl/globiterator/count.xml
+++ b/reference/spl/globiterator/count.xml
@@ -10,7 +10,7 @@
&reftitle.description;
- public integerGlobIterator::count
+ public intGlobIterator::count
diff --git a/reference/spl/multipleiterator/construct.xml b/reference/spl/multipleiterator/construct.xml
index 3082e3b7c5..fa3eda6766 100644
--- a/reference/spl/multipleiterator/construct.xml
+++ b/reference/spl/multipleiterator/construct.xml
@@ -11,7 +11,7 @@
&reftitle.description;
MultipleIterator::__construct
- integerflags
+ intflags
Construct a new MultipleIterator.
diff --git a/reference/spl/multipleiterator/setflags.xml b/reference/spl/multipleiterator/setflags.xml
index 77f1dc9c4b..7343a4b72a 100644
--- a/reference/spl/multipleiterator/setflags.xml
+++ b/reference/spl/multipleiterator/setflags.xml
@@ -11,7 +11,7 @@
&reftitle.description;
public voidMultipleIterator::setFlags
- integerflags
+ intflags
Sets flags.
diff --git a/reference/spl/splfileobject/eof.xml b/reference/spl/splfileobject/eof.xml
index 753a7d2d63..3dcd80f2be 100644
--- a/reference/spl/splfileobject/eof.xml
+++ b/reference/spl/splfileobject/eof.xml
@@ -10,7 +10,7 @@
&reftitle.description;
- public booleanSplFileObject::eof
+ public boolSplFileObject::eof
diff --git a/reference/spl/splfileobject/fflush.xml b/reference/spl/splfileobject/fflush.xml
index 7be3be61f5..306ff4e2b3 100644
--- a/reference/spl/splfileobject/fflush.xml
+++ b/reference/spl/splfileobject/fflush.xml
@@ -10,7 +10,7 @@
&reftitle.description;
- public booleanSplFileObject::fflush
+ public boolSplFileObject::fflush
diff --git a/reference/spl/splfixedarray/fromarray.xml b/reference/spl/splfixedarray/fromarray.xml
index 2509c40f45..86cd87f0de 100644
--- a/reference/spl/splfixedarray/fromarray.xml
+++ b/reference/spl/splfixedarray/fromarray.xml
@@ -11,7 +11,7 @@
public static SplFixedArraySplFixedArray::fromArray
arrayarray
- booleansave_indexestrue
+ boolsave_indexestrue
Import the PHP array array
diff --git a/reference/spl/splobjectstorage/contains.xml b/reference/spl/splobjectstorage/contains.xml
index e6c7736b37..3e93387cf3 100644
--- a/reference/spl/splobjectstorage/contains.xml
+++ b/reference/spl/splobjectstorage/contains.xml
@@ -10,7 +10,7 @@
&reftitle.description;
- public booleanSplObjectStorage::contains
+ public boolSplObjectStorage::contains
objectobject
diff --git a/reference/spl/splobjectstorage/offsetexists.xml b/reference/spl/splobjectstorage/offsetexists.xml
index b910e85622..6ec5b7a487 100644
--- a/reference/spl/splobjectstorage/offsetexists.xml
+++ b/reference/spl/splobjectstorage/offsetexists.xml
@@ -10,7 +10,7 @@
&reftitle.description;
- public booleanSplObjectStorage::offsetExists
+ public boolSplObjectStorage::offsetExists
objectobject
diff --git a/reference/spl/splobjectstorage/valid.xml b/reference/spl/splobjectstorage/valid.xml
index e1bcfa1fa1..1429b37a76 100644
--- a/reference/spl/splobjectstorage/valid.xml
+++ b/reference/spl/splobjectstorage/valid.xml
@@ -10,7 +10,7 @@
&reftitle.description;
- public booleanSplObjectStorage::valid
+ public boolSplObjectStorage::valid
diff --git a/reference/spl/spltempfileobject/construct.xml b/reference/spl/spltempfileobject/construct.xml
index fa7cecd565..f480215e1d 100644
--- a/reference/spl/spltempfileobject/construct.xml
+++ b/reference/spl/spltempfileobject/construct.xml
@@ -11,7 +11,7 @@
&reftitle.description;
SplTempFileObject::__construct
- integermax_memory
+ intmax_memory
Construct a new temporary file object.
diff --git a/reference/sqlite3/sqlite3/busyTimeout.xml b/reference/sqlite3/sqlite3/busyTimeout.xml
index 3fc2652b3c..4960688689 100644
--- a/reference/sqlite3/sqlite3/busyTimeout.xml
+++ b/reference/sqlite3/sqlite3/busyTimeout.xml
@@ -11,7 +11,7 @@
&reftitle.description;
public boolSQLite3::busyTimeout
- integermsecs
+ intmsecs
Sets a busy handler that will sleep until the database is not locked or the timeout is reached.
diff --git a/reference/v8js/v8jsexception/getjsfilename.xml b/reference/v8js/v8jsexception/getjsfilename.xml
index 1523402ba5..d5926ad3b1 100644
--- a/reference/v8js/v8jsexception/getjsfilename.xml
+++ b/reference/v8js/v8jsexception/getjsfilename.xml
@@ -10,7 +10,7 @@
&reftitle.description;
- final public voidV8JsException::getJsFileName
+ final public stringV8JsException::getJsFileName
diff --git a/reference/v8js/v8jsexception/getjslinenumber.xml b/reference/v8js/v8jsexception/getjslinenumber.xml
index 22904730cd..172fd7d3d8 100644
--- a/reference/v8js/v8jsexception/getjslinenumber.xml
+++ b/reference/v8js/v8jsexception/getjslinenumber.xml
@@ -10,7 +10,7 @@
&reftitle.description;
- final public voidV8JsException::getJsLineNumber
+ final public intV8JsException::getJsLineNumber
diff --git a/reference/v8js/v8jsexception/getjssourceline.xml b/reference/v8js/v8jsexception/getjssourceline.xml
index e8f989bcb9..9bdb2d8589 100644
--- a/reference/v8js/v8jsexception/getjssourceline.xml
+++ b/reference/v8js/v8jsexception/getjssourceline.xml
@@ -10,7 +10,7 @@
&reftitle.description;
- final public voidV8JsException::getJsSourceLine
+ final public intV8JsException::getJsSourceLine
diff --git a/reference/v8js/v8jsexception/getjstrace.xml b/reference/v8js/v8jsexception/getjstrace.xml
index c6214de0d8..dc3489a545 100644
--- a/reference/v8js/v8jsexception/getjstrace.xml
+++ b/reference/v8js/v8jsexception/getjstrace.xml
@@ -10,7 +10,7 @@
&reftitle.description;
- final public voidV8JsException::getJsTrace
+ final public stringV8JsException::getJsTrace
diff --git a/reference/xmlreader/xmlreader/expand.xml b/reference/xmlreader/xmlreader/expand.xml
index 2183fd4c33..56fdaaacd4 100644
--- a/reference/xmlreader/xmlreader/expand.xml
+++ b/reference/xmlreader/xmlreader/expand.xml
@@ -10,7 +10,7 @@
DOMNode
XMLReader::expand
-
+ DOMNodebasenode
This method copies the current node and returns the appropriate DOM object.